Uber Eats · JSON Structure

Uber Direct Podresp Structure

PODResp schema from Uber Direct (DaaS) API

Type: object Properties: 1
Uber EatsUber DirectFood DeliveryLast-Mile LogisticsRestaurantsMenusOrdersFulfillmentCourierOAuth2

PODResp is a JSON Structure definition published by Uber Eats, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

document

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/uber-eats/refs/heads/main/json-structure/uber-direct-podresp-structure.json",
  "name": "PODResp",
  "description": "PODResp schema from Uber Direct (DaaS) API",
  "type": "object",
  "properties": {
    "document": {
      "type": "string",
      "description": "A long Base64 string representing the image.",
      "example": "example"
    }
  }
}