From cf1dcc547a714d099421191e32934c76f486b38f Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:39:33 +0100 Subject: [PATCH] Update rasterGraphic.schema.tpl.json --- schemas/dataTypes/rasterGraphic.schema.tpl.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/schemas/dataTypes/rasterGraphic.schema.tpl.json b/schemas/dataTypes/rasterGraphic.schema.tpl.json index 9c58b4c5..25d52249 100644 --- a/schemas/dataTypes/rasterGraphic.schema.tpl.json +++ b/schemas/dataTypes/rasterGraphic.schema.tpl.json @@ -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",