Skip to content

Commit

Permalink
ENH: Define a Delimiter field for column descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored and sappelhoff committed Oct 26, 2023
1 parent a3e3d25 commit ab0e6a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/common-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ and a guide for using macros can be found at
),
"Levels": "RECOMMENDED",
"Units": "RECOMMENDED",
"Delimiter": "OPTIONAL",
"TermURL": "RECOMMENDED",
"HED": "OPTIONAL",
}
Expand Down
1 change: 1 addition & 0 deletions src/schema/objects/columns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ channel:
If multiple channels are specified, separate with commas (`,`) or a
delimiter specified in the `"Delimiter"` field describing the `channel`
column.
type: string
color:
name: color
display_name: Color label
Expand Down
7 changes: 7 additions & 0 deletions src/schema/objects/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,13 @@ DelayTime:
This field is mutually exclusive with `"VolumeTiming"`.
type: number
unit: s
Delimiter:
name: Delimiter
display_name: Delimiter
description: |
If a column may be interpreted as a list of values, the character that
separates one value from the next.
type: string
Density:
name: Density
display_name: Density
Expand Down

0 comments on commit ab0e6a9

Please sign in to comment.