{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-structure/restaurants-restaurant-structure.json", "name": "Restaurant", "description": "The Toast POS GUID for a restaurant\n", "type": "object", "properties": { "guid": { "type": "string", "description": "The unique identifier that the Toast POS assigns to a\nrestaurant.\n" } } }