@camunda/zeebe-element-templates-json-schema 0.20.0 → 0.21.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 +19 -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.21.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": "7408b8006fc97efef2f8e7ed29eea09f5b52f74d"
|
|
29
29
|
}
|
package/resources/schema.json
CHANGED
|
@@ -1313,6 +1313,25 @@
|
|
|
1313
1313
|
"$ref": "#/definitions/properties",
|
|
1314
1314
|
"$id": "#/properties"
|
|
1315
1315
|
},
|
|
1316
|
+
"engines": {
|
|
1317
|
+
"$id": "#/engines",
|
|
1318
|
+
"type": "object",
|
|
1319
|
+
"description": "Defines the compatibility of this element template with different engines. Keys are engine names, values are semantic version ranges.",
|
|
1320
|
+
"default": {},
|
|
1321
|
+
"examples": [
|
|
1322
|
+
{
|
|
1323
|
+
"camunda": "^8.5"
|
|
1324
|
+
}
|
|
1325
|
+
],
|
|
1326
|
+
"properties": {
|
|
1327
|
+
"camunda": {
|
|
1328
|
+
"$id": "#/engines/camunda",
|
|
1329
|
+
"type": "string",
|
|
1330
|
+
"description": "A semantic version range that denotes compatible Camunda versions.",
|
|
1331
|
+
"default": ""
|
|
1332
|
+
}
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1316
1335
|
"icon": {
|
|
1317
1336
|
"$id": "#/icon",
|
|
1318
1337
|
"type": "object",
|