DaySchedule

Information about the services and hours that are scheduled for a restaurant during a type of day. For example, a restaurant might have different services available on a type of day named weekday than it does on a type of day named weekend.

closeTime
string

The time of day that the last service for the type of day ends. For example, the last service might end at 02:00:00.000.

openTime
string

The time of day that the first service for the type of day begins. For example, the first service might begin at 06:00:00.000.

scheduleName
string

The name of the type of day. For example, weekday.

Array of objects (Service)

An array of Service objects that are available during the type of day.

{
  • "scheduleName": "string",
  • "services": [
    ],
  • "openTime": "string",
  • "closeTime": "string"
}