{
  "openapi": "3.1.0",
  "info": {
    "title": "Bodrum Lokmacısı Public Discovery API",
    "version": "1.0.0",
    "description": "Public, read-only discovery metadata for Bodrum Lokmacısı. Appointment requests are prepared through WhatsApp, not submitted to a protected API."
  },
  "servers": [
    {
      "url": "https://www.bodrumlokmacisi.com"
    }
  ],
  "paths": {
    "/company.json": {
      "get": {
        "summary": "Public company profile",
        "operationId": "getCompanyProfile",
        "responses": {
          "200": {
            "description": "Company contact information"
          }
        }
      }
    },
    "/llms.txt": {
      "get": {
        "summary": "Short LLM-readable site summary",
        "operationId": "getLlmsSummary",
        "responses": {
          "200": {
            "description": "LLM-readable service summary"
          }
        }
      }
    },
    "/health.json": {
      "get": {
        "summary": "Static discovery health",
        "operationId": "getHealth",
        "responses": {
          "200": {
            "description": "Static site health status"
          }
        }
      }
    }
  },
  "x-agent-contact": {
    "phone": "+905473584848",
    "whatsapp": "https://wa.me/905473584848",
    "request_form": "https://www.bodrumlokmacisi.com/#randevu"
  },
  "x-payment-info": {
    "payable_operations": false,
    "note": "This landing site does not expose agent-native paid HTTP operations. Pricing and appointments are handled by WhatsApp."
  }
}