{ "$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" }