Skip to content

Commit 1fe9002

Browse files
committed
fix: Remove anyOfs with only one entry
1 parent c103218 commit 1fe9002

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/schema/objects/columns.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ detector_type:
104104
display_name: Detector Type
105105
description: |
106106
The type of detector. Only to be used if the field `DetectorType` in `*_nirs.json` is set to `mixed`.
107-
anyOf:
108-
- type: string
107+
type: string
109108
derived_from:
110109
name: derived_from
111110
display_name: Derived from
@@ -544,8 +543,7 @@ source__optodes:
544543
display_name: Source type
545544
description: |
546545
The type of source. Only to be used if the field `SourceType` in `*_nirs.json` is set to `mixed`.
547-
anyOf:
548-
- type: string
546+
type: string
549547
species:
550548
name: species
551549
display_name: Species

0 commit comments

Comments
 (0)