github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/cm/testdata/credential_university_degree.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 ], 8 "id": "http://example.edu/credentials/1872", 9 "type": "VerifiableCredential", 10 "credentialSubject": { 11 "id": "did:example:ebfeb1f712ebc6f1c276e12ec21" 12 }, 13 "issuer": { 14 "id": "did:example:76e12ec712ebc6f1c221ebfeb1f", 15 "name": "Example University", 16 "image": "data:image/png;base64,iVBOR" 17 }, 18 "issuanceDate": "2010-01-01T19:23:24Z", 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 "title": "Bachelor of Applied Science", 68 "minor": "Electrical Systems Specialty", 69 "withDistinction": true, 70 "yearsStudied": 4 71 }