IdHub/oidc4vp/templates/credentials/verifiable_presentation.json
2024-06-06 13:49:54 +02:00

12 lines
225 B
JSON

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