Skip to content

Commit 790c0fb

Browse files
rwblaireffigies
andauthored
[SCHEMA] Allow physio files for anat datatype (#1961)
* add anat to datatypes field for timeseries no task in schema/rules/files/raw/task * Update src/schema/rules/files/raw/task.yaml Co-authored-by: Chris Markiewicz <[email protected]> * Update src/schema/rules/files/raw/task.yaml Co-authored-by: Chris Markiewicz <[email protected]> * Update src/schema/rules/files/raw/task.yaml Co-authored-by: Chris Markiewicz <[email protected]> * Update src/schema/rules/files/raw/task.yaml --------- Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 7ddb7be commit 790c0fb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,18 @@ events__mrs:
101101
nucleus: optional
102102
volume: optional
103103

104+
timeseries__anat:
105+
$ref: rules.files.raw.task.timeseries
106+
datatypes:
107+
- anat
108+
entities:
109+
$ref: rules.files.raw.task.timeseries.entities
110+
ceagent: optional
111+
reconstruction: optional
112+
echo: optional
113+
part: optional
114+
chunk: optional
115+
104116
timeseries__func:
105117
$ref: rules.files.raw.task.timeseries
106118
datatypes:

0 commit comments

Comments
 (0)