Skip to content

Commit ee63cb8

Browse files
committed
Vocabulary fixes — replacement of #1241
1 parent 03b0d90 commit ee63cb8

File tree

2 files changed

+37
-8
lines changed

2 files changed

+37
-8
lines changed

vocab/credentials/v2/vocabulary.svg

Lines changed: 24 additions & 3 deletions
Loading

vocab/credentials/v2/vocabulary.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ ontology:
1919
class:
2020
- id: CredentialEvidence
2121
label: Credential Evidence
22-
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.
22+
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.
23+
status: reserved
2324

2425
- id: CredentialSchema
2526
label: Credential schema
26-
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>).
27+
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>).
2728

2829
- id: CredentialStatus
2930
label: Credential status
30-
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.
31+
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.
3132

3233
- id: ConfidenceMethod
3334
label: Confidence method
@@ -46,11 +47,18 @@ class:
4647

4748
- id: RefreshService
4849
label: Refresh service
49-
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.
50+
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.
51+
status: reserved
52+
53+
- id: RenderMethod
54+
label: Render method
55+
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.
56+
status: reserved
5057

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

5563
# - id: StatusList2021Entry
5664
# label: Status List 2021 Entry
@@ -140,7 +148,7 @@ property:
140148
domain: cred:VerifiableCredential
141149
defined_by: https://w3c-ccg.github.io/vc-render-method/#the-rendermethod-property
142150
status: reserved
143-
range: cred:RefreshService
151+
range: cred:RenderMethod
144152

145153
- id: termsOfUse
146154
label: Terms of use

0 commit comments

Comments
 (0)