VC JSON-LD Context#
The ESS VC Service provides a JSON-LD context document at:
https://vc.<ESS DOMAIN>/credentials/v1
This context must be included in the credentials sent to the ESS VC endpoints:
{
"credential": {
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://vc.<ESS DOMAIN>/credentials/v1"
],
...
}
For general information on JSON-LD context, see JSON-LD 1.1: The Context.