Skip to content

Commit 9225f0b

Browse files
Fix stimuli directory schema validation
- Change stimuli directory from opaque: true to opaque: false - Enables proper schema validation of /stimuli directory contents - Follows phenotype pattern for root-level directory validation - Required for validator compatibility with stimuli files
1 parent 088240f commit 9225f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/schema/rules/directories.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ raw:
8383
stimuli:
8484
name: stimuli
8585
level: optional
86-
opaque: true
86+
opaque: false
8787
subject:
8888
entity: subject
8989
level: required
@@ -141,7 +141,7 @@ derivative:
141141
stimuli:
142142
name: stimuli
143143
level: optional
144-
opaque: true
144+
opaque: false
145145
subject:
146146
entity: subject
147147
level: optional

0 commit comments

Comments
 (0)