From 781f4c8372782603c142c140fef735744bce8bca Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:40:52 +0100 Subject: [PATCH] Update vectorBasedImage.schema.tpl.json --- schemas/dataTypes/vectorBasedImage.schema.tpl.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/schemas/dataTypes/vectorBasedImage.schema.tpl.json b/schemas/dataTypes/vectorBasedImage.schema.tpl.json index 35bbdc09..4042b009 100644 --- a/schemas/dataTypes/vectorBasedImage.schema.tpl.json +++ b/schemas/dataTypes/vectorBasedImage.schema.tpl.json @@ -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.",