Tock · JSON Structure

Reservation Visit Tag Structure

tockVisitTag schema from Tock Reservation Model

Type: object Properties: 1
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

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

Properties

tag

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-visit-tag-structure.json",
  "name": "tockVisitTag",
  "description": "tockVisitTag schema from Tock Reservation Model",
  "type": "object",
  "properties": {
    "tag": {
      "type": "string",
      "description": "The name of the tag assigned to the reservation."
    }
  }
}