Unified.to · Schema

property_MarketingReport_links

URL-specific click data

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-marketingreport-links-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_MarketingReport_links",
  "title": "property_MarketingReport_links",
  "description": "URL-specific click data",
  "items": {
    "$ref": "#/components/schemas/MarketingReportLink"
  },
  "type": "array"
}