IdHub/oidc4vp/templates/credentials/verifiable_presentation.json

12 lines
225 B
JSON
Raw Normal View History

2023-11-27 04:36:58 +00:00
{
"@context": [
"https://www.w3.org/2018/credentials/v1"
],
2024-06-06 11:49:54 +00:00
"id": "{{ id }}"",
2023-11-27 04:36:58 +00:00
"type": [
"VerifiablePresentation"
],
"holder": "{{ holder_did }}",
2024-06-06 11:49:54 +00:00
"verifiableCredential": {{ verificable_credentials }}
2023-11-27 04:36:58 +00:00
}