Skip to content

Commit

Permalink
Create VectorGraphic.schema.tpl.json
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrikeS91 authored Dec 3, 2024
1 parent 0ce01ff commit 9b340f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions schemas/dataTypes/VectorGraphic.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -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]."
}
}
}

0 comments on commit 9b340f2

Please sign in to comment.