Skip to content

Commit 3eecc27

Browse files
committed
Update VerifiableCredential class descriptions to reference data integrity
1 parent 08bea7b commit 3eecc27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ob_v3p0/common_credentials.lines

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Package SharedCredentialDataModels DataModel
196196
Property points String 0..1 "The points associated with this rubric criterion level."
197197
Mixin Extensions
198198

199-
Class VerifiableCredential Unordered false [] "A Verifiable Credential as defined in the [[VC-DATA-MODEL-2.0]]. As described in [[[#proofs-signatures]]], at least one proof mechanism, and the details necessary to evaluate that proof, MUST be expressed for a credential to be a verifiable credential. In the case of an embedded proof, the credential MUST append the proof in the `proof` property." "i:https://www.w3.org/2018/credentials#VerifiableCredential"
199+
Class VerifiableCredential Unordered false [] "A Verifiable Credential as defined in the [[VC-DATA-MODEL-2.0]]. As described in [[[#data-integrity]]], at least one proof mechanism, and the details necessary to evaluate that proof, MUST be expressed for a credential to be a verifiable credential. In the case of an embedded proof, the credential MUST append the proof in the `proof` property." "i:https://www.w3.org/2018/credentials#VerifiableCredential"
200200
Property @context Context 1..* "The value of the `@context` property MUST be an ordered set where the first item is a URI with the value 'https://www.w3.org/ns/credentials/v2'."
201201
Constraint items [https://www.w3.org/ns/credentials/v2]
202202
Property id URI 0..1 "Unambiguous reference to the credential."
@@ -361,7 +361,7 @@ Package SharedLegacyCredentialsDataModels DataModel
361361
Property credentialSubject EndorsementSubject 1 "The individual, entity, organization, assertion, or achievement that is endorsed and the endorsement comment."
362362
Property awardedDate DateTimeZ 0..1 "Timestamp of when the credential was awarded. `validFrom` is used to determine the most recent version of a Credential in conjunction with `issuer` and `id`. Consequently, the only way to update a Credental is to update the `validFrom`, losing the date when the Credential was originally awarded. `awardedDate` is meant to keep this original date."
363363

364-
Class VerifiableCredentialv1p1 Unordered false [] "A Verifiable Credential as defined in the [[VC-DATA-MODEL]]. As described in [[[#proofs-signatures]]], at least one proof mechanism, and the details necessary to evaluate that proof, MUST be expressed for a credential to be a verifiable credential. In the case of an embedded proof, the credential MUST append the proof in the `proof` property." "i:https://www.w3.org/2018/credentials#VerifiableCredential"
364+
Class VerifiableCredentialv1p1 Unordered false [] "A Verifiable Credential as defined in the [[VC-DATA-MODEL]]. As described in [[[#data-integrity]]], at least one proof mechanism, and the details necessary to evaluate that proof, MUST be expressed for a credential to be a verifiable credential. In the case of an embedded proof, the credential MUST append the proof in the `proof` property." "i:https://www.w3.org/2018/credentials#VerifiableCredential"
365365
Property @context Context 1..* "The value of the `@context` property MUST be an ordered set where the first item is a URI with the value 'https://www.w3.org/2018/credentials/v1'."
366366
Constraint items [https://www.w3.org/2018/credentials/v1]
367367
Property id URI 0..1 "Unambiguous reference to the credential."

0 commit comments

Comments
 (0)