Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions schemas/data/gridImage.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"_type": "core:GridImage",
"required": [
"coordinateFramework",
"dataLocation",
"dimension",
"pixelSize"
Expand All @@ -13,9 +12,8 @@
},
"coordinateFramework": {
"_instruction": "Add the coordinate space in which this grid image exists.",
"_linkedTypes": [
"sands:CommonCoordinateFrameworkVersion",
"sands:CustomCoordinateFramework"
"_linkedCategories": [
"specificCoordinateFramework"
]
},
"dataLocation": {
Expand All @@ -38,6 +36,12 @@
"_instruction": "Enter a descriptive name of this grid image preferably matching the filename.",
"type": "string"
},
"obtainedWith": {
"_instruction": "Add the used device for obtaining this grid image.",
"_linkedCategories": [
"deviceUsage"
]
},
"pixelSize": {
"_embeddedTypes": [
"core:QuantitativeValue"
Expand Down
12 changes: 8 additions & 4 deletions schemas/data/gridImageSequence.shema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"_type": "core:GridImageSequence",
"required": [
"coordinateFramework",
"dataLocation",
"dimension",
"pixelSize",
Expand All @@ -14,9 +13,8 @@
},
"coordinateFramework": {
"_instruction": "Add the coordinate space in which this grid image sequence exists.",
"_linkedTypes": [
"sands:CommonCoordinateFrameworkVersion",
"sands:CustomCoordinateFramework"
"_linkedCategories": [
"specificCoordinateFramework"
]
},
"dataLocation": {
Expand Down Expand Up @@ -44,6 +42,12 @@
"minimum": 2,
"type": "integer"
},
"obtainedWith": {
"_instruction": "Add the used device for obtaining this grid image sequence.",
"_linkedCategories": [
"deviceUsage"
]
},
"pixelSize": {
"_embeddedTypes": [
"core:QuantitativeValue"
Expand Down
12 changes: 8 additions & 4 deletions schemas/data/gridImageStack.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"_type": "core:GridImageStack",
"required": [
"coordinateFramework",
"dataLocation",
"dimension",
"pixelSize",
Expand All @@ -14,9 +13,8 @@
},
"coordinateFramework": {
"_instruction": "Add the coordinate space in which this grid image stack exists.",
"_linkedTypes": [
"sands:CommonCoordinateFrameworkVersion",
"sands:CustomCoordinateFramework"
"_linkedCategories": [
"specificCoordinateFramework"
]
},
"dataLocation": {
Expand Down Expand Up @@ -44,6 +42,12 @@
"minimum": 2,
"type": "integer"
},
"obtainedWith": {
"_instruction": "Add the used device for obtaining this grid image stack.",
"_linkedCategories": [
"deviceUsage"
]
},
"pixelSize": {
"_embeddedTypes": [
"core:QuantitativeValue"
Expand Down
12 changes: 8 additions & 4 deletions schemas/data/gridVolume.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"_type": "core:GridVolume",
"required": [
"coordinateFramework",
"dataLocation",
"dimension",
"voxelSize"
Expand All @@ -13,9 +12,8 @@
},
"coordinateFramework": {
"_instruction": "Add the coordinate space in which this grid volume exists.",
"_linkedTypes": [
"sands:CommonCoordinateFrameworkVersion",
"sands:CustomCoordinateFramework"
"_linkedCategories": [
"specificCoordinateFramework"
]
},
"dataLocation": {
Expand All @@ -42,6 +40,12 @@
"_instruction": "Enter number of planes in this grid volume.",
"type": "integer"
},
"obtainedWith": {
"_instruction": "Add the used device for obtaining this grid volume.",
"_linkedCategories": [
"deviceUsage"
]
},
"voxelSize": {
"_embeddedTypes": [
"core:QuantitativeValue"
Expand Down
12 changes: 8 additions & 4 deletions schemas/data/gridVolumeSequence.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"_type": "core:GridVolumeSequence",
"required": [
"coordinateFramework",
"dataLocation",
"dimension",
"temporalSamplingFrequency",
Expand All @@ -14,9 +13,8 @@
},
"coordinateFramework": {
"_instruction": "Add the coordinate space in which this grid volume sequence exists.",
"_linkedTypes": [
"sands:CommonCoordinateFrameworkVersion",
"sands:CustomCoordinateFramework"
"_linkedCategories": [
"specificCoordinateFramework"
]
},
"dataLocation": {
Expand Down Expand Up @@ -48,6 +46,12 @@
"minimum": 2,
"type": "integer"
},
"obtainedWith": {
"_instruction": "Add the used device for obtaining this grid volume sequence.",
"_linkedCategories": [
"deviceUsage"
]
},
"temporalSamplingFrequency": {
"_embeddedTypes": [
"core:QuantitativeValue"
Expand Down
6 changes: 6 additions & 0 deletions schemas/data/measurement.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"controlledTerms:MeasuredQuantity"
]
},
"obtainedWith": {
"_instruction": "Add the used device for obtaining this measurement.",
"_linkedCategories": [
"deviceUsage"
]
},
"timestamp": {
"type": "string",
"_formats": [
Expand Down
6 changes: 6 additions & 0 deletions schemas/data/regularTimeSeries.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
"type": "string",
"_instruction": "Enter a descriptive name for this regular time series."
},
"obtainedWith": {
"_instruction": "Add the used device for obtaining this regular time series.",
"_linkedCategories": [
"deviceUsage"
]
},
"previousRegularTimeSeries": {
"_instruction": "If this regular time series is part of a sequence of regular time seriess (e.g., multiple repetitions or sweeps), add the regular time series preceding this regular time series.",
"_linkedTypes": [
Expand Down
Loading