{ "@context": [ "https://www.w3.org/2018/credentials/v1", { "credentialSchema": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#surname", "value": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#surname", "lang": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#surname", "description": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#surname", "name": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#name", "organisation": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#organisation", "membershipType": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#membershipType", "membershipId": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#membershipId", "affiliatedSince": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#iaffiliatedSince", "affiliatedUntil": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#affiliatedUntil", "typeOfPerson": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#typeOfPerson", "identityDocType": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#identityDocType", "identityNumber": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#identityNumber", "email": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#email", "surname": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/contexts/#surname" } ], "type": [ "VerifiableCredential", "VerifiableAttestation", "MembershipCard" ], "id": "{{ vc_id }}", "issuer": { "id": "{{ issuer_did }}", "name": "Pangea", "description": [ { "value": "Pangea.org is a service provider leveraging open-source technologies to provide affordable and accessible solutions for social enterprises and solidarity organisations.", "lang": "en" }, { "value": "Pangea.org és un proveïdor de serveis que aprofita les tecnologies de codi obert per oferir solucions assequibles i accessibles per a empreses socials i organitzacions solidàries.", "lang": "ca_ES" }, { "value": "Pangea.org es un proveedor de servicios que aprovecha tecnologías de código abierto para proporcionar soluciones asequibles y accesibles para empresas sociales y organizaciones solidarias.", "lang": "es" } ] }, "issuanceDate": "{{ issuance_date }}", "issued": "{{ issuance_date }}", "validFrom": "{{ issuance_date }}", "validUntil": "{{ validUntil }}", "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": "{{ subject_did }}", "organisation": "Pangea", "membershipType": "{{ membershipType }}", "membershipId": "{{ membershipId }}", "affiliatedSince": "{{ affiliatedSince }}", "affiliatedUntil": "{{ affiliatedUntil }}", "typeOfPerson": "{{ typeOfPerson }}", "identityDocType": "{{ identityDocType }}", "identityNumber": "{{ identityNumber }}", "name": "{{ first_name }}", "surname": "{{ last_name }}", "email": "{{ email }}" }, "credentialSchema": { "id": "https://gitea.pangea.org/trustchain-oc1-orchestral/schemas/vc_schemas/membership-card.json", "type": "JsonSchema" } }