Skip to content

Commit

Permalink
Apply suggestions from code review by @tsalo
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Appelhoff <[email protected]>
Co-authored-by: Taylor Salo <[email protected]>
  • Loading branch information
3 people committed Oct 28, 2021
1 parent 2a638c6 commit cdacd3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/03-modality-agnostic-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Every dataset MUST include this file with the following fields:
}
) }}

Each object in the `GeneratedBy` list includes the following REQUIRED, RECOMMENDED
Each object in the `GeneratedBy` array includes the following REQUIRED, RECOMMENDED
and OPTIONAL keys:

| **Key name** | **Requirement level** | **Data type** | **Description** |
Expand Down Expand Up @@ -96,7 +96,7 @@ As for any BIDS dataset, a `dataset_description.json` file MUST be found at the
top level of every derived dataset:
`<dataset>/derivatives/<pipeline_name>/dataset_description.json`.

In contrast to raw BIDS datasets, derived BIDS datasets MUST include
In contrast to raw BIDS datasets, derived BIDS datasets MUST include a
`GeneratedBy` key:

{{ MACROS___make_metadata_table(
Expand Down
1 change: 0 additions & 1 deletion src/schema/objects/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,6 @@ GeneratedBy:
name: GeneratedBy
description: |
Used to specify provenance of the dataset.
See table below for contents of each object.
type: array
minItems: 1
items:
Expand Down

0 comments on commit cdacd3b

Please sign in to comment.