HoursDate
object
Properties
Key | Type | Description | Example |
---|---|---|---|
date | string | Date on which the special hours are effective. Format YYYY-MM-DD | "2025-12-25" |
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
{ "date": "2025-12-26", "open": true, "open_time": "10:00", "close_time": "16:00" }