{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-order-delivery-info-update-request-structure.json", "name": "OrderDeliveryInfoUpdateRequest", "description": "The request to update an order delivery info status.", "type": "object", "properties": { "deliveryInfo": { "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-required-delivery-info-schema.json" } }, "required": [ "deliveryInfo" ] }