We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f3968 commit fd17355Copy full SHA for fd17355
schemas/data/volumeSequence.schema.tpl.json
@@ -0,0 +1,20 @@
1
+{
2
+ "_extends": "3DRepresentation.schema.tpl.json",
3
+ "_type": "core:VolumeSequence",
4
+ "required": [
5
+ "frequency"
6
+ ],
7
+ "properties": {
8
+ "numberOfVolumes": {
9
+ "_instruction": "Enter the total number of volumes in this volume sequence (at least two).",
10
+ "minimum": 2,
11
+ "type": "integer"
12
+ },
13
+ "frequency": {
14
+ "_embeddedTypes": [
15
+ "core:QuantitativeValue"
16
17
+ "_instruction": "Enter the temporal resolution of this sequence."
18
+ }
19
20
+}
0 commit comments