{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "StoreStatusChanged", "description": "StoreStatusChanged schema from Burger King's Partners API", "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-schema/channel-store-status-changed-schema.json", "type": "object", "properties": { "reason": { "$ref": "#/components/schemas/Reason" }, "region": { "$ref": "#/components/schemas/Region" }, "storeStatus": { "$ref": "#/components/schemas/StoreStatus" }, "updatedAt": { "$ref": "#/components/schemas/DateTime" } }, "required": [ "storeStatus", "region", "updatedAt" ] }