{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-structure/channel-identify-request-details-structure.json", "name": "IdentifyRequestDetails", "description": "IdentifyRequestDetails schema from Burger King's Partners API", "type": "object", "properties": { "operator": { "$ref": "#/components/schemas/Operator" }, "terminal": { "$ref": "#/components/schemas/Terminal" }, "transactionId": { "$ref": "#/components/schemas/TransactionId" } } }