Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions src/schema/objects/columns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ channel:
display_name: Channel
description: |
Channel(s) associated with an event.
If multiple channels are specified, separate with commas (`,`) or a
delimiter specified in the `"Delimiter"` field describing the `channel`
column.
If multiple channels are specified, they MUST be separated by a delimiter
specified in the `"Delimiter"` field describing the `channel` column.
For example, channels separated with a comma (`,`) require the `events.json`
file to contain `"channel": {"Delimiter": ","}`.
In the absence of a delimiter, tools MUST interpret any character as being part
of a channel name.
type: string
color:
name: color
Expand Down