Skip to content

Commit a5a13e6

Browse files
Fix stimuli catalog files to use stem pattern
1 parent 83f620d commit a5a13e6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/schema/rules/files/raw/stimuli.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
stimuli_table:
44
level: recommended
55
path: stimuli
6-
suffixes:
7-
- stimuli
6+
stem: stimuli
87
extensions:
98
- .json
109
- .tsv
@@ -15,8 +14,7 @@ stimuli_table:
1514
annotations_table:
1615
level: recommended
1716
path: stimuli
18-
suffixes:
19-
- annotations
17+
stem: annotations
2018
extensions:
2119
- .json
2220
- .tsv

0 commit comments

Comments
 (0)