2023-11-27 04:36:58 +00:00
|
|
|
{
|
|
|
|
"@context": [
|
|
|
|
"https://www.w3.org/2018/credentials/v1"
|
|
|
|
],
|
|
|
|
"id": "http://example.org/presentations/3731",
|
|
|
|
"type": [
|
|
|
|
"VerifiablePresentation"
|
|
|
|
],
|
|
|
|
"holder": "{{ holder_did }}",
|
2023-12-04 09:56:22 +00:00
|
|
|
"verifiableCredential": {{ verifiable_credential_list|safe }}
|
2023-11-27 04:36:58 +00:00
|
|
|
}
|