File tree 1 file changed +20
-12
lines changed 1 file changed +20
-12
lines changed Original file line number Diff line number Diff line change 5
5
6
6
"id": "@id",
7
7
"type": "@type",
8
+
8
9
"kid": {
9
10
"@id": "https://www.iana.org/assignments/jose#kid",
10
11
"@type": "@id"
43
44
},
44
45
"cnf": {
45
46
"@id": "https://www.iana.org/assignments/jwt#cnf",
46
- "@context": {
47
- "@protected": true,
48
- "kid": {
49
- "@id": "https://www.iana.org/assignments/jwt#kid",
50
- "@type": "@id"
51
- },
52
- "jwk": {
53
- "@id": "https://www.iana.org/assignments/jwt#jwk",
54
- "@type": "@json"
47
+ "@context": [
48
+ null,
49
+ {
50
+ "@protected": true,
51
+ "kid": {
52
+ "@id": "https://www.iana.org/assignments/jwt#kid",
53
+ "@type": "@id"
54
+ },
55
+ "jwk": {
56
+ "@id": "https://www.iana.org/assignments/jwt#jwk",
57
+ "@type": "@json"
58
+ }
55
59
}
56
- }
60
+ ]
57
61
},
58
62
"_sd_alg": {
59
63
"@id": "https://www.iana.org/assignments/jwt#_sd_alg"
146
150
"verifiableCredential": {
147
151
"@id": "https://www.w3.org/2018/credentials#verifiableCredential",
148
152
"@type": "@id",
149
- "@container": "@graph"
153
+ "@container": "@graph",
154
+ "@context": null
150
155
},
151
156
"termsOfUse": {
152
157
"@id": "https://www.w3.org/2018/credentials#termsOfUse",
273
278
}
274
279
}
275
280
},
276
- "cryptosuite": "https://w3id.org/security#cryptosuite",
281
+ "cryptosuite": {
282
+ "@id": "https://w3id.org/security#cryptosuite",
283
+ "@type": "https://w3id.org/security#cryptosuiteString"
284
+ },
277
285
"proofValue": {
278
286
"@id": "https://w3id.org/security#proofValue",
279
287
"@type": "https://w3id.org/security#multibase"
You can’t perform that action at this time.
0 commit comments