Tock · Schema

tockImportedGuestProfile

tockImportedGuestProfile schema from Tock Guest Model

HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

Properties

Name Type Description
link array
View JSON Schema on GitHub

JSON Schema

guest-profile-imported-guest-profile-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-imported-guest-profile-schema.json",
  "title": "tockImportedGuestProfile",
  "description": "tockImportedGuestProfile schema from Tock Guest Model",
  "type": "object",
  "properties": {
    "link": {
      "type": "array",
      "items": {
        "type": "object",
        "$ref": "guest-profile-link-schema.json"
      }
    }
  }
}