Skip to content

Commit 967279e

Browse files
philippfrommevsgoulart
authored andcommitted
feat(schema): support version tag
Related to camunda/camunda-modeler#4463
1 parent f0b8461 commit 967279e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/form-json-schema/src/index.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
"description": "The target execution platform version of a form",
3838
"type": "string"
3939
},
40+
"versionTag": {
41+
"$id": "#/versionTag",
42+
"description": "The version tag of a form",
43+
"type": "string"
44+
},
4045
"exporter": {
4146
"$id": "#/exporter",
4247
"$ref": "src/defs/exporter.json"

0 commit comments

Comments
 (0)