{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-structure/openapi-shipment-information-structure.json", "name": "ShipmentInformation", "description": " Information about a line item shipment. ", "type": "object", "properties": { "ShipmentTrackingNumber": { "allOf": [ { "$ref": "#/components/schemas/TrackingId" }, { "description": " The tracking number of the shipment. " } ] }, "ShipmentCarrier": { "allOf": [ { "$ref": "#/components/schemas/ShipmentCarrier" }, { "description": " The carrier of the shipment. " } ] } } }