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/membership-card--data.py

19 lines
614 B
Python

{
"vcId": "https://idhub.pangea.org/credentials/987654321",
"issuerDid": "did:example:5678",
"issuerName": "Pangea Internet Solidari",
"issuanceDate": "2023-12-06T19:23:24Z",
"validUntil": "2024-12-06T19:23:24Z",
"subjectDid": "did:example:1234",
"firstName": "Joan",
"lastName": "Pera",
"email": "joan.pera@pangea.org",
"membershipType": "individual",
"membershipId": "123456",
"affiliatedSince": "2023-01-01T00:00:00Z",
"affiliatedUntil": "2024-01-01T00:00:00Z",
"typeOfPerson": "natural",
"identityDocType": "DNI",
"identityNumber": "12345678A"
}