From 912c0ede2bceb5b92fb83c3bbfa792019ecc0f1b Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Tue, 2 May 2023 07:53:20 -0400 Subject: [PATCH] ENH: Define a Delimiter field for column descriptions --- src/common-principles.md | 1 + src/schema/objects/metadata.yaml | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/src/common-principles.md b/src/common-principles.md index 0285a3704d..6156cf0f65 100644 --- a/src/common-principles.md +++ b/src/common-principles.md @@ -466,6 +466,7 @@ and a guide for using macros can be found at ), "Levels": "RECOMMENDED", "Units": "RECOMMENDED", + "Delimiter": "OPTIONAL", "TermURL": "RECOMMENDED", "HED": "OPTIONAL", } diff --git a/src/schema/objects/metadata.yaml b/src/schema/objects/metadata.yaml index 75fede833f..e0cee9ec10 100644 --- a/src/schema/objects/metadata.yaml +++ b/src/schema/objects/metadata.yaml @@ -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