Skip to content

Instantly share code, notes, and snippets.

@jeswr
Created January 18, 2023 22:38
Show Gist options
  • Save jeswr/268bcd54e8eb90e148b8f84e0a0d1d1a to your computer and use it in GitHub Desktop.
Save jeswr/268bcd54e8eb90e148b8f84e0a0d1d1a to your computer and use it in GitHub Desktop.
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://www.w3.org/2018/credentials/examples/v1"
],
"id": "http://example.edu/credentials/3732",
"type": ["VerifiableCredential", "UniversityDegreeCredential"],
"issuer": "https://example.edu/issuers/14",
"issuanceDate": "2010-01-01T19:23:24Z",
"credentialSubject": {
"id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
"degree": {
"type": "BachelorDegree",
"name": "Bachelor of Science and Arts"
}
},
"refreshService": {
"id": "https://example.edu/refresh/3732",
"type": "ManualRefreshService2018"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment