We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567a662 commit 912c0edCopy full SHA for 912c0ed
src/common-principles.md
@@ -466,6 +466,7 @@ and a guide for using macros can be found at
466
),
467
"Levels": "RECOMMENDED",
468
"Units": "RECOMMENDED",
469
+ "Delimiter": "OPTIONAL",
470
"TermURL": "RECOMMENDED",
471
"HED": "OPTIONAL",
472
}
src/schema/objects/metadata.yaml
@@ -574,6 +574,13 @@ DelayTime:
574
This field is mutually exclusive with `"VolumeTiming"`.
575
type: number
576
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
584
Density:
585
name: Density
586
display_name: Density
0 commit comments