Skip to content

Commit

Permalink
Update vectorBasedImage.schema.tpl.json
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrikeS91 authored Dec 3, 2024
1 parent cf1dcc5 commit 781f4c8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions schemas/dataTypes/vectorBasedImage.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@
]
},
"dimension": {
"type": "integer",
"maximum": 3,
"minimum": 2,
"_instruction": "Enter the dimensions of this vector-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 vector-based image for two-dimensional spaces as [x, y] or for three-dimensional space as [x, y, z].",
"_embeddedTypes": [
"core:QuantitativeValue"
]
},
"software": {
"_instruction": "Add the software version that was used to create this vector-based image.",
Expand Down

0 comments on commit 781f4c8

Please sign in to comment.