Skip to content

Commit ba1bf30

Browse files
author
abonard
committed
relocate temporalSamplingFrequency
1 parent 7cb9937 commit ba1bf30

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

schemas/data/rasterVolumeSequence.schema.tpl.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@
4444
"minItems": 3,
4545
"type": "array"
4646
},
47-
"temporalSamplingFrequency": {
48-
"_embeddedTypes": [
49-
"core:QuantitativeValue"
50-
],
51-
"_instruction": "Enter the rate at which consecutive images (frames) are captured in a sequence, preferably measured in Hertz (Hz)."
52-
},
5347
"lookupLabel": {
5448
"_instruction": "Enter a lookup label for this digital representation that may help you to find this instance more easily.",
5549
"type": "string"
@@ -63,6 +57,12 @@
6357
"_instruction": "Enter number of slices in this volume.",
6458
"type": "integer"
6559
},
60+
"temporalSamplingFrequency": {
61+
"_embeddedTypes": [
62+
"core:QuantitativeValue"
63+
],
64+
"_instruction": "Enter the rate at which consecutive images (frames) are captured in a sequence, preferably measured in Hertz (Hz)."
65+
},
6666
"voxelSize": {
6767
"_embeddedTypes": [
6868
"core:QuantitativeValue"

0 commit comments

Comments
 (0)