{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_MessagingEvent_message", "title": "property_MessagingEvent_message", "properties": { "attachments": { "$ref": "#/components/schemas/property_MessagingEvent_message_attachments" }, "author_member": { "$ref": "#/components/schemas/property_MessagingEvent_message_author_member" }, "buttons": { "$ref": "#/components/schemas/property_MessagingEvent_message_buttons" }, "channel_id": { "type": "string" }, "channel_ids": { "$ref": "#/components/schemas/property_MessagingEvent_message_channel_ids" }, "channels": { "$ref": "#/components/schemas/property_MessagingEvent_message_channels" }, "created_at": { "format": "date-time", "type": "string" }, "destination_members": { "$ref": "#/components/schemas/property_MessagingEvent_message_destination_members" }, "has_children": { "type": "boolean" }, "hidden_members": { "$ref": "#/components/schemas/property_MessagingEvent_message_hidden_members" }, "id": { "type": "string" }, "is_unread": { "type": "boolean" }, "mentioned_members": { "$ref": "#/components/schemas/property_MessagingEvent_message_mentioned_members" }, "message": { "type": "string" }, "message_html": { "type": "string" }, "message_markdown": { "type": "string" }, "message_thread_identifier": { "type": "string" }, "parent_id": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "reactions": { "$ref": "#/components/schemas/property_MessagingEvent_message_reactions" }, "reference": { "type": "string" }, "root_message_id": { "type": "string" }, "subject": { "type": "string" }, "updated_at": { "format": "date-time", "type": "string" }, "web_url": { "type": "string" } }, "type": "object" }