Skip to content

Commit 5e8d37f

Browse files
yarikopticeffigies
andauthored
[ENH] Clarify that "source datasets" do not have to be BIDS, and provide definitions for DOI and URL (#2203)
* Clarify that "source datasets" do not have to be BIDS * Replace ad-hoc wording for URL and DOI with generic definitions Co-authored-by: Chris Markiewicz <[email protected]> --------- Co-authored-by: Chris Markiewicz <[email protected]>
1 parent fe06222 commit 5e8d37f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/schema/objects/metadata.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ DOI:
901901
name: DOI
902902
display_name: DOI
903903
description: |
904-
Used to specify the locations of all source datasets.
904+
A Digital Object Identifier (DOI) is a persistent, resolvable name for a digital resource.
905905
(see [URI](SPEC_ROOT/common-principles.md#uniform-resource-indicator))
906906
type: string
907907
DoseCalibrationFactor:
@@ -3543,7 +3543,7 @@ SourceDatasets:
35433543
name: SourceDatasets
35443544
display_name: Source Datasets
35453545
description: |
3546-
Used to specify the locations and relevant attributes of all source datasets.
3546+
Used to specify the locations and relevant attributes of all source datasets (BIDS or not).
35473547
Valid keys in each object include `"URL"`, `"DOI"` (see
35483548
[URI](SPEC_ROOT/common-principles.md#uniform-resource-indicator)), and
35493549
`"Version"` with
@@ -3985,7 +3985,8 @@ URL:
39853985
name: URL
39863986
display_name: URL
39873987
description: |
3988-
Used to specify the locations of all source datasets.
3988+
A Uniform Resource Locator (URL) is a structured reference to an object that
3989+
includes a resource transfer scheme and a location.
39893990
(see [URI](SPEC_ROOT/common-principles.md#uniform-resource-indicator))
39903991
type: string
39913992
format: uri

0 commit comments

Comments
 (0)