Skip to content

Commit 4fc156e

Browse files
mspornyTallTed
andcommitted
Fix grammar in credentialId description.
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 0a4a95f commit 4fc156e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/IssueCredentialOptions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ components:
3535
description: The type of credential status to issue the credential with
3636
credentialId:
3737
type: string
38-
description: A URI that can be used to identify the credential, that will be used in APIs to refer to the issued verifiable credential. If not provided, the value will be auto-populated from credential.id. If neither credentialId nor credential.id is provided, it is not possible to refer to this credential once issued nor to deal with duplicate errors. credentialId SHOULD NOT be set if the credential.id property is set. This property should not be used as a replacement for credential.id; rather, it is a means of identifying a credential without the id property being set. The issuer SHOULD NOT auto-generate a credentialId if one is not supplied, because doing so could create a partitioning error if the result is never received by the client.
38+
description: A URI that can be used to identify the credential, that can be used in APIs to refer to the issued verifiable credential. If credentialId is not provided by the issuer coordinator, the issuer service will auto-populate its value from credential.id. If neither credentialId nor credential.id is provided, it will not be possible to refer to this credential once issued nor to deal with errors of duplication. credentialId SHOULD NOT be set by the issuer coordinator if the credential.id property is set, nor should credentialId be used as a replacement for credential.id; rather, credentialId is a means of identifying a credential without the id property being set. The issuer service SHOULD NOT auto-generate a credentialId if one is not supplied by the issuer coordinator, because doing so could create a partitioning error if the result is never received by the client.
3939
example:
4040
{
4141
"created": "2020-04-02T18:48:36Z",

0 commit comments

Comments
 (0)