pyvckit #1
|
@ -2,10 +2,10 @@
|
||||||
"@context": [
|
"@context": [
|
||||||
"https://www.w3.org/2018/credentials/v1"
|
"https://www.w3.org/2018/credentials/v1"
|
||||||
],
|
],
|
||||||
"id": "http://example.org/presentations/3731",
|
"id": "{{ id }}"",
|
||||||
"type": [
|
"type": [
|
||||||
"VerifiablePresentation"
|
"VerifiablePresentation"
|
||||||
],
|
],
|
||||||
"holder": "{{ holder_did }}",
|
"holder": "{{ holder_did }}",
|
||||||
"verifiableCredential": {{ verifiable_credential_list|safe }}
|
"verifiableCredential": {{ verificable_credentials }}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue