@camunda/zeebe-element-templates-json-schema 0.9.0 → 0.10.0
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 +15 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camunda/zeebe-element-templates-json-schema",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "JSON Schema for (Zeebe) Element Templates",
|
|
5
5
|
"files": [
|
|
6
6
|
"resources"
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"camunda"
|
|
26
26
|
],
|
|
27
27
|
"license": "MIT",
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "81b5750cc561caf13d1b291e6aa3b802dc95771a"
|
|
29
29
|
}
|
package/resources/schema.json
CHANGED
|
@@ -677,6 +677,11 @@
|
|
|
677
677
|
}
|
|
678
678
|
},
|
|
679
679
|
"description": "Sets property to a generated value according to given scheme."
|
|
680
|
+
},
|
|
681
|
+
"tooltip": {
|
|
682
|
+
"$id": "#/properties/property/tooltip",
|
|
683
|
+
"type": "string",
|
|
684
|
+
"description": "Hints for the control field."
|
|
680
685
|
}
|
|
681
686
|
}
|
|
682
687
|
}
|
|
@@ -938,6 +943,16 @@
|
|
|
938
943
|
]
|
|
939
944
|
}
|
|
940
945
|
]
|
|
946
|
+
},
|
|
947
|
+
"groups": {
|
|
948
|
+
"items": {
|
|
949
|
+
"properties": {
|
|
950
|
+
"tooltip": {
|
|
951
|
+
"$id": "#/groups/group/tooltip",
|
|
952
|
+
"type": "string"
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
}
|
|
941
956
|
}
|
|
942
957
|
}
|
|
943
958
|
}
|