File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ The primary way it does this is by interpreting the [BIDS Schema][schema-descrip
1313
1414The general categories of rules include:
1515
16- - Filename rules: These rules indicate valid combinations of [ entities] [ ] , [ suffixes] [ ]
17- [ datatypes] [ ] and [ extensions] [ ] . Every file in a dataset must match a filename rule.
16+ - Filename rules: These rules indicate valid combinations of [ entities] [ ] , [ suffixes] [ definitions ]
17+ [ datatypes] [ definitions ] and [ extensions] [ definitions ] .
18+ Every file in a dataset must match a filename rule.
1819- Sidecar and JSON rules: These rules indicate whether fields are REQUIRED, RECOMMENDED
1920 or OPTIONAL in a JSON file.
2021 REQUIRED fields produce errors on absence, while RECOMMENDED fields produce warnings on absence.
@@ -105,3 +106,5 @@ or `n/a` (which is permitted in all columns, according to the BIDS Standard).
105106
106107[ new-issue ] : https://github.com/bids-standard/bids-validator/issues/new
107108[ schema-description ] : https://bidsschematools.readthedocs.io/en/latest/description.html
109+ [ entities ] : https://bids-specification.readthedocs.io/en/stable/common-principles.html#entities
110+ [ definitions ] : https://bids-specification.readthedocs.io/en/stable/common-principles.html#definitions
You can’t perform that action at this time.
0 commit comments