Tock · JSON Structure

Reservation Question Structure

tockQuestion schema from Tock Reservation Model

Type: object Properties: 2
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

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

Properties

name response

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-question-structure.json",
  "name": "tockQuestion",
  "description": "tockQuestion schema from Tock Reservation Model",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The short name of this question assigned in the Tock Dashboard."
    },
    "response": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "All responses to the question. If the guest was presented with checkboxes to answer the question there may be multiple responses listed through this field."
    }
  }
}