{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_MessagingEvent_message_channels", "title": "property_MessagingEvent_message_channels", "description": "Represents the names of all channels to which the message is sent. Identifies the channels where the message is posted.", "items": { "$ref": "#/components/schemas/MessagingReference" }, "type": "array" }