{ "category": "lodging", "code": 1, "label": "숙박", "fields": [ { "key": "check_in_time", "label": "체크인 시간", "type": "time", "scope": "place", "required": true, "critical": true, "allow_llm": false }, { "key": "check_out_time", "label": "체크아웃 시간", "type": "time", "scope": "place", "required": true, "critical": true, "allow_llm": false }, { "key": "cancel_policy", "label": "취소·환불 규정", "type": "text", "scope": "place", "required": true, "critical": true, "allow_llm": false }, { "key": "cooking_allowed", "label": "취사 가능", "type": "bool", "scope": "place", "required": true, "critical": true, "allow_llm": false }, { "key": "pet_allowed", "label": "반려동물 동반", "type": "bool", "scope": "place", "required": true, "critical": true, "allow_llm": false }, { "key": "smoking", "label": "흡연 가능", "type": "bool", "scope": "place", "required": false, "critical": true, "allow_llm": false }, { "key": "extra_person_fee", "label": "인원 추가 요금", "type": "number", "scope": "place", "required": false, "critical": true, "allow_llm": false, "unit": "원" }, { "key": "reception_hours", "label": "프런트 운영시간", "type": "text", "scope": "place", "required": false, "critical": false, "allow_llm": false }, { "key": "parking", "label": "주차 가능", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false }, { "key": "parking_capacity", "label": "주차 대수", "type": "number", "scope": "place", "required": false, "critical": false, "allow_llm": false, "unit": "대" }, { "key": "wifi", "label": "와이파이", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false }, { "key": "bbq_available", "label": "바비큐 이용", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false }, { "key": "bbq_fee", "label": "바비큐 이용료", "type": "number", "scope": "place", "required": false, "critical": true, "allow_llm": false, "unit": "원" }, { "key": "breakfast", "label": "조식 제공", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false }, { "key": "baby_amenities", "label": "유아용품 비치", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false }, { "key": "pickup_service", "label": "픽업 서비스", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false }, { "key": "intro", "label": "숙소 소개", "type": "text", "scope": "place", "required": false, "critical": false, "allow_llm": true }, { "key": "room_type", "label": "객실 타입", "type": "text", "scope": "unit", "required": true, "critical": false, "allow_llm": false }, { "key": "standard_capacity", "label": "기준 인원", "type": "number", "scope": "unit", "required": true, "critical": true, "allow_llm": false, "unit": "명" }, { "key": "max_capacity", "label": "최대 인원", "type": "number", "scope": "unit", "required": true, "critical": true, "allow_llm": false, "unit": "명" }, { "key": "bed_type", "label": "침대 구성", "type": "text", "scope": "unit", "required": false, "critical": false, "allow_llm": false }, { "key": "room_size", "label": "객실 면적", "type": "number", "scope": "unit", "required": false, "critical": false, "allow_llm": false, "unit": "㎡" }, { "key": "bathroom_count", "label": "욕실 수", "type": "number", "scope": "unit", "required": false, "critical": false, "allow_llm": false, "unit": "개" }, { "key": "has_kitchen", "label": "주방 여부", "type": "bool", "scope": "unit", "required": false, "critical": true, "allow_llm": false }, { "key": "has_aircon", "label": "에어컨", "type": "bool", "scope": "unit", "required": false, "critical": false, "allow_llm": false }, { "key": "view", "label": "전망", "type": "text", "scope": "unit", "required": false, "critical": false, "allow_llm": false }, { "key": "weekday_price", "label": "주중 요금", "type": "number", "scope": "unit", "required": false, "critical": true, "allow_llm": false, "unit": "원" }, { "key": "weekend_price", "label": "주말 요금", "type": "number", "scope": "unit", "required": false, "critical": true, "allow_llm": false, "unit": "원" }, { "key": "peak_price", "label": "성수기 요금", "type": "number", "scope": "unit", "required": false, "critical": true, "allow_llm": false, "unit": "원" }, { "key": "room_intro", "label": "객실 소개", "type": "text", "scope": "unit", "required": false, "critical": false, "allow_llm": true } ] }