{
  "openapi": "3.1.0",
  "info": {
    "title": "Phong kham Da Lieu Ha Noi Public Information",
    "version": "1.0.0",
    "description": "Static public information discovery document. This website does not expose private patient, CRM, booking, or medical record APIs."
  },
  "servers": [
    {
      "url": "https://dalieuhanoi.com"
    }
  ],
  "paths": {
    "/llms.txt": {
      "get": {
        "summary": "AI-readable website overview",
        "responses": {
          "200": {
            "description": "Plain text overview for AI agents"
          }
        }
      }
    },
    "/ai-content.md": {
      "get": {
        "summary": "Markdown public content summary",
        "responses": {
          "200": {
            "description": "Markdown content for AI agents"
          }
        }
      }
    },
    "/wp-sitemap.xml": {
      "get": {
        "summary": "WordPress dynamic sitemap",
        "responses": {
          "200": {
            "description": "Dynamic sitemap XML generated by WordPress"
          }
        }
      }
    }
  }
}
