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 committed May 2, 2023
1 parent 567a662 commit 912c0ed
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -466,6 +466,7 @@ and a guide for using macros can be found at
),
"Levels": "RECOMMENDED",
"Units": "RECOMMENDED",
"Delimiter": "OPTIONAL",
"TermURL": "RECOMMENDED",
"HED": "OPTIONAL",
}
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 @@ -574,6 +574,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 912c0ed

Please sign in to comment.