Skip to content

Commit d28eff0

Browse files
committed
SCHEMA: Drop from SHOULD to MAY to avoid validation implications
1 parent eff6484 commit d28eff0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/schema/objects/columns.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,8 @@ notch:
302302
display_name: Notch frequencies
303303
description: |
304304
Frequencies used for the notch filter applied to the channel, in Hz.
305-
If the low and high frequencies are supplied in addition to the center
306-
frequency, it is RECOMMENDED that they take the form `[low, center, high]`,
307-
for example `[60, 120, 180]`.
305+
If the low and high frequencies are supplied in addition to the center frequency,
306+
they MAY take the form `[low, center, high]`, for example `[60, 120, 180]`.
308307
If no notch filter applied, use `n/a`.
309308
type: string
310309
onset:

0 commit comments

Comments
 (0)