{
  "schema_version": "1.0",
  "name": "맥락한의원",
  "description": "두통 집중 진료 한의원. 기존 치료로 해결되지 않은 만성 두통을 경추 구조와 자율신경 관점에서 접근합니다.",
  "icon": "/favicon.svg",
  "entry_points": [
    {
      "type": "website",
      "url": "https://maekrak.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://maekrak.com/terms",
    "privacy": "https://maekrak.com/privacy"
  }
}