{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-structure/restaurants-restaurant-info-structure.json", "name": "RestaurantInfo", "description": "Information about the configuration of a restaurant in the Toast\nPOS.\n", "type": "object", "properties": { "guid": { "type": "string" }, "general": { "$ref": "#/definitions/General" }, "urls": { "$ref": "#/definitions/URLs" }, "location": { "$ref": "#/definitions/Location" }, "schedules": { "$ref": "#/definitions/Schedules" }, "delivery": { "$ref": "#/definitions/Delivery" }, "onlineOrdering": { "$ref": "#/definitions/OnlineOrdering" }, "prepTimes": { "$ref": "#/definitions/PrepTimes" } } }