Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/bids-matlab
Submodule bids-matlab updated 78 files
+109 −124 +bids/Schema.m
+10 −0 .github/dependabot.yml
+1 −1 .github/workflows/cancel.yml
+4 −5 .github/workflows/miss_hit_code_quality.yml
+4 −5 .github/workflows/miss_hit_code_style.yml
+12 −5 .github/workflows/run_tests_matlab.yml
+11 −4 .github/workflows/run_tests_octave.yml
+10 −20 .github/workflows/update_schema.yml
+1 −0 .pre-commit-config.yaml
+1 −5 Makefile
+1 −1 requirements.txt
+1 −0 schema.json
+0 −7 schema/README.md
+0 −322 schema/meta/context.json
+0 −18 schema/objects/associated_data.json
+0 −649 schema/objects/columns.json
+0 −57 schema/objects/datatypes.json
+0 −210 schema/objects/entities.json
+0 −207 schema/objects/extensions.json
+0 −87 schema/objects/formats.json
+0 −3,121 schema/objects/metadata.json
+0 −30 schema/objects/modalities.json
+0 −538 schema/objects/suffixes.json
+0 −37 schema/objects/top_level_files.json
+0 −14 schema/rules/associated_data.json
+0 −219 schema/rules/checks/asl.json
+0 −60 schema/rules/checks/dwi.json
+0 −16 schema/rules/checks/events.json
+0 −28 schema/rules/checks/fmap.json
+0 −15 schema/rules/checks/func.json
+0 −24 schema/rules/common_derivatives_validation.json
+0 −76 schema/rules/dataset_metadata.json
+0 −239 schema/rules/datatypes/anat.json
+0 −43 schema/rules/datatypes/beh.json
+0 −474 schema/rules/datatypes/derivatives/common_derivatives.json
+0 −268 schema/rules/datatypes/derivatives/common_imaging_derivatives.json
+0 −71 schema/rules/datatypes/dwi.json
+0 −139 schema/rules/datatypes/eeg.json
+0 −173 schema/rules/datatypes/fmap.json
+0 −99 schema/rules/datatypes/func.json
+0 −137 schema/rules/datatypes/ieeg.json
+0 −209 schema/rules/datatypes/meg.json
+0 −63 schema/rules/datatypes/micr.json
+0 −84 schema/rules/datatypes/perf.json
+0 −86 schema/rules/datatypes/pet.json
+0 −30 schema/rules/entities.json
+0 −41 schema/rules/modalities.json
+0 −33 schema/rules/sidecars/anat.json
+0 −277 schema/rules/sidecars/asl.json
+0 −17 schema/rules/sidecars/beh.json
+0 −23 schema/rules/sidecars/continuous.json
+0 −104 schema/rules/sidecars/derivatives/common_derivatives.json
+0 −21 schema/rules/sidecars/dwi.json
+0 −178 schema/rules/sidecars/eeg.json
+0 −97 schema/rules/sidecars/entities.json
+0 −88 schema/rules/sidecars/fmap.json
+0 −110 schema/rules/sidecars/func.json
+0 −138 schema/rules/sidecars/ieeg.json
+0 −264 schema/rules/sidecars/meg.json
+0 −78 schema/rules/sidecars/micr.json
+0 −274 schema/rules/sidecars/mri.json
+0 −261 schema/rules/sidecars/pet.json
+0 −15 schema/rules/tabular_data/derivatives/common_derivatives.json
+0 −51 schema/rules/tabular_data/eeg.json
+0 −57 schema/rules/tabular_data/ieeg.json
+0 −28 schema/rules/tabular_data/meg.json
+0 −12 schema/rules/tabular_data/perf.json
+0 −64 schema/rules/tabular_data/pet.json
+0 −13 schema/rules/tabular_data/physio.json
+0 −19 schema/rules/tabular_data/task.json
+0 −27 schema/rules/tabular_metadata.json
+0 −49 schema/rules/top_level_files.json
+0 −3 tests/schema/base.json
+0 −3 tests/schema/subfolder_1/sub.json
+0 −0 tests/schema/subfolder_2/sub.txt
+0 −3 tests/schema/subfolder_2/subfolder_3/sub.json
+0 −0 tests/schema/subfolder_4/sub.txt
+0 −28 tests/test_bids_schema.m