Skip to content

Instantly share code, notes, and snippets.

@msporny
Last active December 9, 2021 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msporny/6292b3b6f77e2040fbc0e534d0a30ff2 to your computer and use it in GitHub Desktop.
Save msporny/6292b3b6f77e2040fbc0e534d0a30ff2 to your computer and use it in GitHub Desktop.
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/vdl/v1",
"https://w3id.org/security/iso18013-5/v1"
],
"type": [
"VerifiableCredential",
"Iso18013DriversLicenseCredential"
],
"credentialSubject": {
"license": {
"type": "Iso18013DriversLicense",
"document_number": "542426814",
"birth_date": "1998-08-28",
"expiry_date": "2022-08-27T12:00:00Z",
}
},
"proof": {
"type": "Iso18013MobileSigningObject2021",
"created": "2021-12-05T00:15:59Z",
"proofPurpose": "assertionMethod",
"proofValue": "<MSO-BINARY-GOES-HERE>",
"verificationMethod": "did:example:489398593#test"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment