Created
January 11, 2021 11:55
-
-
Save jessgusclark/01efe58417798353dbe21817deca31ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"vc": { | |
"@context": [ | |
"https://www.w3.org/2018/credentials/v1" | |
], | |
"type": [ | |
"VerifiableCredential", | |
"VaccineRecord" | |
], | |
"credentialSubject": { | |
"name": "Jesse Clark", | |
"id": 1234567890, | |
"vaccineName": "Pfizer-BioNTech COVID-19 Vaccine", | |
"shotNumber": 2, | |
"lotNumber": "59267-1000-02" | |
} | |
}, | |
"sub": "did:ethr:rsk:0xee21b6289624e98d8712cc810fcf608c5d72d2a6", | |
"nbf": 1612180483, | |
"iss": "did:ethr:rsk:0x2958042047eA3D67FFF3ec45d0E222349EA1a044" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment