{ "category": "restaurant", "code": 3, "label": "음식점", "fields": [ { "key": "business_hours", "label": "영업시간", "type": "text", "scope": "place", "required": true, "critical": true, "allow_llm": false }, { "key": "closed_days", "label": "휴무일", "type": "text", "scope": "place", "required": true, "critical": true, "allow_llm": false }, { "key": "break_time", "label": "브레이크타임", "type": "text", "scope": "place", "required": false, "critical": true, "allow_llm": false }, { "key": "last_order", "label": "라스트오더", "type": "time", "scope": "place", "required": false, "critical": true, "allow_llm": false }, { "key": "reservation_required", "label": "예약 필수", "type": "bool", "scope": "place", "required": true, "critical": true, "allow_llm": false }, { "key": "reservation_channel", "label": "예약 방법", "type": "text", "scope": "place", "required": false, "critical": true, "allow_llm": false }, { "key": "pet_allowed", "label": "반려동물 동반", "type": "bool", "scope": "place", "required": true, "critical": true, "allow_llm": false }, { "key": "kids_allowed", "label": "아동 입장", "type": "bool", "scope": "place", "required": true, "critical": true, "allow_llm": false }, { "key": "corkage", "label": "콜키지", "type": "text", "scope": "place", "required": false, "critical": true, "allow_llm": false }, { "key": "room_available", "label": "룸·별실", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false }, { "key": "group_seat_max", "label": "단체석 최대 인원", "type": "number", "scope": "place", "required": false, "critical": true, "allow_llm": false, "unit": "명" }, { "key": "parking", "label": "주차 가능", "type": "bool", "scope": "place", "required": false, "critical": true, "allow_llm": false }, { "key": "parking_capacity", "label": "주차 대수", "type": "number", "scope": "place", "required": false, "critical": false, "allow_llm": false, "unit": "대" }, { "key": "takeout", "label": "포장", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false }, { "key": "delivery", "label": "배달", "type": "bool", "scope": "place", "required": false, "critical": false, "allow_llm": false }, { "key": "payment_methods", "label": "결제 수단", "type": "text", "scope": "place", "required": false, "critical": true, "allow_llm": false }, { "key": "signature_menu", "label": "대표 메뉴", "type": "text", "scope": "place", "required": false, "critical": false, "allow_llm": false }, { "key": "price_range", "label": "가격대", "type": "text", "scope": "place", "required": false, "critical": false, "allow_llm": false }, { "key": "wheelchair_accessible", "label": "휠체어 접근", "type": "bool", "scope": "place", "required": false, "critical": true, "allow_llm": false }, { "key": "intro", "label": "가게 소개", "type": "text", "scope": "place", "required": false, "critical": false, "allow_llm": true }, { "key": "menu_name", "label": "메뉴명", "type": "text", "scope": "unit", "required": true, "critical": false, "allow_llm": false }, { "key": "menu_price", "label": "메뉴 가격", "type": "number", "scope": "unit", "required": false, "critical": true, "allow_llm": false, "unit": "원" }, { "key": "menu_min_order", "label": "최소 주문 인분", "type": "number", "scope": "unit", "required": false, "critical": true, "allow_llm": false, "unit": "인분" }, { "key": "menu_intro", "label": "메뉴 소개", "type": "text", "scope": "unit", "required": false, "critical": false, "allow_llm": true } ] }