Skip to content

Commit 251f440

Browse files
tsaloeffigiesRemi-Gau
authored
[SCHEMA] Consolidate schema files by term type (bids-standard#883)
* Reorganize schema. * Fix formatting issues. * Start documenting new structure in README. Still need to document the rules files. * Fix every indent ever. * Fix MD spacing. * Update README.md * Update README.md * Document the rules files. * Clean up the datatypes rules files. * Get schemacode working with new structure. * It turns out the extra indents are not strictly YAML compliant. * "date" should be a format, not a pattern. See https://github.com/bids-standard/bids-specification/pull/885/files#r715815807. * Apply suggestions from code review The datatype descriptions. Co-authored-by: Chris Markiewicz <effigies@gmail.com> * Apply suggestions from code review Make utility functions public. Co-authored-by: Chris Markiewicz <effigies@gmail.com> * Apply suggestions from code review Thanks @Remi-Gau! Co-authored-by: Remi Gau <remi_gau@hotmail.com> * Explain entity "types" a bit better. * Try fixing the markdown style issues. * Update README.md * Update README.md * Update README.md Co-authored-by: Chris Markiewicz <effigies@gmail.com> Co-authored-by: Remi Gau <remi_gau@hotmail.com>
1 parent 78da1c8 commit 251f440

410 files changed

Lines changed: 4512 additions & 4001 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.yamllint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ extends: default
33
rules:
44
line-length:
55
max: 120
6+
indentation:
7+
# See https://github.com/yaml/pyyaml/issues/545 for why
8+
indent-sequences: false

src/schema/README.md

Lines changed: 375 additions & 125 deletions
Large diffs are not rendered by default.

src/schema/associated_data.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/schema/metadata/Acknowledgements.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/schema/metadata/AcquisitionDuration.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/schema/metadata/AcquisitionMode.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/schema/metadata/AcquisitionVoxelSize.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/schema/metadata/Anaesthesia.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/schema/metadata/AnalyticalApproach.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/schema/metadata/AnatomicalLandmarkCoordinateSystem.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)