Unified.to · Schema

property_UcContact_emails

An array of email addresses for this contact

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-uccontact-emails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_UcContact_emails",
  "title": "property_UcContact_emails",
  "description": "An array of email addresses for this contact",
  "items": {
    "$ref": "#/components/schemas/UcEmail"
  },
  "type": "array"
}