{
  "schema_version": "1.0",
  "name": "경희미르애한의원 남포점",
  "description": "단순히 증상만을 치료하지 않습니다. 질병이 생긴 근본 원인을 찾고, 몸 전체의 균형과 회복력을 길러 건강한 삶으로 나아갈 수 있도록 돕습니다.",
  "icon": "/local/favicon.png",
  "entry_points": [
    {
      "type": "website",
      "url": "https://meernp.co.kr"
    },
    {
      "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://meernp.co.kr/terms",
    "privacy": "https://meernp.co.kr/privacy"
  }
}