67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"@context": [
|
|
"https://www.w3.org/2018/credentials/v1",
|
|
"https://idhub.pangea.org/credentials/base/v1",
|
|
"https://idhub.pangea.org/credentials/membership-card/v1"
|
|
],
|
|
"type": [
|
|
"VerifiableCredential",
|
|
"VerifiableAttestation",
|
|
"MembershipCard"
|
|
],
|
|
"id": "[[PLACEHOLDER]]",
|
|
"issuer": {
|
|
"id": "[[PLACEHOLDER]]",
|
|
"name": "[[PLACEHOLDER]]"
|
|
},
|
|
"issuanceDate": "[[PLACEHOLDER]]",
|
|
"issued": "[[PLACEHOLDER]]",
|
|
"validFrom": "[[PLACEHOLDER]]",
|
|
"validUntil": "[[PLACEHOLDER]]",
|
|
"name": [
|
|
{
|
|
"value": "Membership Card",
|
|
"lang": "en"
|
|
},
|
|
{
|
|
"value": "Carnet de soci/a",
|
|
"lang": "ca_ES"
|
|
},
|
|
{
|
|
"value": "Carnet de socio/a",
|
|
"lang": "es"
|
|
}
|
|
],
|
|
"description": [
|
|
{
|
|
"value": "The membership card specifies an individual's subscription or enrollment in specific services or benefits issued by an organization.",
|
|
"lang": "en"
|
|
},
|
|
{
|
|
"value": "El carnet de soci especifica la subscripció o la inscripció d'un individu en serveis o beneficis específics emesos per una organització.",
|
|
"lang": "ca_ES"
|
|
},
|
|
{
|
|
"value": "El carnet de socio especifica la suscripción o inscripción de un individuo en servicios o beneficios específicos emitidos por uns organización.",
|
|
"lang": "es"
|
|
}
|
|
],
|
|
"credentialSubject": {
|
|
"id": "[[PLACEHOLDER]]",
|
|
"firstName": "[[PLACEHOLDER]]",
|
|
"lastName": "[[PLACEHOLDER]]",
|
|
"email": "[[PLACEHOLDER]]",
|
|
"typeOfPerson": "[[PLACEHOLDER]]",
|
|
"identityDocType": "[[PLACEHOLDER]]",
|
|
"identityNumber": "[[PLACEHOLDER]]",
|
|
"organisation": "[[PLACEHOLDER]]",
|
|
"membershipType": "[[PLACEHOLDER]]",
|
|
"membershipId": "[[PLACEHOLDER]]",
|
|
"affiliatedSince": "[[PLACEHOLDER]]",
|
|
"affiliatedUntil": "[[PLACEHOLDER]]"
|
|
},
|
|
"credentialSchema": {
|
|
"id": "https://idhub.pangea.org/vc_schemas/membership-card.json",
|
|
"type": "FullJsonSchemaValidator2021"
|
|
}
|
|
} |