{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/toast-tab/refs/heads/main/json-schema/restaurants-restaurant-schema.json", "title": "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", "example": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1" } } }