You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vocab/credentials/v2/vocabulary.yml
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,16 @@ ontology:
19
19
class:
20
20
- id: CredentialEvidence
21
21
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
23
24
24
25
- id: CredentialSchema
25
26
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>).
27
28
28
29
- id: CredentialStatus
29
30
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.
31
32
32
33
- id: ConfidenceMethod
33
34
label: Confidence method
@@ -46,11 +47,18 @@ class:
46
47
47
48
- id: RefreshService
48
49
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
50
57
51
58
- id: TermsOfUse
52
59
label: Terms of use
53
60
comment: Policy under which the creator issued the credential or presentation. This class serves as a supertype for specific types for terms of use.
0 commit comments