{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "QuoteRequest", "description": "Request body for creating a delivery quote.", "$id": "https://raw.githubusercontent.com/api-evangelist/deliveroo/refs/heads/main/json-schema/signature-api-quote-request-schema.json", "type": "object", "properties": { "pickup": { "$ref": "#/components/schemas/Location" }, "dropoff": { "$ref": "#/components/schemas/Location" } } }