tockRating schema from Tock Reservation Model
{ "$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" ] }