Skip to content

Commit

Permalink
Update vectorGraphic.schema.tpl.json
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrikeS91 authored Dec 3, 2024
1 parent 781f4c8 commit 93b1f13
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions schemas/dataTypes/vectorGraphic.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
"_extends": "dataTypes/vectorBasedImage.schema.tpl.json",
"properties": {
"dimension": {
"type": "integer",
"maximum": 2,
"minimum": 2,
"_instruction": "Enter the dimensions of this vector-based image as [x, y]."
"type": "array",
"maxItems": 2,
"minItems": 2,
"_instruction": "Enter the dimensions of this vector-based image as [x, y].",
"_embeddedTypes": [
"core:QuantitativeValue"
]
}
}
}

0 comments on commit 93b1f13

Please sign in to comment.