diff --git a/src/schema/rules/checks/events.yaml b/src/schema/rules/checks/events.yaml index a5fa9ac5fd..f1a165bc87 100644 --- a/src/schema/rules/checks/events.yaml +++ b/src/schema/rules/checks/events.yaml @@ -10,6 +10,7 @@ EventsMissing: level: warning # could be an error with the proper selectors, I think selectors: - dataset.dataset_description.DatasetType == "raw" + - datatype != "beh" - '"task" in entities' - '!match(entities.task, "rest")' - suffix != "events"