bids-validator icon indicating copy to clipboard operation
bids-validator copied to clipboard

Allow sidecar extensions to bypass required entities check.

Open rwblair opened this issue 5 months ago • 0 comments
trafficstars

The schema says some sidecar files require entities, but the inheritance principle has historically allowed for dropping entities as necessary to allow matching more data files.:

This PR breaks convention channels.tsv space entity requirement and events.tsv task entity requirement. Are all tsv files metadata?

It also allows for json files to drop subject entities even if they are in a subject directory.

rwblair avatar Jun 05 '25 21:06 rwblair