Skip to content

Commit ee89cde

Browse files
committed
Fix linting errors in vocabulary file.
1 parent bd5073d commit ee89cde

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

vocab/vocabulary.yml

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

65
prefix:
76
- id: cred
@@ -22,38 +21,46 @@ ontology:
2221

2322
class:
2423
- id: BitstringStatusList
24+
label: Bitstring status list class
2525
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#bitstringstatuslist
2626

2727
- id: BitstringStatusListEntry
28+
label: Bitstring status list entry class
2829
upper_value: cred:CredentialStatus
2930
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#bitstringstatuslistentry
3031

3132
- id: BitstringStatusListCredential
33+
label: Bitstring status list credential class
3234
upper_value: cred:VerifiableCredential
3335
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#bitstringstatuslistcredential
3436

3537
- id: BitstringStatusMessage
38+
label: Bitstring status message class
3639
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#statusMessage
3740

3841
property:
3942
- id: statusPurpose
43+
label: The purpose of the status list
4044
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#statusPurpose
4145
domain:
4246
- cs:BitstringStatusList
4347
- cs:BitstringStatusListEntry
4448
range: xsd:string
4549

4650
- id: statusListIndex
51+
label: The position of the entry in the status list
4752
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#statusListIndex
4853
domain: cs:BitstringStatusListEntry
4954
range: xsd:string
5055

5156
- id: statusListCredential
57+
label: The location of the status list credential
5258
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#statusListCredential
5359
domain: cs:BitstringStatusListEntry
5460
range: cs:BitstringStatusListCredential
5561

5662
- id: encodedList
63+
label: The encoded status list bitstring
5764
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#encodedList
5865
domain: cs:BitstringStatusList
5966
range: sec:multibase
@@ -71,6 +78,7 @@ property:
7178
range: xsd:positiveInteger
7279

7380
- id: statusMessage
81+
label: Status message
7482
defined_by: https://www.w3.org/TR/vc-bitstring-status-list/#statusMessage
7583
domain: cs:BitstringStatusList
7684
range: cs:BitstringStatusMessage

0 commit comments

Comments
 (0)