Expand description
Typed representation of dataset_description.json.
Every BIDS dataset root contains a dataset_description.json file with
mandatory fields (Name, BIDSVersion) and optional fields (authors,
license, funding, etc.). Derivative datasets additionally declare
GeneratedBy (or the deprecated PipelineDescription).
Structsยง
- Dataset
Description - Contents of a BIDS
dataset_description.jsonfile. - Generated
By - Information about a pipeline that generated a derivative dataset.
- Pipeline
Description - Legacy pipeline description (deprecated).