Describes the types of service and hours of operation for the restaurant over a one week period. The schedules object contains service and hour schedules for types of days and the types of days for each day of the calendar week.
object A map of | |
object (WeekSchedule) The day schedule used for each day of the week. A day schedule is
the set of services (for example, "lunch") that a restaurant
offers and the hours that it offers each one. If a day of the
week value in this object is |
{- "daySchedules": {
- "identifier": "string",
- "property1": {
- "scheduleName": "string",
- "services": [
- {
- "name": "string",
- "hours": {
- "startTime": "string",
- "endTime": "string"
}, - "overnight": true
}
], - "openTime": "string",
- "closeTime": "string"
}, - "property2": {
- "scheduleName": "string",
- "services": [
- {
- "name": "string",
- "hours": {
- "startTime": "string",
- "endTime": "string"
}, - "overnight": true
}
], - "openTime": "string",
- "closeTime": "string"
}
}, - "weekSchedule": {
- "monday": "string",
- "tuesday": "string",
- "wednesday": "string",
- "thursday": "string",
- "friday": "string",
- "saturday": "string",
- "sunday": "string"
}
}