{
  "openapi": "3.0.0",
  "info": {
    "title": "North Cape 4x4 Slovakia",
    "description": "Premium 4x4 expedition motorhomes built on MAN TGE 4x4 chassis. Models: Adventure 6XT, 6XR, 6XHT, 6XH. Browse specifications, equipment, and contact information. Data sources: /llms.txt (summary), /llms-full.txt (complete catalog with all specs and equipment).",
    "version": "1.0.0",
    "contact": {
      "name": "North Cape 4x4 Slovakia (Daliah s.r.o)",
      "url": "https://www.northcape4x4.sk",
      "email": "info@northcape4x4.sk"
    }
  },
  "servers": [
    { "url": "https://www.northcape4x4.sk" }
  ],
  "paths": {
    "/llms.txt": {
      "get": {
        "summary": "Get a structured text summary of all North Cape 4x4 motorhome models with specs and contact info",
        "operationId": "getLlmsSummary",
        "responses": {
          "200": {
            "description": "Markdown-formatted text with company info, all models, specifications, and page URLs",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/llms-full.txt": {
      "get": {
        "summary": "Get the complete product catalog with detailed specifications, equipment lists, and model comparison",
        "operationId": "getLlmsFullCatalog",
        "responses": {
          "200": {
            "description": "Comprehensive markdown text with full specs, equipment details, and comparison table for all models",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    }
  }
}
