{
  "schema_version": "1.0",
  "name": "경희스카이한의원",
  "description": "강남구 대치동 은마아파트입구 사거리에 위치한 경희스카이한의원입니다. 수험생진료, 교통사고진료, 근골격계 질환, 소화기질환, 두면부질환 등에 서울대 농화학과를 수석졸업하고, 서울대 의대, 경희대 한의대 동시합격한 원장님이 최신의 과학이론을 결합하여 환자 한분 한분에게 가장 적합한 치료법을 시행하고 있습니다.",
  "icon": "/favicon.svg",
  "entry_points": [
    {
      "type": "website",
      "url": "https://www.example.com"
    },
    {
      "type": "booking",
      "url": "/intake"
    }
  ],
  "knowledge_graph": {
    "entities": [
      {
        "id": "clinic",
        "name": "경희스카이한의원",
        "type": "MedicalClinic"
      },
      {
        "id": "founder",
        "name": "최연승",
        "type": "Person"
      }
    ],
    "topics": [
      "Medical Clinic",
      "Healthcare"
    ]
  },
  "api_endpoints": [
    {
      "path": "/programs",
      "description": "List of medical programs"
    },
    {
      "path": "/doctors",
      "description": "Medical staff profiles"
    }
  ],
  "legal": {
    "terms": "https://www.example.com/terms",
    "privacy": "https://www.example.com/privacy"
  }
}