@camunda/zeebe-element-templates-json-schema 0.39.0 → 0.39.1

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.39.0",
3
+ "version": "0.39.1",
4
4
  "description": "JSON Schema for (Zeebe) Element Templates",
5
5
  "files": [
6
6
  "resources"
@@ -860,10 +860,28 @@
860
860
  1,
861
861
  "allOf",
862
862
  12,
863
+ "allOf",
864
+ 0,
863
865
  "then",
864
866
  "properties",
865
867
  "properties"
866
868
  ],
867
869
  "errorMessage": "Binding with `type`=`zeebe:output` cannot be used when `propagateAllChildVariables` is set to `true`"
870
+ },
871
+ {
872
+ "path": [
873
+ "definitions",
874
+ "template",
875
+ "allOf",
876
+ 1,
877
+ "allOf",
878
+ 12,
879
+ "allOf",
880
+ 1,
881
+ "then",
882
+ "properties",
883
+ "properties"
884
+ ],
885
+ "errorMessage": "Binding with `type`=`zeebe:output` must not be used when `entriesVisible.outputs` is set to `true`"
868
886
  }
869
887
  ]
@@ -4203,68 +4203,117 @@
4203
4203
  ]
4204
4204
  },
4205
4205
  {
4206
- "if": {
4207
- "properties": {
4208
- "properties": {
4209
- "contains": {
4206
+ "allOf": [
4207
+ {
4208
+ "if": {
4209
+ "properties": {
4210
4210
  "properties": {
4211
- "binding": {
4211
+ "contains": {
4212
4212
  "properties": {
4213
- "type": {
4214
- "const": "zeebe:calledElement"
4213
+ "binding": {
4214
+ "properties": {
4215
+ "type": {
4216
+ "const": "zeebe:calledElement"
4217
+ },
4218
+ "property": {
4219
+ "const": "propagateAllChildVariables"
4220
+ }
4221
+ },
4222
+ "required": [
4223
+ "property",
4224
+ "type"
4225
+ ]
4215
4226
  },
4216
- "property": {
4217
- "const": "propagateAllChildVariables"
4227
+ "value": {
4228
+ "const": true
4218
4229
  }
4219
4230
  },
4220
4231
  "required": [
4221
- "property",
4222
- "type"
4232
+ "binding",
4233
+ "value"
4223
4234
  ]
4224
- },
4225
- "value": {
4226
- "const": true
4227
4235
  }
4228
- },
4229
- "required": [
4230
- "binding",
4231
- "value"
4232
- ]
4233
- }
4234
- }
4235
- },
4236
- "required": [
4237
- "properties"
4238
- ]
4239
- },
4240
- "then": {
4241
- "properties": {
4242
- "properties": {
4243
- "not": {
4244
- "contains": {
4245
- "properties": {
4246
- "binding": {
4236
+ }
4237
+ },
4238
+ "required": [
4239
+ "properties"
4240
+ ]
4241
+ },
4242
+ "then": {
4243
+ "properties": {
4244
+ "properties": {
4245
+ "not": {
4246
+ "contains": {
4247
4247
  "properties": {
4248
- "type": {
4249
- "const": "zeebe:output"
4248
+ "binding": {
4249
+ "properties": {
4250
+ "type": {
4251
+ "const": "zeebe:output"
4252
+ }
4253
+ },
4254
+ "required": [
4255
+ "type"
4256
+ ]
4250
4257
  }
4251
4258
  },
4252
4259
  "required": [
4253
- "type"
4260
+ "binding"
4254
4261
  ]
4255
4262
  }
4263
+ }
4264
+ }
4265
+ },
4266
+ "required": [
4267
+ "properties"
4268
+ ]
4269
+ }
4270
+ },
4271
+ {
4272
+ "if": {
4273
+ "properties": {
4274
+ "entriesVisible": {
4275
+ "type": "object",
4276
+ "properties": {
4277
+ "outputs": {
4278
+ "const": true
4279
+ }
4256
4280
  },
4257
4281
  "required": [
4258
- "binding"
4282
+ "outputs"
4259
4283
  ]
4260
4284
  }
4285
+ },
4286
+ "required": [
4287
+ "entriesVisible"
4288
+ ]
4289
+ },
4290
+ "then": {
4291
+ "properties": {
4292
+ "properties": {
4293
+ "not": {
4294
+ "contains": {
4295
+ "properties": {
4296
+ "binding": {
4297
+ "properties": {
4298
+ "type": {
4299
+ "const": "zeebe:output"
4300
+ }
4301
+ },
4302
+ "required": [
4303
+ "type"
4304
+ ]
4305
+ }
4306
+ },
4307
+ "required": [
4308
+ "binding"
4309
+ ]
4310
+ }
4311
+ }
4312
+ }
4261
4313
  }
4262
4314
  }
4263
- },
4264
- "required": [
4265
- "properties"
4266
- ]
4267
- }
4315
+ }
4316
+ ]
4268
4317
  },
4269
4318
  {
4270
4319
  "allOf": [