Tock · JSON Structure

Reservation Key Value Structure

tockKeyValue schema from Tock Reservation Model

Type: object Properties: 2
HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

tockKeyValue 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

attribute attributeValue

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-key-value-structure.json",
  "name": "tockKeyValue",
  "description": "tockKeyValue schema from Tock Reservation Model",
  "type": "object",
  "properties": {
    "attribute": {
      "type": "string",
      "description": "The name of the metadata attribute."
    },
    "attributeValue": {
      "type": "string",
      "description": "The value of the metadata attribute."
    }
  }
}