Skip to content

Commit 20d1230

Browse files
authored
Merge branch 'bids-standard:master' into master
2 parents 332fd0b + 1c539c0 commit 20d1230

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/publish_schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
filter: "blob:none"
35-
- uses: actions/setup-python@v5
35+
- uses: actions/setup-python@v6
3636
with:
3737
python-version: 3
3838
- run: env

.github/workflows/schemacode_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- uses: actions/checkout@v5
135135

136136
- name: Set Up Python environment
137-
uses: actions/setup-python@v5
137+
uses: actions/setup-python@v6
138138
with:
139139
python-version: "3.11"
140140

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v5
27-
- uses: actions/setup-node@v4
27+
- uses: actions/setup-node@v5
2828
with:
2929
node-version: 22
3030
- name: Install dependencies

src/schema/objects/metadata.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ DOI:
912912
name: DOI
913913
display_name: DOI
914914
description: |
915-
Used to specify the locations of all source datasets.
915+
A Digital Object Identifier (DOI) is a persistent, resolvable name for a digital resource.
916916
(see [URI](SPEC_ROOT/common-principles.md#uniform-resource-indicator))
917917
type: string
918918
DoseCalibrationFactor:
@@ -3554,7 +3554,7 @@ SourceDatasets:
35543554
name: SourceDatasets
35553555
display_name: Source Datasets
35563556
description: |
3557-
Used to specify the locations and relevant attributes of all source datasets.
3557+
Used to specify the locations and relevant attributes of all source datasets (BIDS or not).
35583558
Valid keys in each object include `"URL"`, `"DOI"` (see
35593559
[URI](SPEC_ROOT/common-principles.md#uniform-resource-indicator)), and
35603560
`"Version"` with
@@ -3996,7 +3996,8 @@ URL:
39963996
name: URL
39973997
display_name: URL
39983998
description: |
3999-
Used to specify the locations of all source datasets.
3999+
A Uniform Resource Locator (URL) is a structured reference to an object that
4000+
includes a resource transfer scheme and a location.
40004001
(see [URI](SPEC_ROOT/common-principles.md#uniform-resource-indicator))
40014002
type: string
40024003
format: uri

0 commit comments

Comments
 (0)