github.com/hyperledger/aries-framework-go@v0.3.2/internal/testdata/samples/wallet/sample_query_by_example.json (about) 1 { 2 "reason": "Please present your identity document.", 3 "example": { 4 "@context": [ 5 "https://www.w3.org/2018/credentials/v1", 6 "https://www.w3.org/2018/credentials/examples/v1", 7 "https://w3id.org/security/bbs/v1" 8 ], 9 "type": ["UniversityDegreeCredential"], 10 "trustedIssuer": [ 11 { 12 "issuer": "urn:some:required:issuer" 13 }, 14 { 15 "required": true, 16 "issuer": "did:example:76e12ec712ebc6f1c221ebfeb1f" 17 } 18 ], 19 "credentialSubject": { 20 "id": "did:example:ebfeb1f712ebc6f1c276e12ec21" 21 }, 22 "credentialSchema": { 23 "id": "did:example:abcd", 24 "type": "JsonSchemaValidator2018" 25 } 26 } 27 }