Skip to content

Commit

Permalink
Update imageStack.schema.tpl.json
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrikeS91 authored Dec 3, 2024
1 parent 4d30145 commit 5d73578
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions schemas/dataTypes/imageStack.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@
]
},
"dimension": {
"type": "integer",
"maximum": 3,
"minimum": 3,
"_instruction": "Enter the dimensions of this raster graphic as [x, y, z]."
"type": "array",
"maxItems": 3,
"minItems": 3,
"_instruction": "Enter the dimensions of this raster graphic as [x, y, z].",
"_embeddedTypes": [
"core:QuantitativeValue"
]
},
"imageSpacing": {
"_instruction": "Enter the distance between the images along a shared axis with negative values indicating an overlap of images.",
Expand Down

0 comments on commit 5d73578

Please sign in to comment.