Uber · Schema

Uber Direct Delivery

Schema for an Uber Direct delivery order object.

RidesharingRidesTaxisTransportationFood DeliveryDeliveryLogistics

Properties

Name Type Description
id string Unique delivery identifier.
quote_id string Associated quote identifier.
status string Current delivery status.
tracking_url string URL to track the delivery in real-time.
courier objectnull
created string Delivery creation timestamp.
updated string Last update timestamp.
pickup_eta string Estimated courier arrival at pickup.
dropoff_eta string Estimated delivery completion time.
fee integer Delivery fee in cents.
currency string ISO 4217 currency code.
View JSON Schema on GitHub

JSON Schema

uber-delivery-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://github.com/api-evangelist/uber/blob/main/json-schema/uber-delivery-schema.json",
  "title": "Uber Direct Delivery",
  "description": "Schema for an Uber Direct delivery order object.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique delivery identifier."
    },
    "quote_id": {
      "type": "string",
      "description": "Associated quote identifier."
    },
    "status": {
      "type": "string",
      "enum": ["pending", "pickup", "pickup_complete", "dropoff", "delivered", "canceled", "returned"],
      "description": "Current delivery status."
    },
    "tracking_url": {
      "type": "string",
      "format": "uri",
      "description": "URL to track the delivery in real-time."
    },
    "courier": {
      "type": ["object", "null"],
      "properties": {
        "name": { "type": "string" },
        "vehicle_type": { "type": "string" },
        "phone_number": { "type": "string" },
        "latitude": { "type": "number" },
        "longitude": { "type": "number" },
        "img_href": { "type": "string", "format": "uri" }
      }
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "Delivery creation timestamp."
    },
    "updated": {
      "type": "string",
      "format": "date-time",
      "description": "Last update timestamp."
    },
    "pickup_eta": {
      "type": "string",
      "format": "date-time",
      "description": "Estimated courier arrival at pickup."
    },
    "dropoff_eta": {
      "type": "string",
      "format": "date-time",
      "description": "Estimated delivery completion time."
    },
    "fee": {
      "type": "integer",
      "description": "Delivery fee in cents."
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/uber-delivery"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.