{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-create-shipment-response-structure.json", "name": "CreateShipmentResponse", "description": "A response containing information about the created shipment.", "type": "object", "properties": { "id": { "type": "string", "description": "A unique identifier for the shipment.", "example": "18695c43-c670-4c57-a714-e0d7b215db20" } }, "required": [ "id" ] }