{
  "schemaVersion": 1,
  "clinic": {
    "name": "백록담한의원",
    "englishName": "Baekrokdam Korean Medicine Clinic",
    "url": "https://www.baekrokdam.com",
    "address": "인천시 연수구 컨벤시아대로 81 드림시티 3층",
    "telephone": "0507-1409-1075",
    "email": "contact@baekrokdam.com"
  },
  "hours": {
    "rows": [
      {
        "label": "평일",
        "value": "10:00~19:00"
      },
      {
        "label": "토요일",
        "value": "휴무"
      },
      {
        "label": "점심시간",
        "value": "13:00 - 14:00"
      }
    ],
    "notes": [
      "주말/공휴일 휴진"
    ],
    "openingHoursSpecification": [
      {
        "@type": "OpeningHoursSpecification",
        "dayOfWeek": [
          "Monday",
          "Tuesday",
          "Wednesday",
          "Thursday",
          "Friday"
        ],
        "opens": "10:00",
        "closes": "19:00"
      }
    ]
  },
  "services": {
    "remoteConsultation": {
      "available": true,
      "informationUrl": "https://www.baekrokdam.com/telemedicine",
      "intakeUrl": "https://www.baekrokdam.com/intake"
    },
    "reservation": {
      "available": true,
      "bookingUrl": "/intake"
    },
    "inquiry": {
      "available": true,
      "url": "https://www.baekrokdam.com/intake"
    }
  }
}