{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.schemastore.org/openapi-arazzo-1.X.json",
  "title": "OpenAPI Arazzo Document v1.X",
  "type": "object",
  "required": ["arazzo"],
  "properties": {
    "arazzo": {
      "pattern": "^1\\.0\\.",
      "type": "string"
    }
  },
  "allOf": [
    {
      "if": {
        "properties": {
          "arazzo": {
            "pattern": "^1\\.0\\.",
            "type": "string"
          }
        }
      },
      "then": {
        "$ref": "https://spec.openapis.org/arazzo/1.0/schema/2025-10-15"
      }
    }
  ]
}
