Open
Description
Currently there are two BIDS validator "builds":
- the "legacy" validator, implemented mainly with custom Java Script
- the "schema" validator, based on the BIDS schema
We use the legacy validator, but the schema validator will sooner (!) or later replace the legacy validator.
The schema validator will also be more accurate in covering the BIDS specification and might raise errors where the currently used legacy validator remained silent.
We should prepare for a switch, and the potential fixes at mne-bids that this may involve ... or at least be aware of it.