{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UpdateDeliveryReq", "description": "UpdateDeliveryReq schema from Uber Direct (DaaS) API", "$id": "https://raw.githubusercontent.com/api-evangelist/uber-eats/refs/heads/main/json-schema/uber-direct-update-delivery-req-schema.json", "type": "object", "properties": { "dropoff_notes": { "type": "string", "example": "Leave at the front desk." }, "manifest_reference": { "type": "string", "example": "example" }, "pickup_notes": { "type": "string", "example": "Leave at the front desk." }, "requires_dropoff_signature": { "type": "boolean", "example": false }, "requires_id": { "type": "boolean", "example": false }, "tip_by_customer": { "type": "integer", "example": 600 }, "dropoff_latitude": { "type": "number", "example": 40.7066581 }, "dropoff_longitude": { "type": "number", "example": -74.0071868 } } }