Skip to content

Commit 4ab7e37

Browse files
authored
Merge pull request #589 from Alixbonard/dataType-neuroimaging
Remove capturedWith property in gridImage, gridVolume and related schemas
2 parents 31e1f85 + ba19d56 commit 4ab7e37

File tree

5 files changed

+0
-30
lines changed

5 files changed

+0
-30
lines changed

schemas/data/gridImage.schema.tpl.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
"_instruction": "Enter any additional remarks concerning this grid image.",
1212
"type": "string"
1313
},
14-
"capturedWith": {
15-
"_instruction": "Add the device used to capture this grid image.",
16-
"_linkedCategories": [
17-
"deviceUsage"
18-
]
19-
},
2014
"coordinateFramework": {
2115
"_instruction": "Add the coordinate space in which this grid image exists.",
2216
"_linkedTypes": [

schemas/data/gridImageSequence.shema.tpl.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
"_instruction": "Enter any additional remarks concerning this grid image sequence.",
1313
"type": "string"
1414
},
15-
"capturedWith": {
16-
"_instruction": "Add the device used to capture this grid image sequence.",
17-
"_linkedCategories": [
18-
"deviceUsage"
19-
]
20-
},
2115
"coordinateFramework": {
2216
"_instruction": "Add the coordinate space in which this grid image sequence exists.",
2317
"_linkedTypes": [

schemas/data/gridImageStack.schema.tpl.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
"_instruction": "Enter any additional remarks concerning this grid image stack.",
1313
"type": "string"
1414
},
15-
"capturedWith": {
16-
"_instruction": "Add the device used to capture this grid image stack.",
17-
"_linkedCategories": [
18-
"deviceUsage"
19-
]
20-
},
2115
"coordinateFramework": {
2216
"_instruction": "Add the coordinate space in which this grid image stack exists.",
2317
"_linkedTypes": [

schemas/data/gridVolume.schema.tpl.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
"_instruction": "Enter any additional remarks concerning this grid volume.",
1212
"type": "string"
1313
},
14-
"capturedWith": {
15-
"_instruction": "Add the device used to capture this grid volume.",
16-
"_linkedCategories": [
17-
"deviceUsage"
18-
]
19-
},
2014
"coordinateFramework": {
2115
"_instruction": "Add the coordinate space in which this grid volume exists.",
2216
"_linkedTypes": [

schemas/data/gridVolumeSequence.schema.tpl.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
"_instruction": "Enter any additional remarks concerning this grid volume sequence.",
1313
"type": "string"
1414
},
15-
"capturedWith": {
16-
"_instruction": "Add the device used to capture this grid volume sequence.",
17-
"_linkedCategories": [
18-
"deviceUsage"
19-
]
20-
},
2115
"coordinateFramework": {
2216
"_instruction": "Add the coordinate space in which this grid volume sequence exists.",
2317
"_linkedTypes": [

0 commit comments

Comments
 (0)