103 lines
4.3 KiB
JSON
103 lines
4.3 KiB
JSON
|
{
|
||
|
"$id": "https://idhub.pangea.org/vc_schemas/financial-vulnerability.json",
|
||
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||
|
"title": "Financial Vulnerability Credential",
|
||
|
"description": "A 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.",
|
||
|
"name": [
|
||
|
{
|
||
|
"value": "Financial Vulnerability Credential",
|
||
|
"lang": "en"
|
||
|
},
|
||
|
{
|
||
|
"value": "Credencial de Vulnerabilitat Financera",
|
||
|
"lang": "ca_ES"
|
||
|
},
|
||
|
{
|
||
|
"value": "Credencial de Vulnerabilidad Financiera",
|
||
|
"lang": "es"
|
||
|
}
|
||
|
],
|
||
|
"type": "object",
|
||
|
"allOf": [
|
||
|
{
|
||
|
"$ref": "https://idhub.pangea.org/vc_schemas/ebsi/attestation.json"
|
||
|
},
|
||
|
{
|
||
|
"properties": {
|
||
|
"credentialSubject": {
|
||
|
"description": "Defines additional properties on credentialSubject",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"description": "Defines a unique identifier (DID) of the credential subject",
|
||
|
"type": "string"
|
||
|
},
|
||
|
"firstName": {
|
||
|
"description": "Name of the credential subject",
|
||
|
"type": "string"
|
||
|
},
|
||
|
"lastName": {
|
||
|
"description": "Surname of the credential subject",
|
||
|
"type": "string"
|
||
|
},
|
||
|
"email": {
|
||
|
"type": "string",
|
||
|
"format": "email"
|
||
|
},
|
||
|
"phoneNumber": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"identityDocType": {
|
||
|
"description": "Type of the Identity Document of the credential subject",
|
||
|
"type": "string"
|
||
|
},
|
||
|
"identityNumber": {
|
||
|
"description": "Number of the Identity Document of the credential subject",
|
||
|
"type": "string"
|
||
|
},
|
||
|
"streetAddress": {
|
||
|
"description": "Postal address of the credential Subject",
|
||
|
"type": "string"
|
||
|
},
|
||
|
"socialWorkerName": {
|
||
|
"description": "Name of the social worker that support the vulnerable person/family",
|
||
|
"type": "string"
|
||
|
},
|
||
|
"socialWorkerSurname": {
|
||
|
"description": "Surname of the social worker that support the vulnerable person/family",
|
||
|
"type": "string"
|
||
|
},
|
||
|
"financialVulnerabilityScore": {
|
||
|
"description": "Measure of an individual's susceptibility to financial hardship",
|
||
|
"type": "string"
|
||
|
},
|
||
|
"amountCoveredByOtherAids": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"connectivityOptionList": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"assessmentDate": {
|
||
|
"type": "string",
|
||
|
"format": "date-time"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"id",
|
||
|
"firstName",
|
||
|
"lastName",
|
||
|
"email",
|
||
|
"identityDocType",
|
||
|
"identityNumber",
|
||
|
"streetAddress",
|
||
|
"socialWorkerName",
|
||
|
"socialWorkerSurname",
|
||
|
"financialVulnerabilityScore",
|
||
|
"amountCoveredByOtherAids",
|
||
|
"assessmentDate"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|