Skip to content
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 vocab terms for status list 2021 #1194

Merged
merged 2 commits into from
Jul 18, 2023
Merged
Changes from 1 commit
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
8 changes: 8 additions & 0 deletions vocab/credentials/v2/vocabulary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ class:
label: Credential status
comment: A Credential Status provides enough information to determine the current status of the credential (for example, suspended or revoked). It MUST include the `id` property, which MUST be a URL, and the `type` property, which expresses the credential status type (also referred to as the credential status scheme)

- id: StatusList2021Entry
label: Status List 2021 Entry
comment: A Status List 2021 Entry provides issuers a mechanism to provide status information for verifiable credentials.

- id: StatusList2021Credential
label: Status List 2021 Credential
comment: A Status List 2021 Credential provides issuers a mechanism to publish a verifiable credential which encapsulates a status list.
decentralgabe marked this conversation as resolved.
Show resolved Hide resolved

- id: CredentialEvidence
label: Credential evidence
comment: A Credential Evidence scheme provides enough information to a verifier to determine whether the evidence gathered meets their requirements for issuing a credential. The precise content of each evidence scheme is determined by the specific evidence type definition.
Expand Down