Tock · JSON Structure

Guest Profile Link Structure

tockLink schema from Tock Guest Model

Type: object Properties: 2
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

tockLink 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

type link

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-link-structure.json",
  "name": "tockLink",
  "description": "tockLink schema from Tock Guest Model",
  "type": "object",
  "properties": {
    "type": {
      "$ref": "guest-profile-link-type-schema.json",
      "description": "The site that hosts the link, or whether it is a link to a public image."
    },
    "link": {
      "type": "string",
      "description": "The URL to the public link connected to this guest."
    }
  }
}