diff --git a/schemas/dataTypes/VectorGraphic.schema.tpl.json b/schemas/dataTypes/VectorGraphic.schema.tpl.json new file mode 100644 index 00000000..4e71548e --- /dev/null +++ b/schemas/dataTypes/VectorGraphic.schema.tpl.json @@ -0,0 +1,12 @@ +{ + "_type": "core:VectorGraphic", + "_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]." + } + } +}