@camunda/element-templates-json-schema 0.9.0 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/resources/schema.json +8 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/element-templates-json-schema",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "JSON Schema for (Camunda) Element Templates",
|
|
5
5
|
"files": [
|
|
6
6
|
"resources"
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"camunda"
|
|
24
24
|
],
|
|
25
25
|
"license": "MIT",
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "5579ae200a7b00b8f73dcaaa9a36d3f8f027af10"
|
|
27
27
|
}
|
package/resources/schema.json
CHANGED
|
@@ -700,6 +700,14 @@
|
|
|
700
700
|
"type": "object",
|
|
701
701
|
"description": "The BPMN type the element will be transformed into.",
|
|
702
702
|
"default": {},
|
|
703
|
+
"required": [
|
|
704
|
+
"value"
|
|
705
|
+
],
|
|
706
|
+
"errorMessage": {
|
|
707
|
+
"required": {
|
|
708
|
+
"value": "missing elementType value"
|
|
709
|
+
}
|
|
710
|
+
},
|
|
703
711
|
"properties": {
|
|
704
712
|
"value": {
|
|
705
713
|
"$id": "#/elementType/value",
|