Unified.to · Schema
CrmCompany
A company represents an organization that optionally is associated with a deal and/or contacts
IntegrationsUnified API
Properties
| Name | Type | Description |
|---|---|---|
| address | object | |
| contact_ids | object | |
| created_at | string | |
| deal_ids | object | |
| description | string | |
| domains | object | |
| emails | object | |
| employees | number | |
| id | string | |
| industry | string | |
| is_active | boolean | |
| link_urls | object | |
| metadata | object | |
| name | string | |
| raw | object | |
| tags | object | |
| telephones | object | |
| timezone | string | |
| updated_at | string | |
| user_id | string | |
| websites | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CrmCompany",
"title": "CrmCompany",
"description": "A company represents an organization that optionally is associated with a deal and/or contacts",
"properties": {
"address": {
"$ref": "#/components/schemas/property_CrmCompany_address"
},
"contact_ids": {
"$ref": "#/components/schemas/property_CrmCompany_contact_ids"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"deal_ids": {
"$ref": "#/components/schemas/property_CrmCompany_deal_ids"
},
"description": {
"type": "string"
},
"domains": {
"$ref": "#/components/schemas/property_CrmCompany_domains"
},
"emails": {
"$ref": "#/components/schemas/property_CrmCompany_emails"
},
"employees": {
"type": "number"
},
"id": {
"type": "string"
},
"industry": {
"type": "string"
},
"is_active": {
"type": "boolean"
},
"link_urls": {
"$ref": "#/components/schemas/property_CrmCompany_link_urls"
},
"metadata": {
"$ref": "#/components/schemas/property_CrmCompany_metadata"
},
"name": {
"type": "string"
},
"raw": {
"additionalProperties": true,
"type": "object"
},
"tags": {
"$ref": "#/components/schemas/property_CrmCompany_tags"
},
"telephones": {
"$ref": "#/components/schemas/property_CrmCompany_telephones"
},
"timezone": {
"type": "string"
},
"updated_at": {
"format": "date-time",
"type": "string"
},
"user_id": {
"type": "string"
},
"websites": {
"$ref": "#/components/schemas/property_CrmCompany_websites"
}
},
"type": "object"
}