IdHub/oidc4vp/templates/credentials/verifiable_presentation.json

12 lines
197 B
JSON

{
"@context": [
"https://www.w3.org/2018/credentials/v1"
],
"id": "{{ id }}",
"type": [
"VerifiablePresentation"
],
"holder": "{{ holder_did }}",
"verifiableCredential": ""
}