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 |
monday | string A key identifier for the |
saturday | string A key identifier for the |
sunday | string A key identifier for the |
thursday | string A key identifier for the |
tuesday | string A key identifier for the |
wednesday | string A key identifier for the |
{- "monday": "string",
- "tuesday": "string",
- "wednesday": "string",
- "thursday": "string",
- "friday": "string",
- "saturday": "string",
- "sunday": "string"
}