Skip to content

Instantly share code, notes, and snippets.

@kdenhartog
Created August 10, 2021 00:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdenhartog/5049ff9a2bea76633d68417c4c249134 to your computer and use it in GitHub Desktop.
Save kdenhartog/5049ff9a2bea76633d68417c4c249134 to your computer and use it in GitHub Desktop.
{
"@context": {
"id": "@id",
"type": "@type",
"@protected": true,
"VerifiablePresentationWithToU": {
"@id": "https://www.w3.org/2018/credentials#VerifiablePresentation",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"cred": "https://www.w3.org/2018/credentials#",
"sec": "https://w3id.org/security#",
"holder": {
"@id": "cred:holder",
"@type": "@id"
},
"proof": {
"@id": "sec:proof",
"@type": "@id",
"@container": "@graph"
},
"verifiableCredential": {
"@id": "cred:verifiableCredential",
"@type": "@id",
"@container": "@graph"
},
"termsOfUse": {
"@id": "cred:termsOfUse",
"@type": "@id"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment