Inspired by
as to which folders to skip walking. Placing recursive validation of subdatasets aside, I think we should ignore all opaque folders defined in https://github.com/bids-standard/bids-specification/blob/master/src/schema/rules/directories.yaml . Then to make it schema driven to find / validate subdatasets (relates to #390) we should add explicit subdatasets_levels: [0, 1] (that could be a subdataset directly under (0) or 1st level under) or alike so we do navigate "that deep".
Inspired by
as to which folders to skip walking. Placing recursive validation of subdatasets aside, I think we should ignore all opaque folders defined in https://github.com/bids-standard/bids-specification/blob/master/src/schema/rules/directories.yaml . Then to make it schema driven to find / validate subdatasets (relates to #390) we should add explicit
subdatasets_levels: [0, 1](that could be a subdataset directly under (0) or 1st level under) or alike so we do navigate "that deep".