Schedules

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 DaySchedule objects. The value names in this object are key identifiers that are used to associate a day schedule with a day of the week in the weekSchedule value.

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 null, the restaurant is closed on that day. Values for each day of the week are identifiers for day schedules in the map of DaySchedule objects in the daySchedules value of the Schedules object.

{
  • "daySchedules": {
    },
  • "weekSchedule": {
    }
}