{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/deliveroo/refs/heads/main/json-structure/signature-api-order-request-structure.json", "name": "OrderRequest", "description": "Request body for creating a Signature order.", "type": "object", "properties": { "quote_id": { "type": "string", "description": "The identifier of a valid quote.", "example": "gb-12345" }, "pickup": { "$ref": "#/components/schemas/Location" }, "dropoff": { "$ref": "#/components/schemas/Location" } } }