github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/signature/suite/bbsblssignatureproof2020/testdata/doc_with_many_proofs.jsonld (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": [ 9 "VerifiableCredential", 10 "PermanentResidentCard" 11 ], 12 "issuer": "did:example:489398593", 13 "identifier": "83627465", 14 "name": "Permanent Resident Card", 15 "description": "Government of Example Permanent Resident Card.", 16 "issuanceDate": "2019-12-03T12:19:52Z", 17 "expirationDate": "2029-12-03T12:19:52Z", 18 "credentialSubject": { 19 "id": "did:example:b34ca6cd37bbf23", 20 "type": [ 21 "PermanentResident", 22 "Person" 23 ], 24 "givenName": "JOHN", 25 "familyName": "SMITH", 26 "gender": "Male", 27 "image": "data:image/png;base64,iVBORw0KGgokJggg==", 28 "residentSince": "2015-01-01", 29 "lprCategory": "C09", 30 "lprNumber": "999-999-999", 31 "commuterClassification": "C1", 32 "birthCountry": "Bahamas", 33 "birthDate": "1958-07-17" 34 }, 35 "proof": [ 36 { 37 "type": "BbsBlsSignature2020", 38 "created": "2020-12-06T19:23:10Z", 39 "proofPurpose": "assertionMethod", 40 "proofValue": "mjj3Xd3+KxmbQo85PFDjQJ7dAZlhj8A8W1Um8Vk7Xoiv6+jWRx5d8s0rgPk5dAXy6HwaJ4fQOde/MBb7E4QaGMlfK6y5eEKDUYzoGG0DScWIvaGcSZug6DwvWVXi+214P5MtlKnNwO6gJdemEgj8T/A==", 41 "verificationMethod": "did:example:489398593#test" 42 }, 43 { 44 "created": "2010-01-01T19:23:24Z", 45 "jws": "eyJhbGciOiJFZERTQSIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..lrkhpRH4tWl6KzQKHlcyAwSm8qUTXIMSKmD3QASF_uI5QW8NWLxLebXmnQpIM8H7umhLA6dINSYVowcaPdpwBw", 46 "proofPurpose": "assertionMethod", 47 "type": "Ed25519Signature2018", 48 "verificationMethod": "did:example:123456#key1" 49 }, 50 { 51 "created": "2021-01-11T16:04:13.154596+02:00", 52 "proofPurpose": "assertionMethod", 53 "proofValue": "hR-MODvfO20merTlcBbBQcwrv_Hpj5hXRJSmkAt_9RaC9mQ5QMkh0LGeyhzwUPjkYKLW7npcfXpxoH8Qb8YMFfp1Bu7h7oICwkBcBi-C1YUncKFmsBvDtjzOCkBs_QrtH_ZW_dsSzt7oloOHqgzfHQ", 54 "type": "BbsBlsSignature2020", 55 "verificationMethod": "did:example:123456#key2" 56 } 57 ] 58 }