1
1
vocab :
2
2
- id : cs
3
3
value : https://www.w3.org/ns/credentials/status#
4
+ context : https://www.w3.org/ns/credentials/status/v1
4
5
5
6
prefix :
6
7
- id : cred
@@ -23,20 +24,24 @@ class:
23
24
- id : BitstringStatusList
24
25
label : Bitstring status list class
25
26
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#bitstringstatuslist
27
+ context : [vocab,https://www.w3.org/ns/credentials/v2]
26
28
27
29
- id : BitstringStatusListEntry
28
30
label : Bitstring status list entry class
29
31
upper_value : cred:CredentialStatus
30
32
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#bitstringstatuslistentry
33
+ context : [vocab,https://www.w3.org/ns/credentials/v2]
31
34
32
35
- id : BitstringStatusListCredential
33
36
label : Bitstring status list credential class
34
37
upper_value : cred:VerifiableCredential
35
38
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#bitstringstatuslistcredential
39
+ context : [vocab,https://www.w3.org/ns/credentials/v2]
36
40
37
41
- id : BitstringStatusMessage
38
42
label : Bitstring status message class
39
43
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#statusMessage
44
+ context : [vocab,https://www.w3.org/ns/credentials/v2]
40
45
41
46
property :
42
47
- id : statusPurpose
@@ -46,57 +51,67 @@ property:
46
51
- cs:BitstringStatusList
47
52
- cs:BitstringStatusListEntry
48
53
range : xsd:string
54
+ context : [vocab,https://www.w3.org/ns/credentials/v2]
49
55
50
56
- id : statusListIndex
51
57
label : The position of the entry in the status list
52
58
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#statusListIndex
53
59
domain : cs:BitstringStatusListEntry
54
60
range : xsd:string
61
+ context : [vocab,https://www.w3.org/ns/credentials/v2]
55
62
56
63
- id : statusListCredential
57
64
label : The location of the status list credential
58
65
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#statusListCredential
59
66
domain : cs:BitstringStatusListEntry
60
67
range : cs:BitstringStatusListCredential
68
+ context : [vocab,https://www.w3.org/ns/credentials/v2]
61
69
62
70
- id : encodedList
63
71
label : The encoded status list bitstring
64
72
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#encodedList
65
73
domain : cs:BitstringStatusList
66
74
range : sec:multibase
75
+ context : [vocab,https://www.w3.org/ns/credentials/v2]
67
76
68
77
- id : ttl
69
78
label : Time to live in milliseconds
70
79
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#ttl
71
80
domain : cs:BitstringStatusList
72
81
range : xsd:string
82
+ context : [vocab,https://www.w3.org/ns/credentials/v2]
73
83
74
84
- id : statusSize
75
85
label : Bitstring entry size in bits
76
86
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#statusSize
77
87
domain : cs:BitstringStatusList
78
88
range : xsd:positiveInteger
89
+ context : [vocab,https://www.w3.org/ns/credentials/v2]
79
90
80
91
- id : statusMessage
81
92
label : Status message
82
93
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#statusMessage
83
94
domain : cs:BitstringStatusList
84
95
range : cs:BitstringStatusMessage
96
+ context : [vocab,https://www.w3.org/ns/credentials/v2]
85
97
86
98
- id : status
87
99
label : Hexadecimal value of a status message
88
100
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#status
89
101
range : xsd:string
90
102
domain : cs:BitstringStatusMessage
103
+ context : [vocab,https://www.w3.org/ns/credentials/v2]
91
104
92
105
- id : message
93
106
label : Human-readable message of a status value
94
107
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#message
95
108
range : xsd:string
96
109
domain : cs:BitstringStatusMessage
110
+ context : [vocab,https://www.w3.org/ns/credentials/v2]
97
111
98
112
- id : statusReference
99
113
label : Reference documentation for status messages
100
114
defined_by : https://www.w3.org/TR/vc-bitstring-status-list/#statusReference
101
115
domain : cs:BitstringStatusList
102
116
range : URL
117
+ context : [vocab,https://www.w3.org/ns/credentials/v2]
0 commit comments