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