{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_CrmEvent_email", "title": "property_CrmEvent_email", "description": "The email object, when type = email", "properties": { "attachment_file_ids": { "$ref": "#/components/schemas/property_CrmEvent_email_attachment_file_ids" }, "body": { "type": "string" }, "cc": { "$ref": "#/components/schemas/property_CrmEvent_email_cc" }, "from": { "type": "string" }, "subject": { "type": "string" }, "to": { "$ref": "#/components/schemas/property_CrmEvent_email_to" } }, "type": "object" }