@camunda/element-templates-json-schema-shared 0.11.0 → 0.12.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-shared",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "Shared schema definitions used within element-templates-json-schema",
5
5
  "files": [
6
6
  "src"
@@ -16,5 +16,5 @@
16
16
  "camunda"
17
17
  ],
18
18
  "license": "MIT",
19
- "gitHead": "56189528b503208c8c98cd4c4f2eab0ebe89bb1e"
19
+ "gitHead": "eacd0db659c67bf6f90440c6afdbfec767abadf7"
20
20
  }
@@ -92,6 +92,13 @@
92
92
  "description": "Some custom properties for further configuration.",
93
93
  "default": {}
94
94
  },
95
+ "keywords": {
96
+ "$id": "#/keywords",
97
+ "type": "array",
98
+ "items": { "type": "string" },
99
+ "description": "List of keywords to describe the element template.",
100
+ "default": []
101
+ },
95
102
  "entriesVisible": {
96
103
  "$id": "#/entriesVisible",
97
104
  "type": "boolean",
@@ -106,4 +113,4 @@
106
113
  "pattern": "^(https|http)://.*"
107
114
  }
108
115
  }
109
- }
116
+ }