Deliveroo · JSON Structure

Signature Api Delivery Request Structure

Request body for scheduling a delivery-as-a-service delivery.

Type: object Properties: 2
Food DeliveryGroceryMarketplaceLogisticsRestaurants

DeliveryRequest is a JSON Structure definition published by Deliveroo, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

pickup dropoff

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliveroo/refs/heads/main/json-structure/signature-api-delivery-request-structure.json",
  "name": "DeliveryRequest",
  "description": "Request body for scheduling a delivery-as-a-service delivery.",
  "type": "object",
  "properties": {
    "pickup": {
      "$ref": "#/components/schemas/Location"
    },
    "dropoff": {
      "$ref": "#/components/schemas/Location"
    }
  }
}