Toast · JSON Structure

Restaurants Restaurant Info Structure

Information about the configuration of a restaurant in the Toast POS.

Type: object Properties: 8
Food ServicePoint of SaleRestaurantsHospitality

RestaurantInfo 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

guid general urls location schedules delivery onlineOrdering prepTimes

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/refs/heads/main/json-structure/restaurants-restaurant-info-structure.json",
  "name": "RestaurantInfo",
  "description": "Information about the configuration of a restaurant in the Toast\nPOS.\n",
  "type": "object",
  "properties": {
    "guid": {
      "type": "string"
    },
    "general": {
      "$ref": "#/definitions/General"
    },
    "urls": {
      "$ref": "#/definitions/URLs"
    },
    "location": {
      "$ref": "#/definitions/Location"
    },
    "schedules": {
      "$ref": "#/definitions/Schedules"
    },
    "delivery": {
      "$ref": "#/definitions/Delivery"
    },
    "onlineOrdering": {
      "$ref": "#/definitions/OnlineOrdering"
    },
    "prepTimes": {
      "$ref": "#/definitions/PrepTimes"
    }
  }
}