Skip to content

Commit 0d01783

Browse files
committed
add missing file rules to schema
1 parent 75a04ce commit 0d01783

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
emg:
3+
suffixes:
4+
- emg
5+
extensions:
6+
- .json
7+
- .edf
8+
- .bdf
9+
datatypes:
10+
- emg
11+
entities:
12+
subject: required
13+
session: optional
14+
task: required
15+
acquisition: optional
16+
run: optional

0 commit comments

Comments
 (0)