Tock · JSON Structure

Guest Profile Business Group Guest Profile Structure

tockBusinessGroupGuestProfile schema from Tock Guest Model

Type: object Properties: 3
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

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

Properties

note tag spend

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-business-group-guest-profile-structure.json",
  "name": "tockBusinessGroupGuestProfile",
  "description": "tockBusinessGroupGuestProfile schema from Tock Guest Model",
  "type": "object",
  "properties": {
    "note": {
      "type": "array",
      "items": {
        "type": "object",
        "$ref": "guest-profile-audited-note-schema.json"
      },
      "description": "The list of notes attached to this guest for the business group that is shared with all businesses."
    },
    "tag": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The list of tags attached to this guest for the business group that is shared with all businesses."
    },
    "spend": {
      "$ref": "guest-profile-business-group-spend-schema.json",
      "description": "Guest spend data for the business group."
    }
  }
}