Skip to content

Commit e8060c0

Browse files
authored
Merge pull request #2161 from AugustijnVrolijk/patch-1
[FIX][SCHEMA] make schema.rules.sidecars.anat consistent entitiy -> entities
2 parents 6547186 + 0d5bc4e commit e8060c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema/rules/sidecars/anat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ MRIAnatomyCommonMetadataFields:
1919
TaskMetadata:
2020
selectors:
2121
- datatype == "anat"
22-
- entity.task != null
22+
- entities.task != null
2323
- match(extension, "^\.nii(\.gz)?$")
2424
fields:
2525
TaskName:

0 commit comments

Comments
 (0)