Skip to content

Commit

Permalink
Added reserved confidenceMethod property to the vocabulary.
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Terbu <[email protected]>
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
3 people authored Aug 15, 2023
1 parent b63f65b commit 00469e3
Showing 1 changed file with 11 additions and 0 deletions.
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

0 comments on commit 00469e3

Please sign in to comment.