Skip to content

Commit ab0e6a9

Browse files
effigiessappelhoff
authored andcommitted
ENH: Define a Delimiter field for column descriptions
1 parent a3e3d25 commit ab0e6a9

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

src/common-principles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ and a guide for using macros can be found at
483483
),
484484
"Levels": "RECOMMENDED",
485485
"Units": "RECOMMENDED",
486+
"Delimiter": "OPTIONAL",
486487
"TermURL": "RECOMMENDED",
487488
"HED": "OPTIONAL",
488489
}

src/schema/objects/columns.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ channel:
5656
If multiple channels are specified, separate with commas (`,`) or a
5757
delimiter specified in the `"Delimiter"` field describing the `channel`
5858
column.
59+
type: string
5960
color:
6061
name: color
6162
display_name: Color label

src/schema/objects/metadata.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,13 @@ DelayTime:
570570
This field is mutually exclusive with `"VolumeTiming"`.
571571
type: number
572572
unit: s
573+
Delimiter:
574+
name: Delimiter
575+
display_name: Delimiter
576+
description: |
577+
If a column may be interpreted as a list of values, the character that
578+
separates one value from the next.
579+
type: string
573580
Density:
574581
name: Density
575582
display_name: Density

0 commit comments

Comments
 (0)