{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-2020-12/latest.json",
  "title": "Core and Validation specifications meta-schema",
  "x-lintel": {
    "source": "https://json-schema.org/draft/2020-12/schema",
    "sourceSha256": "41da76f5afb7ce062d248f762463a92f7ca47e4e0f905b224ba6afeef91ded0f"
  },
  "type": [
    "object",
    "boolean"
  ],
  "properties": {
    "definitions": {
      "$comment": "\"definitions\" has been replaced by \"$defs\".",
      "type": "object",
      "default": {},
      "deprecated": true,
      "additionalProperties": {
        "$dynamicRef": "#meta"
      }
    },
    "dependencies": {
      "$comment": "\"dependencies\" has been split and replaced by \"dependentSchemas\" and \"dependentRequired\" in order to serve their differing semantics.",
      "type": "object",
      "default": {},
      "deprecated": true,
      "additionalProperties": {
        "anyOf": [
          {
            "$dynamicRef": "#meta"
          },
          {
            "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-2020-12/_shared/latest--validation.json#/$defs/stringArray"
          }
        ]
      }
    },
    "$recursiveAnchor": {
      "$comment": "\"$recursiveAnchor\" has been replaced by \"$dynamicAnchor\".",
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-2020-12/_shared/latest--core.json#/$defs/anchorString",
      "deprecated": true
    },
    "$recursiveRef": {
      "$comment": "\"$recursiveRef\" has been replaced by \"$dynamicRef\".",
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-2020-12/_shared/latest--core.json#/$defs/uriReferenceString",
      "deprecated": true
    }
  },
  "allOf": [
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-2020-12/_shared/latest--core.json"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-2020-12/_shared/latest--applicator.json"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-2020-12/_shared/latest--unevaluated.json"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-2020-12/_shared/latest--validation.json"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-2020-12/_shared/latest--meta-data.json"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-2020-12/_shared/latest--format-annotation.json"
    },
    {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-2020-12/_shared/latest--content.json"
    }
  ],
  "$comment": "This meta-schema also defines keywords that have appeared in previous drafts in order to prevent incompatible extensions as they remain in common use.",
  "$vocabulary": {
    "https://json-schema.org/draft/2020-12/vocab/core": true,
    "https://json-schema.org/draft/2020-12/vocab/applicator": true,
    "https://json-schema.org/draft/2020-12/vocab/unevaluated": true,
    "https://json-schema.org/draft/2020-12/vocab/validation": true,
    "https://json-schema.org/draft/2020-12/vocab/meta-data": true,
    "https://json-schema.org/draft/2020-12/vocab/format-annotation": true,
    "https://json-schema.org/draft/2020-12/vocab/content": true
  },
  "$dynamicAnchor": "meta"
}
