Array of packages in this shipment
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_ShippingShipment_packages", "title": "property_ShippingShipment_packages", "description": "Array of packages in this shipment", "items": { "$ref": "#/components/schemas/ShippingPackage" }, "type": "array" }