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

Added reserved confidenceMethod property to the vocabulary — bis #1228

Merged
merged 5 commits into from
Aug 15, 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
11 changes: 11 additions & 0 deletions vocab/credentials/v2/vocabulary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ class:
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: ConfidenceMethod
label: Confidence method
defined_by: https://w3c-ccg.github.io/confidence-method-spec/
status: reserved

- id: JsonSchema
label: JSON schema validator
defined_by: https://www.w3.org/TR/vc-json-schema/#jsonschema
Expand Down Expand Up @@ -76,6 +81,12 @@ property:
domain: cred:VerifiableCredential
range: cred:CredentialStatus

- id: confidenceMethod
label: Confidence method
defined_by: https://w3c-ccg.github.io/confidence-method-spec/
status: reserved
range: cred:ConfidenceMethod

- id: credentialSubject
label: Credential subject
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#defn-credentialSubject
Expand Down