Tock · Schema

tockNoteType

tockNoteType schema from Tock Guest Model

HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express
View JSON Schema on GitHub

JSON Schema

guest-profile-note-type-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/guest-profile-note-type-schema.json",
  "title": "tockNoteType",
  "description": "tockNoteType schema from Tock Guest Model",
  "type": "string",
  "enum": [
    "GENERAL",
    "DIETARY"
  ]
}