Toast · Schema

PrepTimes

Information about the scheduled availability of the dining options that are provided by the restaurant.

Food ServicePoint-of-SaleRestaurantHospitality

Properties

Name Type Description
deliveryPrepTime integer The amount of time, in minutes, that it takes to prepare an online delivery order.
deliveryTimeAfterOpen integer The amount of time, in minutes, that it takes for delivery service to become available after the restaurant opens.
deliveryTimeBeforeClose integer The amount of time, in minutes, before the restaurant closing time that delivery service becomes unavailable.
takeoutPrepTime integer The amount of time, in minutes, that it takes to prepare an online takeout order.
takeoutTimeAfterOpen integer The amount of time, in minutes, that it takes for takeout service to become available after the restaurant opens.
takeoutTimeBeforeClose integer The amount of time, in minutes, before the restaurant closing time that takeout service becomes unavailable.
takeoutThrottlingTime integer The amount of time, in minutes, that an online takeout order is delayed before the Toast POS fires it in the kitchen.
deliveryThrottlingTime integer The amount of time, in minutes, that an online delivery order is delayed before the Toast POS fires it in the kitchen.
View JSON Schema on GitHub

JSON Schema

restaurants-prep-times-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-schema/restaurants-prep-times-schema.json",
  "title": "PrepTimes",
  "description": "Information about the scheduled availability of the dining\noptions that are provided by the restaurant.\n",
  "type": "object",
  "properties": {
    "deliveryPrepTime": {
      "type": "integer",
      "format": "int32",
      "description": "The amount of time, in minutes, that it takes to prepare an\nonline delivery order.\n"
    },
    "deliveryTimeAfterOpen": {
      "type": "integer",
      "format": "int32",
      "description": "The amount of time, in minutes, that it takes for delivery\nservice to become available after the restaurant opens.\n"
    },
    "deliveryTimeBeforeClose": {
      "type": "integer",
      "format": "int32",
      "description": "The amount of time, in minutes, before the restaurant closing\ntime that delivery service becomes unavailable.\n"
    },
    "takeoutPrepTime": {
      "type": "integer",
      "format": "int32",
      "description": "The amount of time, in minutes, that it takes to prepare an\nonline takeout order.\n"
    },
    "takeoutTimeAfterOpen": {
      "type": "integer",
      "format": "int32",
      "description": "The amount of time, in minutes, that it takes for takeout\nservice to become available after the restaurant opens.\n"
    },
    "takeoutTimeBeforeClose": {
      "type": "integer",
      "format": "int32",
      "description": "The amount of time, in minutes, before the restaurant closing\ntime that takeout service becomes unavailable.\n"
    },
    "takeoutThrottlingTime": {
      "type": "integer",
      "description": "The amount of time, in minutes, that an online takeout order\nis delayed before the Toast POS fires it in the kitchen.\n"
    },
    "deliveryThrottlingTime": {
      "type": "integer",
      "description": "The amount of time, in minutes, that an online delivery order\nis delayed before the Toast POS fires it in the kitchen.\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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/restaurants-prep-times"
All schemas
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 email required.

A second provider on the same verified email joins the account you already have.