Toast · JSON Structure

Restaurants Restaurant Structure

The Toast POS GUID for a restaurant

Type: object Properties: 1
Food ServicePoint of SaleRestaurantsHospitality

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

Properties

guid

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-structure.json",
  "name": "Restaurant",
  "description": "The Toast POS GUID for a restaurant\n",
  "type": "object",
  "properties": {
    "guid": {
      "type": "string",
      "description": "The unique identifier that the Toast POS assigns to a\nrestaurant.\n"
    }
  }
}