{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/cics-ts-region-tagging/latest.json",
  "title": "CICS region tagging file JSON Schema.",
  "description": "Super-schema that describes all versions of 'CICS region tagging file JSON Schema.'",
  "x-lintel": {
    "source": "https://public.dhe.ibm.com/ibmdl/export/pub/software/htp/cics/schemas/json/cicstags.json",
    "sourceSha256": "1bb06a92c6b54563e6d59d78e029d6ffc1730e8e54beee517fae04fc481bd32a",
    "fileMatch": [
      "cicstags.yaml",
      "cicstags.yml"
    ],
    "parsers": [
      "yaml"
    ]
  },
  "allOf": [
    {
      "title": "CICS region tagging file JSON Schema.",
      "description": "Schema that describes the contents of a CICS region tagging file.",
      "if": {
        "properties": {
          "schemaVersion": {
            "const": "regionTagging/1.0.0"
          }
        }
      },
      "then": {
        "$ref": "https://catalog.lintel.tools/schemas/schemastore/cics-ts-region-tagging/_shared/latest--cicstags-1.0.0.json"
      }
    },
    {
      "title": "CICS region tagging file JSON Schema.",
      "description": "Schema that describes the contents of a CICS region tagging file.",
      "if": {
        "properties": {
          "schemaVersion": {
            "const": "regionTagging/1.0.0"
          }
        }
      },
      "then": {
        "$ref": "https://catalog.lintel.tools/schemas/schemastore/cics-ts-region-tagging/_shared/latest--cicstags-1.0.0.json"
      }
    },
    {
      "title": "CICS region tagging file JSON Schema.",
      "description": "Schema that describes the contents of a CICS region tagging file.",
      "if": {
        "properties": {
          "schemaVersion": {
            "const": "regionTagging/1.0.0"
          }
        }
      },
      "then": {
        "$ref": "https://catalog.lintel.tools/schemas/schemastore/cics-ts-region-tagging/_shared/latest--cicstags-1.0.0.json"
      }
    }
  ]
}
