Skip to content

Added JsonSchemaCredential to the vocabulary, and remove '2023' from JsonSchema2023 #1218

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

Merged
merged 4 commits into from
Aug 9, 2023
Merged
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
14 changes: 9 additions & 5 deletions vocab/credentials/v2/vocabulary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,21 @@ class:

- id: CredentialSchema
label: Credential schema
comment: A Credential Schema provides verifiers with enough information to determine if the provided data conforms to the provided schema. This class serves as a supertype for specific schemas (e.g., <a href="#JsonSchema2023">JsonSchema2023</a>).
comment: A Credential Schema provides verifiers with enough information to determine if the provided data conforms to the provided schema. This class serves as a supertype for specific schemas (e.g., <a href="#JsonSchema">JsonSchema</a>).

- id: CredentialStatus
label: Credential status
comment: A Credential Status provides enough information to determine the current status of the credential (for example, suspended or revoked). This class serves as a supertype for specific status types.

- id: JsonSchema2023
label: JSON schema validator 2023
defined_by: https://www.w3.org/TR/vc-json-schema/#jsonschema2023
- id: JsonSchema
label: JSON schema validator
defined_by: https://www.w3.org/TR/vc-json-schema/#jsonschema
upper_value: cred:CredentialSchema
comment: A type of validator for the validation of <a href="#VerifiableCredential">Verifiable Credentials</a>, based on JSON Schema.

- id: JsonSchemaCredential
label: JSON schema validator with schema contained in a credential
defined_by: https://www.w3.org/TR/vc-json-schema/#jsonschemacredential
upper_value: cred:VerifiableCredential

- id: RefreshService
label: Refresh service
Expand Down