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/federation-membership.json

91 lines
3.4 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": "[[PLACEHOLDER]]",
"type": [
"VerifiableCredential",
"VerifiableAttestation",
"FederationMembership"
],
"issuer": {
"id": "[[PLACEHOLDER]]",
"name": "[[PLACEHOLDER]]"
},
"issuanceDate": "[[PLACEHOLDER]]",
"validFrom": "[[PLACEHOLDER]]",
"validUntil": "[[PLACEHOLDER]]",
"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"
},
{
"value": "Credencial per a les ONG que són membres d'una federació d'ONG",
"lang": "es"
}
],
"credentialSubject": {
"id": "[[PLACEHOLDER]]",
"federation": "[[PLACEHOLDER]]",
"legalName": "[[PLACEHOLDER]]",
"shortName": "[[PLACEHOLDER]]",
"registrationIdentifier": "[[PLACEHOLDER]]",
"publicRegistry": "[[PLACEHOLDER]]",
"streetAddress": "[[PLACEHOLDER]]",
"postCode": "[[PLACEHOLDER]]",
"city": "[[PLACEHOLDER]]",
"taxReference": "[[PLACEHOLDER]]",
"membershipType": "[[PLACEHOLDER]]",
"membershipStatus": "[[PLACEHOLDER]]",
"membershipId": "[[PLACEHOLDER]]",
"membershipSince": "[[PLACEHOLDER]]",
"email": "[[PLACEHOLDER]]",
"phone": "[[PLACEHOLDER]]",
"website": "[[PLACEHOLDER]]",
"evidence": "[[PLACEHOLDER]]",
"certificationDate": "[[PLACEHOLDER]]"
},
"credentialSchema": {
"id": "https://idhub.pangea.org/vc_schemas/federation-membership.json",
"type": "FullJsonSchemaValidator2021"
}
}