JSON-LD
Using JSON-LD Credentials
Example of the JSON-LD @context section
@context section{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://www.w3.org/2018/credentials/examples/v1"
],
"id": "http://example.edu/credentials/58473",
"type": ["VerifiableCredential", "AlumniCredential"],
"issuer": "https://example.edu/issuers/565049",
"issuanceDate": "2020-05-01T06:09:10Z",
"credentialSubject": {
"id": "did:cheqd:c822493c-9728-4279-bc88-a03904fff8b2",
"alumniOf": {
"id": "did:cheqd:66694a94-b6b3-4731-ab65-dc80bb24e58d",
"name": [{
"value": "cheqd University",
"lang": "en"
}, {
"value": "cheqd d'Université",
"lang": "fr"
}]
}
},
"proof": { }
}Last updated
Was this helpful?