Skip to content

Commit d42fd22

Browse files
davidlehnmsporny
authored andcommitted
Add encodedList type in context.
Align with vc-bitstring-status-list repository.
1 parent 267dee5 commit d42fd22

File tree

1 file changed

+4
-2
lines changed
  • contexts/credentials

1 file changed

+4
-2
lines changed

contexts/credentials/v2

+4-2
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,10 @@
206206

207207
"statusPurpose":
208208
"https://www.w3.org/ns/credentials/status#statusPurpose",
209-
"encodedList":
210-
"https://www.w3.org/ns/credentials/status#encodedList",
209+
"encodedList": {
210+
"@id": "https://www.w3.org/ns/credentials/status#encodedList",
211+
"@type": "https://w3id.org/security#multibase"
212+
},
211213
"ttl": "https://www.w3.org/ns/credentials/status#ttl",
212214
"statusReference": "https://www.w3.org/ns/credentials/status#statusReference",
213215
"statusSize": "https://www.w3.org/ns/credentials/status#statusSize",

0 commit comments

Comments
 (0)