Unified.to · Schema

property_ShippingRate_packages

Multiple packages (alternative to package)

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-shippingrate-packages-schema.json Raw ↑
{
  "$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"
}