Skip to content

Commit

Permalink
Vocabulary fixes — replacement of #1241
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman authored and msporny committed Aug 27, 2023
1 parent 3655333 commit 78d9409
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 8 deletions.
27 changes: 24 additions & 3 deletions vocab/credentials/v2/vocabulary.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 13 additions & 5 deletions vocab/credentials/v2/vocabulary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ ontology:
class:
- id: CredentialEvidence
label: Credential Evidence
comment: A Credential Evidence provides evidence schemes that are used by the <a href="#evidence">evidence</a> property. This class serves as a supertype for specific evidence types.
comment: A credential evidence provides evidence schemes that are used by the <a href="#evidence">evidence</a> property. This class serves as a supertype for specific evidence types.
status: reserved

- 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="#JsonSchema">JsonSchema</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.
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
Expand All @@ -46,11 +47,18 @@ class:

- id: RefreshService
label: Refresh service
comment: A Refresh Service is a mechanism that can be utilized by software agents to retrieve an updated copy of a Verifiable Credential. This class serves as a supertype for specific refresh service types.
comment: A refresh service is a mechanism that can be utilized by software agents to retrieve an updated copy of a Verifiable Credential. This class serves as a supertype for specific refresh service types.
status: reserved

- id: RenderMethod
label: Render method
comment: A specific render method specifies how a software expresses the verifiable credential using a visual, auditory, or haptic mechanism. This class serves as a supertype for specific render method types.
status: reserved

- id: TermsOfUse
label: Terms of use
comment: Policy under which the creator issued the credential or presentation. This class serves as a supertype for specific types for terms of use.
status: reserved

# - id: StatusList2021Entry
# label: Status List 2021 Entry
Expand Down Expand Up @@ -140,7 +148,7 @@ property:
domain: cred:VerifiableCredential
defined_by: https://w3c-ccg.github.io/vc-render-method/#the-rendermethod-property
status: reserved
range: cred:RefreshService
range: cred:RenderMethod

- id: termsOfUse
label: Terms of use
Expand Down

0 comments on commit 78d9409

Please sign in to comment.