Tock · Schema

tockPhoneType

tockPhoneType schema from Tock Guest Model

HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express
View JSON Schema on GitHub

JSON Schema

guest-profile-phone-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-phone-type-schema.json",
  "title": "tockPhoneType",
  "description": "tockPhoneType schema from Tock Guest Model",
  "type": "string",
  "enum": [
    "MOBILE",
    "HOME",
    "WORK",
    "PAGER",
    "FAX",
    "HOTEL",
    "OTHER"
  ]
}