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.

friday
string

A key identifier for the DaySchedule object that represents the services and hours for the restaurant on this day of the week.

monday
string

A key identifier for the DaySchedule object that represents the services and hours for the restaurant on this day of the week.

saturday
string

A key identifier for the DaySchedule object that represents the services and hours for the restaurant on this day of the week.

sunday
string

A key identifier for the DaySchedule object that represents the services and hours for the restaurant on this day of the week.

thursday
string

A key identifier for the DaySchedule object that represents the services and hours for the restaurant on this day of the week.

tuesday
string

A key identifier for the DaySchedule object that represents the services and hours for the restaurant on this day of the week.

wednesday
string

A key identifier for the DaySchedule object that represents the services and hours for the restaurant on this day of the week.

{
  • "monday": "string",
  • "tuesday": "string",
  • "wednesday": "string",
  • "thursday": "string",
  • "friday": "string",
  • "saturday": "string",
  • "sunday": "string"
}