Unified.to · Schema

property_MarketingMember_tags

An array of tags associated with this member

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

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