Skip to content

Commit 903d46d

Browse files
ihermanbrentzundel
authored andcommitted
Base class definitions are now in the spec
1 parent a251c5d commit 903d46d

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

vocab/credentials/v2/vocabulary.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ 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+
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#bc-credential-evidence
2323
status: reserved
2424

2525
- id: CredentialSchema
2626
label: Credential schema
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+
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#bc-credential-schema
2828

2929
- id: CredentialStatus
3030
label: Credential status
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+
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#bc-credential-status
3232

3333
- id: ConfidenceMethod
3434
label: Confidence method
35-
defined_by: https://w3c-ccg.github.io/confidence-method-spec/
35+
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#bc-confidence-method
3636
status: reserved
3737

3838
- id: JsonSchema
@@ -47,23 +47,19 @@ class:
4747

4848
- id: RefreshService
4949
label: Refresh service
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.
50+
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#bc-refresh-service
5151
status: reserved
5252

5353
- id: RenderMethod
5454
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.
55+
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#bc-render-method
5656
status: reserved
5757

5858
- id: TermsOfUse
5959
label: Terms of use
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.
60+
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#bc-terms-of-use
6161
status: reserved
6262

63-
# - id: StatusList2021Entry
64-
# label: Status List 2021 Entry
65-
# comment: A Status List 2021 Entry provides issuers with a mechanism to provide status information for verifiable credentials.
66-
6763
- id: VerifiableCredential
6864
defined_by: https://www.w3.org/TR/vc-data-model-2.0/#credentials
6965
label: Verifiable credential

0 commit comments

Comments
 (0)