Skip to content

Commit cff9ea1

Browse files
ihermanmsporny
authored andcommitted
Update v2 context
This PR implements the extra changes as described in w3c/vc-bitstring-status-list#159 (comment), now that w3c/vc-bitstring-status-list#159 has been merged.
1 parent d1f8462 commit cff9ea1

File tree

1 file changed

+8
-2
lines changed
  • contexts/credentials

1 file changed

+8
-2
lines changed

contexts/credentials/v2

+8-2
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,14 @@
211211
"@type": "https://w3id.org/security#multibase"
212212
},
213213
"ttl": "https://www.w3.org/ns/credentials/status#ttl",
214-
"statusReference": "https://www.w3.org/ns/credentials/status#statusReference",
215-
"statusSize": "https://www.w3.org/ns/credentials/status#statusSize",
214+
"statusReference": {
215+
"@id": "https://www.w3.org/ns/credentials/status#statusReference",
216+
"@type": "@id"
217+
},
218+
"statusSize": {
219+
"@id": "https://www.w3.org/ns/credentials/status#statusSize",
220+
"@type": "https://www.w3.org/2001/XMLSchema#positiveInteger"
221+
},
216222
"statusMessage": {
217223
"@id": "https://www.w3.org/ns/credentials/status#statusMessage",
218224
"@context": {

0 commit comments

Comments
 (0)