{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/spoton/refs/heads/main/json-structure/reserve-restaurant-structure.json", "name": "Restaurant", "description": "A restaurant accessible with the API key.", "type": "object", "properties": { "restaurantId": { "type": "int32", "description": "The unique identifier for the restaurant." }, "name": { "type": "string", "description": "The restaurant name." }, "timeZone": { "type": "string", "description": "The IANA time zone of the restaurant." } } }