Tock · JSON Structure

Reservation Seating Option Structure

tockSeatingOption schema from Tock Reservation Model

Type: object Properties: 3
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

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

Properties

id name isOutdoors

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/tock/refs/heads/main/json-structure/reservation-seating-option-structure.json",
  "name": "tockSeatingOption",
  "description": "tockSeatingOption schema from Tock Reservation Model",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "int64",
      "description": "A unique identifier for the seating option. Used internally by Tock."
    },
    "name": {
      "type": "string",
      "description": "The name given to the seating option which is displayed within the Tock Dashboard."
    },
    "isOutdoors": {
      "type": "boolean",
      "description": "This field indicates whether or not the seating option is outdoors."
    }
  }
}