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.
Properties
| Name | Type | Description |
|---|---|---|
| monday | 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. |
| thursday | string | A key identifier for the `DaySchedule` object that represents the services and hours for the restaurant on this day of the week. |
| friday | 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. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-schema/restaurants-week-schedule-schema.json",
"title": "WeekSchedule",
"description": "The day schedule used for each day of the week. A day schedule is \nthe set of services (for example, \"lunch\") that a restaurant \noffers and the hours that it offers each one. If a day of the \nweek value in this object is `null`, the restaurant is closed on \nthat day. Values for each day of the week are identifiers for day \nschedules in the map of `DaySchedule` objects in the \n`daySchedules` value of the `Schedules` object.\n",
"type": "object",
"properties": {
"monday": {
"type": "string",
"description": "A key identifier for the `DaySchedule` object\nthat represents the services and hours for the restaurant on\nthis day of the week.\n"
},
"tuesday": {
"type": "string",
"description": "A key identifier for the `DaySchedule` object\nthat represents the services and hours for the restaurant on\nthis day of the week.\n"
},
"wednesday": {
"type": "string",
"description": "A key identifier for the `DaySchedule` object\nthat represents the services and hours for the restaurant on\nthis day of the week.\n"
},
"thursday": {
"type": "string",
"description": "A key identifier for the `DaySchedule` object\nthat represents the services and hours for the restaurant on\nthis day of the week.\n"
},
"friday": {
"type": "string",
"description": "A key identifier for the `DaySchedule` object\nthat represents the services and hours for the restaurant on\nthis day of the week.\n"
},
"saturday": {
"type": "string",
"description": "A key identifier for the `DaySchedule` object\nthat represents the services and hours for the restaurant on\nthis day of the week.\n"
},
"sunday": {
"type": "string",
"description": "A key identifier for the `DaySchedule` object\nthat represents the services and hours for the restaurant on\nthis day of the week.\n"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/restaurants-week-schedule"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.