github.com/hyperledger/aries-framework-go@v0.3.2/internal/testdata/samples/wallet/sample_udc_vc_with_credschema.json (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/bbs/v1"
     6    ],
     7    "credentialSchema": [{"id": "https://example.com/schema", "type": "JsonSchemaValidator2018"}],
     8    "credentialSubject": {
     9      "degree": {
    10        "type": "BachelorDegree",
    11        "university": "MIT"
    12      },
    13      "id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
    14      "name": "Jayden Doe",
    15      "spouse": "did:example:c276e12ec21ebfeb1f712ebc6f1"
    16    },
    17    "expirationDate": "2020-01-01T19:23:24Z",
    18    "id": "http://example.edu/credentials/1872",
    19    "issuanceDate": "2010-01-01T19:23:24Z",
    20    "issuer": {
    21      "id": "did:example:76e12ec712ebc6f1c221ebfeb1f",
    22      "name": "Example University"
    23    },
    24    "referenceNumber": 83294847,
    25    "type": [
    26      "VerifiableCredential",
    27      "UniversityDegreeCredential"
    28    ]
    29  }