Unified.to · Schema

property_CrmContact_link_urls

Additional URLs associated with the contact e.g., LinkedIn, website, etc

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-crmcontact-link-urls-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_CrmContact_link_urls",
  "title": "property_CrmContact_link_urls",
  "description": "Additional URLs associated with the contact e.g., LinkedIn, website, etc",
  "items": {
    "type": "string"
  },
  "type": "array"
}