github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/testdata/valid_credential.jsonld (about) 1 { 2 "@context": [ 3 "https://www.w3.org/2018/credentials/v1", 4 "https://www.w3.org/2018/credentials/examples/v1", 5 "https://w3id.org/security/jws/v1", 6 "https://trustbloc.github.io/context/vc/examples-v1.jsonld", 7 "https://w3id.org/security/suites/ed25519-2020/v1" 8 ], 9 "id": "http://example.edu/credentials/1872", 10 "type": "VerifiableCredential", 11 "credentialSubject": { 12 "id": "did:example:ebfeb1f712ebc6f1c276e12ec21" 13 }, 14 "issuer": { 15 "id": "did:example:76e12ec712ebc6f1c221ebfeb1f", 16 "name": "Example University", 17 "image": "data:image/png;base64,iVBOR" 18 }, 19 "issuanceDate": "2010-01-01T19:23:24Z", 20 "expirationDate": "2020-01-01T19:23:24Z", 21 "credentialStatus": { 22 "id": "https://example.edu/status/24", 23 "type": "CredentialStatusList2017" 24 }, 25 "evidence": [ 26 { 27 "id": "https://example.edu/evidence/f2aeec97-fc0d-42bf-8ca7-0548192d4231", 28 "type": [ 29 "DocumentVerification" 30 ], 31 "verifier": "https://example.edu/issuers/14", 32 "evidenceDocument": "DriversLicense", 33 "subjectPresence": "Physical", 34 "documentPresence": "Physical" 35 }, 36 { 37 "id": "https://example.edu/evidence/f2aeec97-fc0d-42bf-8ca7-0548192dxyzab", 38 "type": [ 39 "SupportingActivity" 40 ], 41 "verifier": "https://example.edu/issuers/14", 42 "evidenceDocument": "Fluid Dynamics Focus", 43 "subjectPresence": "Digital", 44 "documentPresence": "Digital" 45 } 46 ], 47 "termsOfUse": [ 48 { 49 "type": "IssuerPolicy", 50 "id": "http://example.com/policies/credential/4", 51 "profile": "http://example.com/profiles/credential", 52 "prohibition": [ 53 { 54 "assigner": "https://example.edu/issuers/14", 55 "assignee": "AllVerifiers", 56 "target": "http://example.edu/credentials/3732", 57 "action": [ 58 "Archival" 59 ] 60 } 61 ] 62 } 63 ], 64 "refreshService": { 65 "id": "https://example.edu/refresh/3732", 66 "type": "ManualRefreshService2018" 67 } 68 }