Skip to content

Commit c44da90

Browse files
committed
Remove null'ing of context inside cnf.
1 parent 2414ad3 commit c44da90

File tree

1 file changed

+10
-13
lines changed
  • contexts/credentials

1 file changed

+10
-13
lines changed

contexts/credentials/v2

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,17 @@
4444
},
4545
"cnf": {
4646
"@id": "https://www.iana.org/assignments/jwt#cnf",
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-
}
47+
"@context": {
48+
"@protected": true,
49+
"kid": {
50+
"@id": "https://www.iana.org/assignments/jwt#kid",
51+
"@type": "@id"
52+
},
53+
"jwk": {
54+
"@id": "https://www.iana.org/assignments/jwt#jwk",
55+
"@type": "@json"
5956
}
60-
]
57+
}
6158
},
6259
"_sd_alg": {
6360
"@id": "https://www.iana.org/assignments/jwt#_sd_alg"

0 commit comments

Comments
 (0)