{
  "openapi": "3.1.0",
  "info": {
    "title": "경희효인한의원 공개정보 API",
    "version": "1.0.0",
    "description": "개인정보를 수집하지 않는 읽기 전용 공개정보 문서입니다. 의료 상담, 예약 또는 진단 API가 아닙니다."
  },
  "servers": [{"url": "https://hiclinic.co.kr"}],
  "paths": {
    "/llms.txt": {
      "get": {
        "operationId": "getClinicSummary",
        "summary": "한의원 핵심 정보 조회",
        "responses": {"200": {"description": "한의원 공개정보", "content": {"text/plain": {"schema": {"type": "string"}}}}}
      }
    },
    "/llms-full.txt": {
      "get": {
        "operationId": "getClinicInformation",
        "summary": "한의원 상세 공개정보 조회",
        "responses": {"200": {"description": "진료 분야와 의료진 공개정보", "content": {"text/plain": {"schema": {"type": "string"}}}}}
      }
    },
    "/sitemap.xml": {
      "get": {
        "operationId": "getSitemap",
        "summary": "공개 페이지 목록 조회",
        "responses": {"200": {"description": "XML 사이트맵"}}
      }
    }
  }
}
