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 2 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
12 changes: 12 additions & 0 deletions vocab/credentials/v2/vocabulary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ 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/
comment: A Confidence Method provides enough information for a verifier to determine whether the holder can generate a verifiable presentation to increase the verifier's confidence that they are the same entity referenced by the confidence method. This class serves as a supertype for specific confidence method types.
iherman marked this conversation as resolved.
Show resolved Hide resolved
status: reserved

- id: JsonSchema2023
label: JSON schema validator 2023
defined_by: https://www.w3.org/TR/vc-json-schema/#jsonschema2023
Expand Down Expand Up @@ -72,6 +78,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