Skip to content

Commit 484b85d

Browse files
author
openMINDS pipeline
committed
build triggered by submodule openMetadataInitiative/openMINDS_neuroimaging version v1
1 parent 49fec7e commit 484b85d

5 files changed

Lines changed: 30 additions & 2 deletions

File tree

schemas/latest/neuroimaging/device/MRIScannerUsage.schema.omi.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@
3838
"namePlural": "accelerationFactors",
3939
"type": "integer"
4040
},
41+
"https://openminds.om-i.org/props/device": {
42+
"_instruction": "Add the MRI Scanner used.",
43+
"_linkedTypes": [
44+
"https://openminds.om-i.org/types/MRIScanner"
45+
],
46+
"description": "Piece of equipment or mechanism (hardware) designed to serve a special purpose or perform a special function.",
47+
"label": "Device",
48+
"labelPlural": "Devices",
49+
"name": "device",
50+
"nameForReverseLink": null,
51+
"namePlural": "devices"
52+
},
4153
"https://openminds.om-i.org/props/diffusionEncodingParameters": {
4254
"_instruction": "Add two diffusion encoding files: a b-value file specifying the diffusion weighting for each acquired volume and a b-vector file specifying the corresponding three-dimensional diffusion gradient directions. Ensure that both files are correctly ordered, that b-vectors are normalized, and that they are aligned with the image volumes.",
4355
"_linkedTypes": [
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
{
2-
"title": "Release Notes latest"
2+
"title": "Release Notes latest",
3+
"changes": [
4+
{
5+
"file": "neuroimaging/device/MRIScannerUsage.schema.omi.json",
6+
"addedAttributes": [
7+
"properties.props:device"
8+
],
9+
"schemaType": "MRIScannerUsage"
10+
}
11+
]
312
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
Release Notes latest:
2+
3+
Changes in neuroimaging/device/MRIScannerUsage.schema.omi.json:
4+
- Field 'properties.props:device' added.

vocab/properties.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8113,6 +8113,7 @@
81138113
"https://openminds.om-i.org/types/ElectrodeUsage",
81148114
"https://openminds.om-i.org/types/MRICoil",
81158115
"https://openminds.om-i.org/types/MRICoilUsage",
8116+
"https://openminds.om-i.org/types/MRIScanner",
81168117
"https://openminds.om-i.org/types/MRIScannerUsage",
81178118
"https://openminds.om-i.org/types/Pipette",
81188119
"https://openminds.om-i.org/types/PipetteUsage",
@@ -8194,6 +8195,7 @@
81948195
"https://openminds.om-i.org/types/ElectrodePlacement",
81958196
"https://openminds.om-i.org/types/ElectrodeUsage",
81968197
"https://openminds.om-i.org/types/MRICoilUsage",
8198+
"https://openminds.om-i.org/types/MRIScannerUsage",
81978199
"https://openminds.om-i.org/types/PipetteUsage",
81988200
"https://openminds.om-i.org/types/RecordingActivity",
81998201
"https://openminds.om-i.org/types/SlicingDeviceUsage",

vocab/types.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7652,8 +7652,10 @@
76527652
],
76537653
"identical": [
76547654
[
7655-
"latest",
76567655
"v5.0"
7656+
],
7657+
[
7658+
"latest"
76577659
]
76587660
],
76597661
"isPartOfVersion": [

0 commit comments

Comments
 (0)