{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-8-2019-09/latest.json",
  "title": "Core and Validation specifications meta-schema",
  "x-lintel": {
    "source": "https://json-schema.org/draft/2019-09/schema",
    "sourceSha256": "7b761b3e121f0a0ca1ea2a0b8e2cc856bcf801604b8268d71bacaa202bc0c13b"
  },
  "type": [
    "object",
    "boolean"
  ],
  "properties": {
    "definitions": {
      "$comment": "While no longer an official keyword as it is replaced by $defs, this keyword is retained in the meta-schema to prevent incompatible extensions as it remains in common use.",
      "type": "object",
      "default": {},
      "additionalProperties": {
        "$recursiveRef": "#"
      }
    },
    "dependencies": {
      "$comment": "\"dependencies\" is no longer a keyword, but schema authors should avoid redefining it to facilitate a smooth transition to \"dependentSchemas\" and \"dependentRequired\"",
      "type": "object",
      "additionalProperties": {
        "anyOf": [
          {
            "$recursiveRef": "#"
          },
          {
            "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-8-2019-09/_shared/latest--validation.json#/$defs/stringArray"
          }
        ]
      }
    }
  },
  "allOf": [
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-8-2019-09/_shared/latest--core.json"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-8-2019-09/_shared/latest--applicator.json"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-8-2019-09/_shared/latest--validation.json"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-8-2019-09/_shared/latest--meta-data.json"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-8-2019-09/_shared/latest--format.json"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-8-2019-09/_shared/latest--content.json"
    }
  ],
  "$recursiveAnchor": true,
  "$vocabulary": {
    "https://json-schema.org/draft/2019-09/vocab/core": true,
    "https://json-schema.org/draft/2019-09/vocab/applicator": true,
    "https://json-schema.org/draft/2019-09/vocab/validation": true,
    "https://json-schema.org/draft/2019-09/vocab/meta-data": true,
    "https://json-schema.org/draft/2019-09/vocab/format": false,
    "https://json-schema.org/draft/2019-09/vocab/content": true
  }
}
