Access Grant VC JSON-LD Context#
ESS Access Grant service issues access requests and grants that are serialized as a Verifiable Credentials (VCs). As part of the feature, the service provides a JSON-LD context document at:
https://vc.<ESS DOMAIN>/credentials/v1
This context must be included in the access requests and grants sent to the ESS Access Grant service 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.