{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_ShippingRate_packages", "title": "property_ShippingRate_packages", "description": "Multiple packages (alternative to package)", "items": { "$ref": "#/components/schemas/ShippingPackage" }, "type": "array" }