Unified.to · Schema

property_ShippingShipment_special_instructions

Array of special instructions

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-shippingshipment-special-instructions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_ShippingShipment_special_instructions",
  "title": "property_ShippingShipment_special_instructions",
  "description": "Array of special instructions",
  "items": {
    "type": "string"
  },
  "type": "array"
}