Redocly · JSON-LD Context

Redocly Context

JSON-LD context defining the semantic vocabulary for Redocly from Redocly.

0 Classes 4 Properties 4 Namespaces
View Context View on GitHub

Namespaces

redocly: https://redocly.com/ns/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/

Properties

Property Type Container
RedoclyConfig
ApiDefinition
LintResult
LintProblem

JSON-LD Document

redocly-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "redocly": "https://redocly.com/ns/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",

    "RedoclyConfig": {
      "@id": "redocly:Configuration",
      "@context": {
        "apis": {
          "@id": "redocly:apis",
          "@container": "@index"
        },
        "extends": "redocly:extends",
        "rules": {
          "@id": "redocly:rules",
          "@container": "@index"
        },
        "plugins": {
          "@id": "redocly:plugins",
          "@container": "@set"
        },
        "theme": "redocly:theme"
      }
    },

    "ApiDefinition": {
      "@id": "redocly:ApiDefinition",
      "@context": {
        "root": {
          "@id": "redocly:rootFile",
          "@type": "xsd:string"
        },
        "extends": "redocly:extends",
        "rules": {
          "@id": "redocly:rules",
          "@container": "@index"
        },
        "labels": {
          "@id": "redocly:labels",
          "@container": "@set"
        }
      }
    },

    "LintResult": {
      "@id": "redocly:LintResult",
      "@context": {
        "totals": "redocly:totals",
        "problems": {
          "@id": "redocly:problems",
          "@container": "@set"
        }
      }
    },

    "LintProblem": {
      "@id": "redocly:LintProblem",
      "@context": {
        "message": "schema:description",
        "severity": "redocly:severity",
        "ruleId": "redocly:ruleId",
        "location": {
          "@id": "redocly:location",
          "@container": "@set"
        },
        "suggest": {
          "@id": "redocly:suggest",
          "@container": "@set"
        }
      }
    }
  }
}