Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Define channel column for events and Delimiter field for column descriptions #1483

Merged
merged 7 commits into from
Nov 13, 2023
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
VisLab marked this conversation as resolved.
Show resolved Hide resolved
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