2023-11-20 18:18:00 +00:00
{
2023-12-15 16:52:08 +00:00
"@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" : "https://idhub.pangea.org/credentials/987654321" ,
"issuer" : {
"id" : "did:example:5678" ,
"name" : "Pangea Internet Solidari"
2023-11-20 18:18:00 +00:00
} ,
2023-12-15 16:52:08 +00:00
"issuanceDate" : "2023-12-06T19:23:24Z" ,
"issued" : "2023-12-06T19:23:24Z" ,
"validFrom" : "2023-12-06T19:23:24Z" ,
"validUntil" : "2024-12-06T19:23:24Z" ,
"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" : "did:example:1234" ,
"firstName" : "Joan" ,
"lastName" : "Pera" ,
"email" : "joan.pera@pangea.org" ,
"typeOfPerson" : "natural" ,
"identityDocType" : "DNI" ,
"identityNumber" : "12345678A" ,
"organisation" : "Pangea" ,
"membershipType" : "individual" ,
"membershipId" : "123456" ,
"affiliatedSince" : "2023-01-01T00:00:00Z" ,
"affiliatedUntil" : "2024-01-01T00:00:00Z"
2023-11-20 18:18:00 +00:00
} ,
"credentialSchema" : {
2023-12-15 16:52:08 +00:00
"id" : "https://idhub.pangea.org/vc_schemas/membership-card.json" ,
"type" : "FullJsonSchemaValidator2021"
2023-11-20 18:18:00 +00:00
}
2023-12-15 16:52:08 +00:00
}