diff --git a/.gitignore b/.gitignore index e6a5d69e27..2ef07dacbc 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,9 @@ share/python-wheels/ *.egg MANIFEST +# Poetry requirements / packaging +/pyproject.toml + # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. diff --git a/src/schema/SCHEMA_VERSION b/src/schema/SCHEMA_VERSION index 1351681fa7..4259c642a3 100644 --- a/src/schema/SCHEMA_VERSION +++ b/src/schema/SCHEMA_VERSION @@ -1 +1 @@ -0.4.1-dev +0.5.0-dev diff --git a/src/schema/meta/context.yaml b/src/schema/meta/context.yaml index 4f7da046b3..3bdefaf873 100644 --- a/src/schema/meta/context.yaml +++ b/src/schema/meta/context.yaml @@ -20,6 +20,9 @@ context: type: object properties: + schema: + description: 'The BIDS specification schema' + type: object dataset: description: 'Properties and contents of the entire dataset' type: object @@ -36,6 +39,9 @@ context: ignored: description: 'Set of ignored files' type: array + datatypes: + description: 'Data types present in the dataset' + type: array modalities: description: 'Modalities present in the dataset' type: array diff --git a/src/schema/objects/entities.yaml b/src/schema/objects/entities.yaml index 5349e4b96a..4ac5909197 100644 --- a/src/schema/objects/entities.yaml +++ b/src/schema/objects/entities.yaml @@ -7,21 +7,21 @@ acquisition: name: acq display_name: Acquisition description: | - The `acq-