Tock · JSON Structure

Reservation Loyalty Program Structure

tockLoyaltyProgram schema from Tock Reservation Model

Type: object Properties: 2
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

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

Properties

providerType accountId

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/reservation-loyalty-program-structure.json",
  "name": "tockLoyaltyProgram",
  "description": "tockLoyaltyProgram schema from Tock Reservation Model",
  "type": "object",
  "properties": {
    "providerType": {
      "$ref": "reservation-loyalty-program-provider-type-schema.json",
      "description": "The loyalty program provider used when securing the reservation."
    },
    "accountId": {
      "type": "string",
      "description": "If known, the account identifier for the owner patron within the loyalty program."
    }
  }
}