Tock · Schema

tockKeyValue

tockKeyValue schema from Tock Reservation Model

HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express

Properties

Name Type Description
attribute string The name of the metadata attribute.
attributeValue string The value of the metadata attribute.
View JSON Schema on GitHub

JSON Schema

reservation-key-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tock/refs/heads/main/json-schema/reservation-key-value-schema.json",
  "title": "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."
    }
  }
}