Skip to content

Commit

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

0 comments on commit cf1dcc5

Please sign in to comment.