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.",