{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-structure/public-api-shipment-state-structure.json", "name": "ShipmentState", "description": "The state of the shipment.", "type": "string", "enum": [ "SCHEDULED", "ARRIVED", "STOCKING", "CLOSED", "CANCELED" ] }