{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/arazzo-json/latest.json",
  "title": "OpenAPI Arazzo Document v1.X",
  "x-lintel": {
    "source": "https://www.schemastore.org/openapi-arazzo-1.X.json",
    "sourceSha256": "8a3a5b31c2412417fed5a051fbb1efe17b0dda9c51fbb8af5cceaf97fc7abdee",
    "fileMatch": [
      "arazzo.json",
      "arazzo.yml",
      "arazzo.yaml"
    ],
    "parsers": [
      "json",
      "yaml"
    ]
  },
  "type": "object",
  "properties": {
    "arazzo": {
      "pattern": "^1\\.0\\.",
      "type": "string"
    }
  },
  "required": [
    "arazzo"
  ],
  "allOf": [
    {
      "if": {
        "properties": {
          "arazzo": {
            "pattern": "^1\\.0\\.",
            "type": "string"
          }
        }
      },
      "then": {
        "$ref": "https://catalog.lintel.tools/schemas/schemastore/arazzo-json/_shared/latest--2025-10-15.json"
      }
    }
  ]
}
