{
  "@context": [
    "https://www.w3.org/2018/credentials/v1",
    {
      "@vocab": "http://example.com/terms#"
    }
  ],
  "id": "https://example.com/credentials/1872",
  "type": ["VerifiableCredential"],
  "issuer": "did:key:z6MktWjP95fMqCMrfNULcdszFeTVUCE1zcgz3Hv5bVAisHgk",
  "issuanceDate": "2010-01-01T19:23:24Z",
  "credentialSubject": {
    "level1": "level1",
    "type": "Foo",
    "bar": {
      "id": "urn:uuid:456",
      "level2": "level2",
      "baz": {
        "level3": "level3"
      }
    }
  }
}
