Skip to content

Commit 1162a5b

Browse files
committed
Remove Maximum/Minimum for non-numeric columns
1 parent 6b40929 commit 1162a5b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/schema/objects/metadata.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2191,9 +2191,7 @@ Maximum:
21912191
display_name: Maximum value
21922192
description: |
21932193
Maximum value a column entry is permitted to have.
2194-
anyOf:
2195-
- type: number
2196-
- type: string
2194+
type: number
21972195
MeasurementToolMetadata:
21982196
name: MeasurementToolMetadata
21992197
display_name: Measurement Tool Metadata
@@ -2237,9 +2235,7 @@ Minimum:
22372235
display_name: Minimum value
22382236
description: |
22392237
Minimum value a column entry is permitted to have.
2240-
anyOf:
2241-
- type: number
2242-
- type: string
2238+
type: number
22432239
MiscChannelCount:
22442240
name: MiscChannelCount
22452241
display_name: Misc Channel Count

0 commit comments

Comments
 (0)