This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
ssikit_trustchain/vc_templates/financial-vulnerability-Par...

102 lines
4.8 KiB
JSON

{
"@context": [
"https://www.w3.org/2018/credentials/v1",
{
"credentialSchema": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#surname",
"value": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#surname",
"lang": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#surname",
"description": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#surname",
"name": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#name",
"surname": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#surname",
"email": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#email",
"phoneNumber": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#phoneNumber",
"identityDocType": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#identityDocType",
"identityNumber": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#identityNumber",
"streetAddress": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#streetAddress",
"socialWorkerName": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#socialWorkerName",
"socialWorkerSurname": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#socialWorkerSurname",
"financialVulnerabilityScore": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#financialVulnerabilityScore",
"amountCoveredByOtherAids": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#amountCoveredByOtherAids",
"connectivityOptionList": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#connectivityOptionList",
"assessmentDate": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#assessmentDate"
}
],
"id": "{{ vc_id }}",
"type": [
"VerifiableCredential",
"VerifiableAttestation",
"FinancialVulnerabilityCredential"
],
"issuer": {
"id": "{{ issuer_did }}",
"name": "Fundació Pare Manel",
"description": [
{
"value": "The Pare Manel Foundation is a non-profit institution which develops and leads social and educational action projects.",
"lang": "en"
},
{
"value": "La Fundació Pare Manel és una institució sense ànim de lucre que desenvolupa i lidera projectes d'acció social i educativa.",
"lang": "ca_ES"
},
{
"value": "La Fundación Pare Manel es una institución sin ánimo de lucro que desarrolla y lidera proyectos de acción social y educativa.",
"lang": "es"
}
]
},
"issuanceDate": "{{ issuance_date }}",
"validFrom": "{{ issuance_date }}",
"validUntil": "{{ validUntil }}",
"name": [
{
"value": "Financial Vulnerability Credential",
"lang": "en"
},
{
"value": "Credencial de Vulnerabilitat Financera",
"lang": "ca_ES"
},
{
"value": "Credencial de Vulnerabilidad Financiera",
"lang": "es"
}
],
"description": [
{
"value": "The Financial Vulnerability Credential is issued to individuals or families to prove their financial vulnerability based on various factors, with the objective of presenting it to a third party to receive benefits or services.",
"lang": "en"
},
{
"value": "La Credencial de Vulnerabilitat Financera és emesa a persones o famílies per acreditar la seva vulnerabilitat financera sobre la base de diversos factors, amb l'objectiu que la presentin a una tercera part per rebre beneficis o serveis.",
"lang": "ca_ES"
},
{
"value": "La Credencial de Vulnerabilidad Financiera es emitida a personas o familias para acreditar su vulnerabilidad financiera con base en diversos factores, con el objetivo de que la presenten a una tercera parte para recibir beneficios o servicios.",
"lang": "es"
}
],
"credentialSubject": {
"id": "{{ subject_did }}",
"name": "{{ first_name }}",
"surname": "{{ last_name }}",
"email": "{{ email }}",
"phoneNumber": "{{ phone_number }}",
"identityDocType": "{{ identity_doc_type }}",
"identityNumber": "{{ identity_number }}",
"streetAddress": "{{ street_address }}",
"socialWorkerName": "{{ social_worker_name }}",
"socialWorkerSurname": "{{ social_worker_surname }}",
"financialVulnerabilityScore": "{{ financial_vulnerability_score }}",
"amountCoveredByOtherAids": "{{ amount_covered_by_other_aid }}",
"connectivityOptionList": "{{ connectivity_option_list }}",
"assessmentDate": "{{ assessmentDate }}"
},
"credentialSchema": {
"id": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/vc_schemas/financial_vulnerability.json",
"type": "JsonSchema"
}
}