-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for credentialId #361
Add support for credentialId #361
Conversation
-credentialId identifies credentials without credential.id set
If |
No, |
With the initial wording it was a bit confusing but after reading Manu's suggested changes, this explanation makes sense. |
components/Credential.yml
Outdated
@@ -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, as this can lead to unrecoverable partitioning errors. | |||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 since the client wanted to issue a VC without an ID. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Outdated - see newest version of Credential.yml.
Co-authored-by: Ted Thibodeau Jr <[email protected]>
Should we include some text about duplicate |
Updated change request, as discussed. |
Co-authored-by: Ted Thibodeau Jr <[email protected]>
Normative, multiple reviews, changes requested and made, no objections, merging. |
credentialId allows identification of credentials without credential.id set.