Unified.to · Schema

property_ShippingTracking_events

Array of tracking events

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-shippingtracking-events-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_ShippingTracking_events",
  "title": "property_ShippingTracking_events",
  "description": "Array of tracking events",
  "items": {
    "$ref": "#/components/schemas/ShippingTrackingEvent"
  },
  "type": "array"
}