Skip to content

Commit 52e80eb

Browse files
committed
ENH: Define a Delimiter field for column descriptions
1 parent 567a662 commit 52e80eb

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
@@ -466,6 +466,7 @@ and a guide for using macros can be found at
466466
),
467467
"Levels": "RECOMMENDED",
468468
"Units": "RECOMMENDED",
469+
"Delimiter": "OPTIONAL",
469470
"TermURL": "RECOMMENDED",
470471
"HED": "OPTIONAL",
471472
}

src/schema/objects/columns.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ channel:
5353
If multiple channels are specified, separate with commas (`,`) or a
5454
delimiter specified in the `"Delimiter"` field describing the `channel`
5555
column.
56+
type: string
5657
color:
5758
name: color
5859
display_name: Color label

src/schema/objects/metadata.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,13 @@ DelayTime:
574574
This field is mutually exclusive with `"VolumeTiming"`.
575575
type: number
576576
unit: s
577+
Delimiter:
578+
name: Delimiter
579+
display_name: Delimiter
580+
description: |
581+
If a column may be interpreted as a list of values, the character that
582+
separates one value from the next.
583+
type: string
577584
Density:
578585
name: Density
579586
display_name: Density

0 commit comments

Comments
 (0)