Tock · JSON Structure

Guest Profile Day Type Structure

tockDayType schema from Tock Guest Model

Type: string Properties: 0
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

tockDayType 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-day-type-structure.json",
  "name": "tockDayType",
  "description": "tockDayType schema from Tock Guest Model",
  "type": "string",
  "enum": [
    "BIRTHDAY",
    "OTHER_BIRTHDAY",
    "ANNIVERSARY",
    "PARTNER_BIRTHDAY"
  ]
}