12 lines
261 B
JSON
12 lines
261 B
JSON
{
|
|
"@context": [
|
|
"https://www.w3.org/2018/credentials/v1"
|
|
],
|
|
"id": "http://example.org/presentations/3731",
|
|
"type": [
|
|
"VerifiablePresentation"
|
|
],
|
|
"holder": "{{ holder_did }}",
|
|
"verifiableCredential": {{ verifiable_credential_list|safe }}
|
|
}
|