Skip to content

Commit

Permalink
Fix missing closing braces in v2 context.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 9, 2023
1 parent 320cca5 commit 534d5bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion contexts/credentials/v2
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,19 @@
"aud": {
"@id": "https://www.iana.org/assignments/jwt#aud",
"@type": "@id"
},
"exp": {
"@id": "https://www.iana.org/assignments/jwt#exp",
"@type": "https://www.w3.org/2001/XMLSchema#nonNegativeInteger"
},
"nbf": {
"@id": "https://www.iana.org/assignments/jwt#nbf",
"@type": "https://www.w3.org/2001/XMLSchema#nonNegativeInteger"
},
"iat": {
"@id": "https://www.iana.org/assignments/jwt#iat",
"@type": "https://www.w3.org/2001/XMLSchema#nonNegativeInteger"
},
"cnf": {
"@id": "https://www.iana.org/assignments/jwt#cnf",
"@context": {
Expand Down Expand Up @@ -67,7 +71,7 @@
"credentialStatus": {
"@id": "https://www.w3.org/2018/credentials#credentialStatus",
"@type": "@id"
},
},
"credentialSubject": {
"@id": "https://www.w3.org/2018/credentials#credentialSubject",
"@type": "@id"
Expand Down

0 comments on commit 534d5bb

Please sign in to comment.