github.com/hyperledger/aries-framework-go@v0.3.2/pkg/doc/cm/testdata/VP_with_drivers_license_VC.json (about)

     1  {
     2    "@context":[
     3      "https://www.w3.org/2018/credentials/v1"
     4    ],
     5    "type":[
     6      "VerifiablePresentation"
     7    ],
     8    "verifiableCredential":[
     9      {
    10        "@context":"https://www.w3.org/2018/credentials/v1",
    11        "id":"https://eu.com/claims/DriversLicense",
    12        "type":"VerifiableCredential",
    13        "issuer":"did:foo:123",
    14        "issuanceDate":"2010-01-01T19:53:24Z",
    15        "credentialSubject":{
    16          "id":"did:example:ebfeb1f712ebc6f1c276e12ec21",
    17          "license":{
    18            "number":"34DGE352",
    19            "dob":"07/13/80"
    20          }
    21        },
    22        "proof":{
    23          "created":"2021-06-07T20:02:44.730614315Z",
    24          "jws":"eyJhbGciOiJFZERTQSIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il19..NVum9BeYkhzwslZXm2cDOveQB9njlrCRSrdMZgwV3zZfLRXmZQ1AXdKLLmo4ClTYXFX_TWNyB8aFt9cN6sSvCg",
    25          "proofPurpose":"assertionMethod",
    26          "type":"Ed25519Signature2018",
    27          "verificationMethod":"did:orb:EiA3Xmv8A8vUH5lRRZeKakd-cjAxGC2A4aoPDjLysjghow#tMIstfHSzXfBUF7O0m2FiBEfTb93_j_4ron47IXPgEo"
    28        }
    29      }
    30    ]
    31  }