Skip to content

Commit 7b68770

Browse files
ihermanmsporny
andauthored
Add the context references to the vocabulary.yml file.
Co-authored-by: Manu Sporny <[email protected]>
1 parent ba5f8a2 commit 7b68770

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

vocab/vocabulary.yml

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
vocab:
22
- id: cs
33
value: https://www.w3.org/ns/credentials/status#
4+
context: https://www.w3.org/ns/credentials/status/v1
45

56
prefix:
67
- id: cred
@@ -23,20 +24,24 @@ class:
2324
- id: BitstringStatusList
2425
label: Bitstring status list class
2526
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#bitstringstatuslist
27+
context: [vocab,https://www.w3.org/ns/credentials/v2]
2628

2729
- id: BitstringStatusListEntry
2830
label: Bitstring status list entry class
2931
upper_value: cred:CredentialStatus
3032
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#bitstringstatuslistentry
33+
context: [vocab,https://www.w3.org/ns/credentials/v2]
3134

3235
- id: BitstringStatusListCredential
3336
label: Bitstring status list credential class
3437
upper_value: cred:VerifiableCredential
3538
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#bitstringstatuslistcredential
39+
context: [vocab,https://www.w3.org/ns/credentials/v2]
3640

3741
- id: BitstringStatusMessage
3842
label: Bitstring status message class
3943
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#statusMessage
44+
context: [vocab,https://www.w3.org/ns/credentials/v2]
4045

4146
property:
4247
- id: statusPurpose
@@ -46,57 +51,67 @@ property:
4651
- cs:BitstringStatusList
4752
- cs:BitstringStatusListEntry
4853
range: xsd:string
54+
context: [vocab,https://www.w3.org/ns/credentials/v2]
4955

5056
- id: statusListIndex
5157
label: The position of the entry in the status list
5258
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#statusListIndex
5359
domain: cs:BitstringStatusListEntry
5460
range: xsd:string
61+
context: [vocab,https://www.w3.org/ns/credentials/v2]
5562

5663
- id: statusListCredential
5764
label: The location of the status list credential
5865
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#statusListCredential
5966
domain: cs:BitstringStatusListEntry
6067
range: cs:BitstringStatusListCredential
68+
context: [vocab,https://www.w3.org/ns/credentials/v2]
6169

6270
- id: encodedList
6371
label: The encoded status list bitstring
6472
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#encodedList
6573
domain: cs:BitstringStatusList
6674
range: sec:multibase
75+
context: [vocab,https://www.w3.org/ns/credentials/v2]
6776

6877
- id: ttl
6978
label: Time to live in milliseconds
7079
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#ttl
7180
domain: cs:BitstringStatusList
7281
range: xsd:string
82+
context: [vocab,https://www.w3.org/ns/credentials/v2]
7383

7484
- id: statusSize
7585
label: Bitstring entry size in bits
7686
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#statusSize
7787
domain: cs:BitstringStatusList
7888
range: xsd:positiveInteger
89+
context: [vocab,https://www.w3.org/ns/credentials/v2]
7990

8091
- id: statusMessage
8192
label: Status message
8293
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#statusMessage
8394
domain: cs:BitstringStatusList
8495
range: cs:BitstringStatusMessage
96+
context: [vocab,https://www.w3.org/ns/credentials/v2]
8597

8698
- id: status
8799
label: Hexadecimal value of a status message
88100
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#status
89101
range: xsd:string
90102
domain: cs:BitstringStatusMessage
103+
context: [vocab,https://www.w3.org/ns/credentials/v2]
91104

92105
- id: message
93106
label: Human-readable message of a status value
94107
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#message
95108
range: xsd:string
96109
domain: cs:BitstringStatusMessage
110+
context: [vocab,https://www.w3.org/ns/credentials/v2]
97111

98112
- id: statusReference
99113
label: Reference documentation for status messages
100114
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#statusReference
101115
domain: cs:BitstringStatusList
102116
range: URL
117+
context: [vocab,https://www.w3.org/ns/credentials/v2]

0 commit comments

Comments
 (0)