18 lines
419 B
Plaintext
18 lines
419 B
Plaintext
|
{
|
||
|
"@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 }}"
|
||
|
}
|
||
|
}
|