Files
HKSingleParty/99_references/cf-identity-wallet-main/services/credential-server-ui/public/credentials-json/degree-credential-with-expiration.json
2025-05-28 09:55:51 +08:00

17 lines
459 B
JSON

{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://www.w3.org/2018/credentials/examples/v1"
],
"type": ["VerifiableCredential", "UniversityDegreeCredential"],
"credentialSubject": {
"id": "did:key:z6Mkvdhigk2EwyFy1ZYNvVrwRZYGujePLha9zLkB9JNGshRg",
"name": "John Smith",
"degree": {
"type": "BachelorDegree",
"name": "Bachelor of Science and Arts"
}
},
"expirationDate": "2025-12-11T11:11:11Z"
}