github.com/hyperledger/aries-framework-go@v0.3.2/internal/testdata/samples/wallet/sample_presentation.json (about) 1 { 2 "@context": ["https://www.w3.org/2018/credentials/v1"], 3 "holder": "did:key:z6MknC1wwS6DEYwtGbZZo2QvjQjkh2qSBjb4GYmbye8dv4S5", 4 "proof": { 5 "created": "2021-03-26T14:08:21.15597-04:00", 6 "jws": "eyJhbGciOiJFZERTQSIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..GUbI3psCXXhCjDJ2yBTwteuKSUHJuEK840yJzxWuPPxYyAuza1uwK1v75Az2jO63ILHEsLmxwcEhBlKcTw7ODA", 7 "proofPurpose": "authentication", 8 "type": "Ed25519Signature2018", 9 "verificationMethod": "did:key:z6MknC1wwS6DEYwtGbZZo2QvjQjkh2qSBjb4GYmbye8dv4S5#z6MknC1wwS6DEYwtGbZZo2QvjQjkh2qSBjb4GYmbye8dv4S5" 10 }, 11 "type": "VerifiablePresentation", 12 "verifiableCredential": [{ 13 "@context": ["https://www.w3.org/2018/credentials/v1", "https://www.w3.org/2018/credentials/examples/v1", "https://w3id.org/security/bbs/v1"], 14 "credentialSubject": { 15 "degree": {"type": "BachelorDegree", "university": "MIT"}, 16 "id": "did:example:ebfeb1f712ebc6f1c276e12ec21", 17 "name": "Jayden Doe", 18 "spouse": "did:example:c276e12ec21ebfeb1f712ebc6f1" 19 }, 20 "expirationDate": "2020-01-01T19:23:24Z", 21 "id": "http://example.edu/credentials/1872", 22 "issuanceDate": "2010-01-01T19:23:24Z", 23 "issuer": {"id": "did:example:76e12ec712ebc6f1c221ebfeb1f", "name": "Example University"}, 24 "proof": { 25 "created": "2021-03-26T14:08:20.898673-04:00", 26 "jws": "eyJhbGciOiJFZERTQSIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..PeIllfXnUh7zD4mH24NCnfFFeKf0Fys8XWt8nVE2Z-fgSvE6-3Rbc-LgSIpyKPF20CtFzEdownwOiMavy2_tAQ", 27 "proofPurpose": "assertionMethod", 28 "type": "Ed25519Signature2018", 29 "verificationMethod": "did:key:z6MknC1wwS6DEYwtGbZZo2QvjQjkh2qSBjb4GYmbye8dv4S5#z6MknC1wwS6DEYwtGbZZo2QvjQjkh2qSBjb4GYmbye8dv4S5" 30 }, 31 "referenceNumber": 83294847, 32 "type": ["VerifiableCredential", "UniversityDegreeCredential"] 33 }] 34 }