@camunda/element-templates-json-schema 0.18.1 → 0.19.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/element-templates-json-schema",
3
- "version": "0.18.1",
3
+ "version": "0.19.0",
4
4
  "description": "JSON Schema for (Camunda) Element Templates",
5
5
  "files": [
6
6
  "resources"
@@ -25,5 +25,5 @@
25
25
  "camunda"
26
26
  ],
27
27
  "license": "MIT",
28
- "gitHead": "7408b8006fc97efef2f8e7ed29eea09f5b52f74d"
28
+ "gitHead": "eacd0db659c67bf6f90440c6afdbfec767abadf7"
29
29
  }
@@ -1012,6 +1012,15 @@
1012
1012
  "description": "Some custom properties for further configuration.",
1013
1013
  "default": {}
1014
1014
  },
1015
+ "keywords": {
1016
+ "$id": "#/keywords",
1017
+ "type": "array",
1018
+ "items": {
1019
+ "type": "string"
1020
+ },
1021
+ "description": "List of keywords to describe the element template.",
1022
+ "default": []
1023
+ },
1015
1024
  "entriesVisible": {
1016
1025
  "$id": "#/entriesVisible",
1017
1026
  "type": "boolean",