{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/json-schema-draft-2020-12/_shared/latest--core.json",
  "title": "Core vocabulary meta-schema",
  "x-lintel": {
    "source": "https://json-schema.org/draft/2020-12/meta/core",
    "sourceSha256": "21f79d143fab1f180245c331e5657057045b36794d41fe151e6e4fed65035299"
  },
  "type": [
    "object",
    "boolean"
  ],
  "properties": {
    "$id": {
      "$ref": "#/$defs/uriReferenceString",
      "$comment": "Non-empty fragments not allowed.",
      "pattern": "^[^#]*#?$"
    },
    "$schema": {
      "$ref": "#/$defs/uriString"
    },
    "$ref": {
      "$ref": "#/$defs/uriReferenceString"
    },
    "$anchor": {
      "$ref": "#/$defs/anchorString"
    },
    "$dynamicRef": {
      "$ref": "#/$defs/uriReferenceString"
    },
    "$dynamicAnchor": {
      "$ref": "#/$defs/anchorString"
    },
    "$vocabulary": {
      "type": "object",
      "propertyNames": {
        "$ref": "#/$defs/uriString"
      },
      "additionalProperties": {
        "type": "boolean"
      }
    },
    "$comment": {
      "type": "string"
    },
    "$defs": {
      "type": "object",
      "additionalProperties": {
        "$dynamicRef": "#meta"
      }
    }
  },
  "$dynamicAnchor": "meta",
  "$defs": {
    "anchorString": {
      "type": "string",
      "pattern": "^[A-Za-z_][-A-Za-z0-9._]*$"
    },
    "uriString": {
      "type": "string",
      "format": "uri"
    },
    "uriReferenceString": {
      "type": "string",
      "format": "uri-reference"
    }
  }
}
