92 lines
3.5 KiB
JSON
92 lines
3.5 KiB
JSON
{
|
|
"@context": [
|
|
"https://www.w3.org/2018/credentials/v1",
|
|
"https://idhub.pangea.org/credentials/base/v1",
|
|
{
|
|
"federation": "https://idhub.pangea.org/context/#federation",
|
|
"legalName": "https://idhub.pangea.org/context/#legalName",
|
|
"shortName": "https://idhub.pangea.org/context/#shortName",
|
|
"registrationIdentifier": "https://idhub.pangea.org/context/#registrationIdentifier",
|
|
"publicRegistry": "https://idhub.pangea.org/context/#publicRegistry",
|
|
"streetAddress": "https://idhub.pangea.org/context/#streetAddress",
|
|
"postCode": "https://idhub.pangea.org/context/#postCode",
|
|
"city": "https://idhub.pangea.org/context/#city",
|
|
"taxReference": "https://idhub.pangea.org/context/#taxReference",
|
|
"membershipType": "https://idhub.pangea.org/context/#membershipType",
|
|
"membershipStatus": "https://idhub.pangea.org/context/#membershipStatus",
|
|
"membershipId": "https://idhub.pangea.org/context/#membershipId",
|
|
"membershipSince": "https://idhub.pangea.org/context/#membershipSince",
|
|
"email": "https://idhub.pangea.org/context/#email",
|
|
"phone": "https://idhub.pangea.org/context/#phone",
|
|
"website": "https://idhub.pangea.org/context/#website",
|
|
"evidence": "https://idhub.pangea.org/context/#evidence",
|
|
"certificationDate": "https://idhub.pangea.org/context/#certificationDate"
|
|
}
|
|
],
|
|
"id": "{{ vc_id }}",
|
|
"type": [
|
|
"VerifiableCredential",
|
|
"VerifiableAttestation",
|
|
"FederationMembership"
|
|
],
|
|
"issuer": {
|
|
"id": "{{ issuer_did }}",
|
|
"name": "{{ organisation }}"
|
|
},
|
|
"issuanceDate": "{{ issuance_date }}",
|
|
"validFrom": "{{ issuance_date }}",
|
|
"validUntil": "{{ validUntil }}",
|
|
"name": [
|
|
{
|
|
"value": "NGO federation membership attestation credential",
|
|
"lang": "en"
|
|
},
|
|
{
|
|
"value": "Credencial d'atestat de pertinença a federació d'ONG",
|
|
"lang": "ca_ES"
|
|
},
|
|
{
|
|
"value": "Credencial de atestado de membresía de Federación de ONG",
|
|
"lang": "es"
|
|
}
|
|
],
|
|
"description": [
|
|
{
|
|
"value": "Credential for NGOs that are members of a NGO federation",
|
|
"lang": "en"
|
|
},
|
|
{
|
|
"value": "Credencial para ONG que son miembros de una federación de ONG",
|
|
"lang": "es"
|
|
},
|
|
{
|
|
"value": "Credencial per a les ONG que són membres d'una federació d'ONG",
|
|
"lang": "ca_ES"
|
|
}
|
|
],
|
|
"credentialSubject": {
|
|
"id": "{{ subject_did }}",
|
|
"federation": "{{ federation }}",
|
|
"legalName": "{{ legalName }}",
|
|
"shortName": "{{ shortName }}",
|
|
"registrationIdentifier": "{{ registrationIdentifier }}",
|
|
"publicRegistry": "{{ publicRegistry }}",
|
|
"streetAddress": "{{ streetAddress }}",
|
|
"postCode": "{{ postCode }}",
|
|
"city": "{{ city }}",
|
|
"taxReference": "{{ taxReference }}",
|
|
"membershipType": "{{ membershipType }}",
|
|
"membershipStatus": "{{ membershipStatus }}",
|
|
"membershipId": "{{ membershipId }}",
|
|
"membershipSince": "{{ membershipSince }}",
|
|
"email": "{{ email }}",
|
|
"phone": "{{ phone }}",
|
|
"website": "{{ website }}",
|
|
"evidence": "{{ evidence }}",
|
|
"certificationDate": "{{ certificationDate }}"
|
|
},
|
|
"credentialSchema": {
|
|
"id": "https://idhub.pangea.org/vc_schemas/federation-membership.json",
|
|
"type": "FullJsonSchemaValidator2021"
|
|
}
|
|
} |