Unified.to · Schema

property_EnrichCompany_telephones

An array of telephones for this company

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-enrichcompany-telephones-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_EnrichCompany_telephones",
  "title": "property_EnrichCompany_telephones",
  "description": "An array of telephones for this company",
  "items": {
    "$ref": "#/components/schemas/EnrichTelephone"
  },
  "type": "array"
}