34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"@context": [
|
|
"https://www.w3.org/2018/credentials/v1",
|
|
{
|
|
"name": "https://schema.org/name",
|
|
"email": "https://schema.org/email",
|
|
"membershipType": "https://schema.org/memberOf",
|
|
"individual": "https://schema.org/Person",
|
|
"organization": "https://schema.org/Organization",
|
|
"Member": "https://schema.org/Member",
|
|
"startDate": "https://schema.org/startDate",
|
|
"jsonSchema": "https://schema.org/jsonSchema",
|
|
"destination_country": "https://schema.org/destinationCountry",
|
|
"offboarding_date": "https://schema.org/offboardingDate",
|
|
"$ref": "https://schema.org/jsonSchemaRef"
|
|
}
|
|
],
|
|
"id": "{{ vc_id }}",
|
|
"type": ["VerifiableCredential", "MigrantRescueCredential"],
|
|
"issuer": "{{ issuer_did }}",
|
|
"issuanceDate": "{{ issuance_date }}",
|
|
"credentialSubject": {
|
|
"id": "{{ subject_did }}",
|
|
"name": "{{ name }}",
|
|
"country_of_origin": "{{ country_of_origin }}",
|
|
"rescue_date": "{{ rescue_date }}",
|
|
"destination_country": "{{ destination_country }}",
|
|
"offboarding_date": "{{ offboarding_date }}",
|
|
"jsonSchema": {
|
|
"$ref": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/UNDEF.json"
|
|
}
|
|
}
|
|
}
|