Skip to content

Commit

Permalink
Update rasterBasedImage.schema.tpl.json
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrikeS91 authored Dec 3, 2024
1 parent 5d73578 commit bfb03de
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions schemas/dataTypes/rasterBasedImage.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@
]
},
"dimension": {
"type": "integer",
"maximum": 3,
"minimum": 2,
"_instruction": "Enter the dimensions of this raster-based image for two-dimensional spaces as [x, y] or for three-dimensional space as [x, y, z]."
"type": "array",
"maxItems": 3,
"minItems": 2,
"_instruction": "Enter the dimensions of this raster-based image for two-dimensional spaces as [x, y] or for three-dimensional space as [x, y, z].",
"_embeddedTypes": [
"core:QuantitativeValue"
]
},
"resolution": {
"type": "array",
Expand Down

0 comments on commit bfb03de

Please sign in to comment.