github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/verifiable/testdata/credential_without_issuancedate.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 "expirationDate": "2020-01-01T19:23:24Z", 20 "credentialStatus": { 21 "id": "https://example.edu/status/24", 22 "type": "CredentialStatusList2017" 23 }, 24 "evidence": [ 25 { 26 "id": "https://example.edu/evidence/f2aeec97-fc0d-42bf-8ca7-0548192d4231", 27 "type": [ 28 "DocumentVerification" 29 ], 30 "verifier": "https://example.edu/issuers/14", 31 "evidenceDocument": "DriversLicense", 32 "subjectPresence": "Physical", 33 "documentPresence": "Physical" 34 }, 35 { 36 "id": "https://example.edu/evidence/f2aeec97-fc0d-42bf-8ca7-0548192dxyzab", 37 "type": [ 38 "SupportingActivity" 39 ], 40 "verifier": "https://example.edu/issuers/14", 41 "evidenceDocument": "Fluid Dynamics Focus", 42 "subjectPresence": "Digital", 43 "documentPresence": "Digital" 44 } 45 ], 46 "termsOfUse": [ 47 { 48 "type": "IssuerPolicy", 49 "id": "http://example.com/policies/credential/4", 50 "profile": "http://example.com/profiles/credential", 51 "prohibition": [ 52 { 53 "assigner": "https://example.edu/issuers/14", 54 "assignee": "AllVerifiers", 55 "target": "http://example.edu/credentials/3732", 56 "action": [ 57 "Archival" 58 ] 59 } 60 ] 61 } 62 ], 63 "refreshService": { 64 "id": "https://example.edu/refresh/3732", 65 "type": "ManualRefreshService2018" 66 } 67 }