HoursDay

object

Properties

Key Type Description
day integer (int32) Day of week where 0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, 6=Saturday
open boolean Is the Location open or closed on this date?
open_time string If the Location is open, when does it open? Format: HH:MM
close_time string If the Location is open, when does it close? Format: HH:MM

Example

{
  "day": 6,
  "open": true,
  "open_time": "09:00",
  "close_time": "13:30"
}