nuts-foundation/nuts-node

View on GitHub
vcr/assets/test_assets/contexts/test.ldjson

Summary

Maintainability
Test Coverage
{
  "@context": {
    "@version": 1.1,
    "@protected": true,

    "id": "@id",
    "type": "@type",
    "ex": "http://example.org/",

    "HumanCredential": {
      "@id": "http://example.org/HumanCredential",
      "@context": {
        "@version": 1.1,
        "@protected": true,
        "id": "@id",
        "type": "@type",
        "@propagate": true,
        "human": {
          "@id":"ex:human",
          "@context": {
            "eyeColour": "ex:eyeColour",
            "hairColour": "ex:hairColour"
          }
        }
      }
    }
  }
}