@camunda/zeebe-element-templates-json-schema 0.10.0 → 0.11.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/zeebe-element-templates-json-schema",
3
- "version": "0.10.0",
3
+ "version": "0.11.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": "81b5750cc561caf13d1b291e6aa3b802dc95771a"
28
+ "gitHead": "ba2fc757776278d7cc47dff43b3a6175232343b3"
29
29
  }
@@ -724,6 +724,27 @@
724
724
  "type": "boolean",
725
725
  "description": "Indicates whether the element template is a default template."
726
726
  },
727
+ "deprecated": {
728
+ "$id": "#/deprecated",
729
+ "type": [
730
+ "boolean",
731
+ "object"
732
+ ],
733
+ "description": "Indicates whether the element template is deprecated.",
734
+ "properties": {
735
+ "message": {
736
+ "$id": "#/deprecated/message",
737
+ "type": "string",
738
+ "description": "Optional message to describe migration path."
739
+ },
740
+ "documentationRef": {
741
+ "$id": "#/deprecated/documentationRef",
742
+ "type": "string",
743
+ "pattern": "^(https|http)://.*",
744
+ "description": "Optional link to migration documentation."
745
+ }
746
+ }
747
+ },
727
748
  "appliesTo": {
728
749
  "$id": "#/appliesTo",
729
750
  "type": "array",