Skip to content

Commit

Permalink
Add JOSE identifiers to base context.
Browse files Browse the repository at this point in the history
Co-authored-by: David I. Lehn <[email protected]>
  • Loading branch information
OR13 and davidlehn authored Jul 23, 2023
1 parent 7d34e45 commit c1f8a63
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions contexts/credentials/v2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@

"id": "@id",
"type": "@type",
"kid": {
"@id": "https://www.iana.org/assignments/jose#kid",
"@type": "@id"
},
"iss": {
"@id": "https://www.iana.org/assignments/jose#iss",
"@type": "@id"
},
"sub": {
"@id": "https://www.iana.org/assignments/jose#sub",
"@type": "@id"
},
"jku": {
"@id": "https://www.iana.org/assignments/jose#jku",
"@type": "@id"
},
"x5u": {
"@id": "https://www.iana.org/assignments/jose#x5u",
"@type": "@id"
},

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

0 comments on commit c1f8a63

Please sign in to comment.