inheritance principle fails on physio.json #1632
Labels
bug
inheritance
issues related to the inheritance principle
json-schema
All issues that involve work with the JSON-schema files
legacy
I have a dataset that includes physio (respiratory) data and eeg data. Per the inheritance principle I put all of the physio.json values that don’t change across subjects/sessions into a physio.json file that is a sibling to the subject directories, and put subject-/session-/task-specific *physio.json files that include the required StartTime parameter (which does vary by subject/session) into the subject/session directories. The validator complains that the top-level physio.json file is missing the required StartTime parameter.
This happened using bids-validator 1.10, both from the bids-validator npm package and https://bids-standard.github.io/bids-validator/ .
Here's the relevant portion of the log output:
The text was updated successfully, but these errors were encountered: