Overview
Operating Hours describe the hours and days when a business is open.
Each entry comprises the following fields:
operating_hours.days
- The days that have operating hours.operating_hours.start_time
- The time the place opens.operating_hours.end_time
- The time the place closes.operating_hours_description
- A description of the Operating Hours at the Place.
Single Daily Opening
field | value |
operating_hours.days | ["mon", "tue", "wed", "thu", "fri"] |
operating_hours.start_time | "15:00:00" |
operating_hours.end_time | "23:00:00" |
operating_hours_description | Mon-Fri 3pm-11pm |
Multiple Daily Openings
A restaurant business with separate brunch and dinner openings has multiple entries for days with the opening time range.
Brunch Hours
field | value |
operating_hours.days | ["sat", "sun"] |
operating_hours.start_time | "09:00:00" |
operating_hours.end_time | "13:00:00" |
Dinner Hours
field | value |
operating_hours.days | ["sat", "sun"] |
operating_hours.start_time | "15:00:00" |
operating_hours.end_time | "23:00:00" |
The operating_hours_description
summarizes multiple entries: Sat-Sun 9am-1pm, Sat-Sun 3pm-11pm.
Open 24 Hours
A business open 24 hours on select days.
field | value |
operating_hours.days | ["mon", "tue", "wed", "thu", "fri"] |
operating_hours.start_time | "00:00:00" |
operating_hours.end_time | "00:00:00" |
operating_hours_description | Daily 24 Hours |