The status of the delivery.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DeliveryStatus", "description": "The status of the delivery.", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-delivery-status-schema.json", "type": "string", "enum": [ "REQUESTED", "ALLOCATED", "PICKED_UP", "COMPLETED", "CANCELED", "ARRIVED_AT_PICKUP", "ARRIVED_AT_DROP_OFF" ] }