{
  "openapi": "3.1.0",
  "info": {
    "title": "CCTV Camera Builder — Public Discovery API",
    "version": "1.0.0",
    "description": "Machine-readable discovery endpoints for cctvcamerabuilder.com. Storefront checkout is handled by Shopify; these endpoints expose site structure for agents and crawlers.",
    "contact": { "url": "https://cctvcamerabuilder.com/" }
  },
  "servers": [{ "url": "https://cctvcamerabuilder.com" }],
  "paths": {
    "/sitemap.xml": {
      "get": {
        "summary": "XML sitemap of all public pages",
        "responses": {
          "200": {
            "description": "Sitemap",
            "content": { "application/xml": {} }
          }
        }
      }
    },
    "/llms.txt": {
      "get": {
        "summary": "llmstxt.org index of primary pages",
        "responses": {
          "200": {
            "description": "Plain text index",
            "content": { "text/plain": {} }
          }
        }
      }
    },
    "/index.md": {
      "get": {
        "summary": "Markdown rendering of the site index",
        "responses": {
          "200": {
            "description": "Markdown",
            "content": { "text/markdown": {} }
          }
        }
      }
    }
  }
}
