Toast · JSON Structure

Restaurants Prep Times Structure

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

Type: object Properties: 8
RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

PrepTimes is a JSON Structure definition published by Toast, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

deliveryPrepTime deliveryTimeAfterOpen deliveryTimeBeforeClose takeoutPrepTime takeoutTimeAfterOpen takeoutTimeBeforeClose takeoutThrottlingTime deliveryThrottlingTime

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/toast-tab/refs/heads/main/json-structure/restaurants-prep-times-structure.json",
  "name": "PrepTimes",
  "description": "Information about the scheduled availability of the dining\noptions that are provided by the restaurant.\n",
  "type": "object",
  "properties": {
    "deliveryPrepTime": {
      "type": "int32",
      "description": "The amount of time, in minutes, that it takes to prepare an\nonline delivery order.\n",
      "example": 1
    },
    "deliveryTimeAfterOpen": {
      "type": "int32",
      "description": "The amount of time, in minutes, that it takes for delivery\nservice to become available after the restaurant opens.\n",
      "example": 1
    },
    "deliveryTimeBeforeClose": {
      "type": "int32",
      "description": "The amount of time, in minutes, before the restaurant closing\ntime that delivery service becomes unavailable.\n",
      "example": 1
    },
    "takeoutPrepTime": {
      "type": "int32",
      "description": "The amount of time, in minutes, that it takes to prepare an\nonline takeout order.\n",
      "example": 1
    },
    "takeoutTimeAfterOpen": {
      "type": "int32",
      "description": "The amount of time, in minutes, that it takes for takeout\nservice to become available after the restaurant opens.\n",
      "example": 1
    },
    "takeoutTimeBeforeClose": {
      "type": "int32",
      "description": "The amount of time, in minutes, before the restaurant closing\ntime that takeout service becomes unavailable.\n",
      "example": 1
    },
    "takeoutThrottlingTime": {
      "type": "int32",
      "description": "The amount of time, in minutes, that an online takeout order\nis delayed before the Toast POS fires it in the kitchen.\n",
      "example": 1
    },
    "deliveryThrottlingTime": {
      "type": "int32",
      "description": "The amount of time, in minutes, that an online delivery order\nis delayed before the Toast POS fires it in the kitchen.\n",
      "example": 1
    }
  }
}