Tock · JSON Structure

Guest Profile Business Guest Profile Structure

tockBusinessGuestProfile schema from Tock Guest Model

Type: object Properties: 4
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

tockBusinessGuestProfile 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

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