Tock · JSON Structure

Guest Profile Day Structure

tockDay schema from Tock Guest Model

Type: object Properties: 4
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

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

Properties

type day month year

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-structure.json",
  "name": "tockDay",
  "description": "tockDay schema from Tock Guest Model",
  "type": "object",
  "properties": {
    "type": {
      "$ref": "guest-profile-day-type-schema.json",
      "description": "The type of special day as specified by the guest."
    },
    "day": {
      "type": "int64",
      "description": "The numerical day within the month."
    },
    "month": {
      "type": "int64",
      "description": "The numerical month within the year."
    },
    "year": {
      "type": "int64",
      "description": "If specified, the year of the day."
    }
  }
}