{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/doordash/refs/heads/main/json-structure/doordash-classic-delivery-update-request-structure.json", "name": "ClassicDeliveryUpdateRequest", "description": "ClassicDeliveryUpdateRequest structure from DoorDash API", "type": "object", "properties": { "tip": { "type": "int32", "description": "Updated tip amount in cents.", "example": 42 }, "dropoff_instructions": { "type": "string", "description": "Updated dropoff instructions.", "example": "Leave at the front desk." }, "dropoff_phone_number": { "type": "string", "description": "Updated dropoff phone number.", "example": "+15555551234" } } }