Unified.to · Schema

property_MarketingMember_list_ids

An array of list IDs associated with this member

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-marketingmember-list-ids-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_MarketingMember_list_ids",
  "title": "property_MarketingMember_list_ids",
  "description": "An array of list IDs associated with this member",
  "items": {
    "type": "string"
  },
  "type": "array"
}