Tock · Schema

tockVisitTag

tockVisitTag schema from Tock Reservation Model

HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

Properties

Name Type Description
tag string The name of the tag assigned to the reservation.
View JSON Schema on GitHub

JSON Schema

reservation-visit-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tock/refs/heads/main/json-schema/reservation-visit-tag-schema.json",
  "title": "tockVisitTag",
  "description": "tockVisitTag schema from Tock Reservation Model",
  "type": "object",
  "properties": {
    "tag": {
      "type": "string",
      "description": "The name of the tag assigned to the reservation."
    }
  }
}