Tock · Schema

tockRating

tockRating schema from Tock Reservation Model

HospitalityReservationsRestaurantsWineriesTicketed EventsTakeoutDeliveryExperiencesDiningAmerican Express
View JSON Schema on GitHub

JSON Schema

reservation-rating-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-rating-schema.json",
  "title": "tockRating",
  "description": "tockRating schema from Tock Reservation Model",
  "type": "string",
  "enum": [
    "BAD",
    "NEUTRAL",
    "GOOD"
  ]
}