{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/restaurant-brands/refs/heads/main/json-structure/channel-commit-order-structure.json", "name": "CommitOrder", "description": "CommitOrder schema from Burger King's Partners API", "type": "object", "properties": { "charges": { "$ref": "#/components/schemas/Charges" }, "mpfOrderId": { "$ref": "#/components/schemas/MpfOrderId" }, "paymentMethod": { "$ref": "#/components/schemas/PaymentMethod" }, "fireOrderInSeconds": { "$ref": "#/components/schemas/FireOrderInSeconds" }, "readyInSeconds": { "$ref": "#/components/schemas/ReadyInSeconds" } }, "required": [ "paymentMethod", "fireOrderInSeconds" ] }