Unified.to · Schema

property_AccountingContact_emails

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-accountingcontact-emails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AccountingContact_emails",
  "title": "property_AccountingContact_emails",
  "items": {
    "$ref": "#/components/schemas/AccountingEmail"
  },
  "type": "array"
}