{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/tock/refs/heads/main/json-structure/reservation-get-reservation-response-structure.json", "name": "tockGetReservationResponse", "description": "tockGetReservationResponse schema from Tock Reservation Model", "type": "object", "properties": { "reservation": { "$ref": "reservation-reservation-schema.json" } } }