Tock · JSON Structure

Guest Profile Phone Type Structure

tockPhoneType schema from Tock Guest Model

Type: string Properties: 0
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

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

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