Skip to content

Commit fd17355

Browse files
author
abonard
committed
Add volumeSequence schema (introduced with the v5 neuroimaging extension)
1 parent b9f3968 commit fd17355

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)