18 lines
419 B
Django/Jinja
18 lines
419 B
Django/Jinja
{
|
|
"@context": [
|
|
"https://www.w3.org/2018/credentials/v1",
|
|
{
|
|
"title" : "trustchain:title",
|
|
"member_of": "trustchain:memberof"
|
|
}
|
|
],
|
|
"id": "{{ vc_id }}",
|
|
"type": ["VerifiableCredential"],
|
|
"issuer": "{{ issuer_did }}",
|
|
"issuanceDate": "{{ issuance_date }}",
|
|
"credentialSubject": {
|
|
"id": "{{ subject_did }}",
|
|
"member_of": "{{ subject_is_member_of }}"
|
|
}
|
|
}
|