Tock · JSON Structure

Reservation Note Structure

tockNote schema from Tock Reservation Model

Type: object Properties: 2
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

tockNote 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

noteType text

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/reservation-note-structure.json",
  "name": "tockNote",
  "description": "tockNote schema from Tock Reservation Model",
  "type": "object",
  "properties": {
    "noteType": {
      "$ref": "reservation-note-note-type-schema.json",
      "description": "The type of note being described by this object."
    },
    "text": {
      "type": "string",
      "description": "The full text of the note."
    }
  }
}