{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CrmLead", "title": "CrmLead", "properties": { "address": { "$ref": "#/components/schemas/property_CrmLead_address" }, "company_id": { "type": "string" }, "company_name": { "type": "string" }, "contact_id": { "type": "string" }, "created_at": { "format": "date-time", "type": "string" }, "creator_user_id": { "type": "string" }, "emails": { "$ref": "#/components/schemas/property_CrmLead_emails" }, "first_name": { "type": "string" }, "id": { "type": "string" }, "is_active": { "type": "boolean" }, "last_name": { "type": "string" }, "link_urls": { "$ref": "#/components/schemas/property_CrmLead_link_urls" }, "metadata": { "$ref": "#/components/schemas/property_CrmLead_metadata" }, "name": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "source": { "type": "string" }, "status": { "type": "string" }, "telephones": { "$ref": "#/components/schemas/property_CrmLead_telephones" }, "updated_at": { "format": "date-time", "type": "string" }, "user_id": { "type": "string" } }, "type": "object" }