Tock · JSON Structure

Guest Profile Get Guest Response Structure

tockGetGuestResponse schema from Tock Guest Model

Type: object Properties: 1
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

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

Properties

guest

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-get-guest-response-structure.json",
  "name": "tockGetGuestResponse",
  "description": "tockGetGuestResponse schema from Tock Guest Model",
  "type": "object",
  "properties": {
    "guest": {
      "$ref": "guest-profile-guest-profile-schema.json"
    }
  }
}