Access Grant VC JSON-LD Context

The 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://schema.inrupt.com/credentials/v2.jsonld

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://schema.inrupt.com/credentials/v2.jsonld"
    ],
   ...
}

For general information on JSON-LD context, see JSON-LD 1.1: The Context.

Last updated