{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/cics-ts-resource-import/latest.json",
  "title": "Resource import JSON Schema.",
  "description": "Super-schema that describes all versions of 'Resource import JSON Schema.'",
  "x-lintel": {
    "source": "https://public.dhe.ibm.com/ibmdl/export/pub/software/htp/cics/schemas/json/cicsts-resourceimport.json",
    "sourceSha256": "414ef27d8669216cd9ebfad34a93431dd7c7ab79f0e46c62faefbe90f73319f6",
    "fileMatch": [
      "*.cicsresourceimport.yaml",
      "*.cicsresourceimport.yml"
    ],
    "parsers": [
      "yaml"
    ]
  },
  "allOf": [
    {
      "title": "Resource import JSON Schema.",
      "description": "Schema that describes the structure of a resource import document.",
      "if": {
        "properties": {
          "schemaVersion": {
            "const": "resourceImport/1.0"
          }
        }
      },
      "then": {
        "$ref": "https://catalog.lintel.tools/schemas/schemastore/cics-ts-resource-import/_shared/latest--cicsts-resourceimport-1.0.1.json"
      }
    }
  ]
}
