github.com/hyperledger/aries-framework-go@v0.3.2/test/bbs/data/inputDocument.json (about) 1 { 2 "@context": [ 3 "https://www.w3.org/2018/credentials/v1", 4 "https://w3id.org/citizenship/v1", 5 "https://w3id.org/security/bbs/v1" 6 ], 7 "id": "https://issuer.oidp.uscis.gov/credentials/83627465", 8 "type": ["VerifiableCredential", "PermanentResidentCard"], 9 "issuer": "did:example:489398593", 10 "identifier": "83627465", 11 "name": "Permanent Resident Card", 12 "description": "Government of Example Permanent Resident Card.", 13 "issuanceDate": "2019-12-03T12:19:52Z", 14 "expirationDate": "2029-12-03T12:19:52Z", 15 "credentialSubject": { 16 "id": "did:example:b34ca6cd37bbf23", 17 "type": ["PermanentResident", "Person"], 18 "givenName": "JOHN", 19 "familyName": "SMITH", 20 "gender": "Male", 21 "image": "data:image/png;base64,iVBORw0KGgokJggg==", 22 "residentSince": "2015-01-01", 23 "lprCategory": "C09", 24 "lprNumber": "999-999-999", 25 "commuterClassification": "C1", 26 "birthCountry": "Bahamas", 27 "birthDate": "1958-07-17" 28 } 29 }