Skip to main content

Module dataset_description

Module dataset_description 

Source
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ยง

DatasetDescription
Contents of a BIDS dataset_description.json file.
GeneratedBy
Information about a pipeline that generated a derivative dataset.
PipelineDescription
Legacy pipeline description (deprecated).