github.com/hyperledger/aries-framework-go@v0.3.2/internal/testdata/samples/wallet/sample_udc_vc_signed.json (about)

     1  {
     2    "@context": ["https://www.w3.org/2018/credentials/v1", "https://www.w3.org/2018/credentials/examples/v1", "https://w3id.org/security/bbs/v1"],
     3    "credentialSubject": {
     4      "degree": {"type": "BachelorDegree", "university": "MIT"},
     5      "id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
     6      "name": "Jayden Doe",
     7      "spouse": "did:example:c276e12ec21ebfeb1f712ebc6f1"
     8    },
     9    "expirationDate": "2020-01-01T19:23:24Z",
    10    "id": "http://example.edu/credentials/1872",
    11    "issuanceDate": "2010-01-01T19:23:24Z",
    12    "issuer": {"id": "did:example:76e12ec712ebc6f1c221ebfeb1f", "name": "Example University"},
    13    "proof": {
    14      "created": "2021-03-26T11:25:14.170037-04:00",
    15      "jws": "eyJhbGciOiJFZERTQSIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..5iUqLMjUbPy2Sp5RvtoKW4kWlSfpX35VyoC6rGkxNW5r3a3M7I7qBK5hpJGi2H4cf2TZizQnJXCJs6EH6ijSDw",
    16      "proofPurpose": "assertionMethod",
    17      "type": "Ed25519Signature2018",
    18      "verificationMethod": "did:key:z6MknC1wwS6DEYwtGbZZo2QvjQjkh2qSBjb4GYmbye8dv4S5#z6MknC1wwS6DEYwtGbZZo2QvjQjkh2qSBjb4GYmbye8dv4S5"
    19    },
    20    "referenceNumber": 83294847,
    21    "type": ["VerifiableCredential", "UniversityDegreeCredential"]
    22  }