23 lines
615 B
Plaintext
23 lines
615 B
Plaintext
|
{
|
||
|
"@context": [
|
||
|
"https://www.w3.org/2018/credentials/v1",
|
||
|
"https://www.w3.org/2018/credentials/examples/v1"
|
||
|
],
|
||
|
"id": "0892f680-6aeb-11eb-9bcf-f10d8993fde7",
|
||
|
"type": [
|
||
|
"VerifiableCredential",
|
||
|
"UniversityDegreeCredential"
|
||
|
],
|
||
|
"issuer": {
|
||
|
"id": "{{ issuer_did }}",
|
||
|
"name": "Acme University"
|
||
|
},
|
||
|
"issuanceDate": "2021-05-11T23:09:06.803Z",
|
||
|
"credentialSubject": {
|
||
|
"id": "did:example:ebfeb1f712ebc6f1c276e12ec21",
|
||
|
"degree": {
|
||
|
"type": "BachelorDegree",
|
||
|
"name": "Bachelor of Science"
|
||
|
}
|
||
|
}
|
||
|
}
|