Skip to content

Commit

Permalink
Update discussion of 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 9fd76d9 commit 4f7a3fd
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 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.
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 the id property cannot be set.
"type":
type: array
description: The JSON-LD type of the credential.
Expand Down

0 comments on commit 4f7a3fd

Please sign in to comment.