github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/cm/testdata/VP_minimal_with_credential_response.json (about) 1 { 2 "@context": [ 3 "https://www.w3.org/2018/credentials/v1", 4 "https://identity.foundation/credential-manifest/response/v1" 5 ], 6 "credential_response": { 7 "id": "d8b68d78-973f-483d-b1bf-7b51f1459dd0", 8 "manifest_id": "dcc75a16-19f5-4273-84ce-4da69ee2b7fe", 9 "descriptor_map": [ 10 { 11 "id": "driver_license_output", 12 "format": "ldp_vc", 13 "path": "$.verifiableCredential[0]" 14 } 15 ] 16 }, 17 "type": [ 18 "VerifiablePresentation", 19 "CredentialResponse" 20 ], 21 "verifiableCredential": [] 22 }