Skip to content

Commit

Permalink
Add SD-JWT registered claim names to v2 context.
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 authored Aug 22, 2023
1 parent 03b0d90 commit 9cfb718
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contexts/credentials/v2
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@
}
}
},
"_sd_alg": {
"@id": "https://www.iana.org/assignments/jwt#_sd_alg"
},
"_sd": {
"@id": "https://www.iana.org/assignments/jwt#_sd"
},
"...": {
"@id": "https://www.iana.org/assignments/jwt#..."
},

"VerifiableCredential": {
"@id": "https://www.w3.org/2018/credentials#VerifiableCredential",
Expand Down

0 comments on commit 9cfb718

Please sign in to comment.