We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f8462 commit cff9ea1Copy full SHA for cff9ea1
contexts/credentials/v2
@@ -211,8 +211,14 @@
211
"@type": "https://w3id.org/security#multibase"
212
},
213
"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",
+ "statusReference": {
+ "@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
222
"statusMessage": {
223
"@id": "https://www.w3.org/ns/credentials/status#statusMessage",
224
"@context": {
0 commit comments