Skip to content

Commit

Permalink
Add discussion for why id should not be auto-generated
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-smith authored Feb 12, 2024
1 parent dcfadb4 commit 9fd76d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Credential.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ components:
type: string
"id":
type: string
description: The ID of the credential. This property MAY be empty. The issuer SHOULD NOT auto-generate the id property since the client wanted to issue a VC without the id.
description: The ID of the credential. This property MAY be empty. The issuer SHOULD NOT auto-generate the id property if not provided, as a Verifiable Credential does not require the id property to be valid, and there are use cases for which no id property is required.
"type":
type: array
description: The JSON-LD type of the credential.
Expand Down

0 comments on commit 9fd76d9

Please sign in to comment.