Skip to content

Add nonTransferable property to credentials vocab #969

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions vocab/credentials/v2/vocabulary.csv
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ property,holder,,,holder,,"cred:VerifiableCredential,cred:VerifiablePresentation
property,issuanceDate,,,issuance date,,cred:VerifiableCredential,xsd:dateTime,,The value of the `issuanceDate` property MUST be a string value of an ISO8601 combined date and time string representing the date and time the credential was issued. Note that this date represents the earliest date when the information associated with the `credentialSubject` property became valid.
property,issued,,,issue date,,cred:VerifiableCredential,xsd:dateTime,,The value of the `issued` property MUST be a string value of an ISO8601 combined date and time string representing the date and time the credential was issued. Note that this date represents the earliest date when the information associated with the `credentialSubject` property became valid.
property,issuer,,,issuer,,cred:VerifiableCredential,,,The value of the `issuer` property MUST be a URI. It is RECOMMENDED that dereferencing the URI results in a document containing machine-readable information about the issuer that can be used to verify the information expressed in the credential.
property,nonTransferable,,,non transferable,,cred:VerifiableCredential,xsd:boolean,,The value of the `nonTransferable` property MUST be a boolean indicating whether the credential is transferable or not.
property,refreshService,,,refresh service,,cred:VerifiableCredential,cred:RefreshService,,The value of the `refreshService` property MUST be one or more Refresh Service instances such that the holder can refresh the credential.
property,serviceEndpoint,,,service endpoint,,cred:RefreshService,,,The value of the `serviceEndpoint` property MUST be a URL to the service endpoint associated with the subject.
property,termsOfUse,,,terms of use,,cred:VerifiableCredential,odrl:Policy,,"If specified, the value of the `termsOfUse` property MUST specify one or more terms of use policies under which the creator issued the credential or presentation. If the recipient (a holder or verifier) is not willing to adhere to the specified terms of use, then they do so on their own responsibility and might incur legal liability if they violate the stated Terms of Use. Each `termsOfUse` MUST specify its type, for example, `IssuerPolicy`, and optionally, its instance `id`. The precise contents of each term of use is determined by the specific `TermsOfUse` type definition."
Expand Down