@kaoto/camel-catalog 0.2.5 → 0.2.6

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.
Files changed (22) hide show
  1. package/dist/camel-catalog/camel-quarkus/3.8.0.redhat-00018/camel-catalog-aggregate-components-72247e98258eb8a440548ae91ad030d1.json +303406 -0
  2. package/dist/camel-catalog/camel-quarkus/3.8.0.redhat-00018/camel-catalog-aggregate-dataformats-7af759c151610d808cdbab282ed78aa5.json +8492 -0
  3. package/dist/camel-catalog/camel-quarkus/3.8.0.redhat-00018/camel-catalog-aggregate-entities-39c444a4efe511e7a436056d4751eb3b.json +10902 -0
  4. package/dist/camel-catalog/camel-quarkus/3.8.0.redhat-00018/camel-catalog-aggregate-functions-6c1e1d0b9b74522bf7814be081642c4e.json +444 -0
  5. package/dist/camel-catalog/camel-quarkus/3.8.0.redhat-00018/camel-catalog-aggregate-languages-212ef903860f7b3606913c506caeb167.json +3548 -0
  6. package/dist/camel-catalog/camel-quarkus/3.8.0.redhat-00018/camel-catalog-aggregate-loadbalancers-a93aecbecb2582201d306a6013757092.json +1880 -0
  7. package/dist/camel-catalog/camel-quarkus/3.8.0.redhat-00018/camel-catalog-aggregate-models-e43b9f0f8af4df130cafd26f4f79ca74.json +29222 -0
  8. package/dist/camel-catalog/camel-quarkus/3.8.0.redhat-00018/camel-catalog-aggregate-patterns-20e8861944ca8f07db093154fe836ef.json +66298 -0
  9. package/dist/camel-catalog/camel-quarkus/{3.27.0.redhat-00002/camel-xml-io-96b1cd9bcbac47d20d0e7b1a0b892ce4.xsd → 3.8.0.redhat-00018/camel-xml-io-774ccb36674613c43f99224695b24776.xsd} +27 -190
  10. package/dist/camel-catalog/camel-quarkus/3.8.0.redhat-00018/camelYamlDsl-c9b1c909aaa473c46df895beb99513e.json +16247 -0
  11. package/dist/camel-catalog/camel-quarkus/3.8.0.redhat-00018/index-744ee54734f5400f2ff7ca91b0add09d.json +105 -0
  12. package/dist/camel-catalog/index.json +5 -5
  13. package/dist/index.js +1 -1
  14. package/dist/types/catalog-index.d.ts +1 -1
  15. package/package.json +2 -2
  16. package/dist/camel-catalog/camel-quarkus/3.27.0.redhat-00002/index-5da4ff7d01d4263410a1710ccb992cdc.json +0 -51
  17. /package/dist/camel-catalog/camel-quarkus/{3.27.0.redhat-00002 → 3.8.0.redhat-00018}/crd-schema-integration-de43dd78321dddf82a16ab09ae3cae77.json +0 -0
  18. /package/dist/camel-catalog/camel-quarkus/{3.27.0.redhat-00002 → 3.8.0.redhat-00018}/crd-schema-kamelet-eccbf305027fc05d42a371c667bb25c8.json +0 -0
  19. /package/dist/camel-catalog/camel-quarkus/{3.27.0.redhat-00002 → 3.8.0.redhat-00018}/crd-schema-kameletbinding-7334fb4e5567aa656c21a323cf47cfb1.json +0 -0
  20. /package/dist/camel-catalog/camel-quarkus/{3.27.0.redhat-00002 → 3.8.0.redhat-00018}/crd-schema-pipe-a3c7c1fce69a636a15ecaaa093128a09.json +0 -0
  21. /package/dist/camel-catalog/camel-quarkus/{3.27.0.redhat-00002 → 3.8.0.redhat-00018}/kamelet-boundaries-9883bcb6b6ea05fd035b3407818d65a8.json +0 -0
  22. /package/dist/camel-catalog/camel-quarkus/{3.27.0.redhat-00002 → 3.8.0.redhat-00018}/kamelets-aggregate-a7ebd8d601af6cfba9fbfb87117f0384.json +0 -0
@@ -0,0 +1,1880 @@
1
+ {
2
+ "customLoadBalancer" : {
3
+ "model" : {
4
+ "kind" : "model",
5
+ "name" : "customLoadBalancer",
6
+ "title" : "Custom Load Balancer",
7
+ "description" : "To use a custom load balancer implementation.",
8
+ "deprecated" : false,
9
+ "label" : "eip,routing",
10
+ "javaType" : "org.apache.camel.model.loadbalancer.CustomLoadBalancerDefinition",
11
+ "supportLevel" : "Stable",
12
+ "abstract" : false,
13
+ "input" : false,
14
+ "output" : false
15
+ },
16
+ "properties" : {
17
+ "id" : {
18
+ "index" : 0,
19
+ "kind" : "attribute",
20
+ "displayName" : "Id",
21
+ "group" : "common",
22
+ "required" : false,
23
+ "type" : "string",
24
+ "javaType" : "java.lang.String",
25
+ "deprecated" : false,
26
+ "autowired" : false,
27
+ "secret" : false,
28
+ "description" : "The id of this node"
29
+ },
30
+ "ref" : {
31
+ "index" : 1,
32
+ "kind" : "attribute",
33
+ "displayName" : "Ref",
34
+ "group" : "common",
35
+ "required" : true,
36
+ "type" : "string",
37
+ "javaType" : "java.lang.String",
38
+ "deprecated" : false,
39
+ "autowired" : false,
40
+ "secret" : false,
41
+ "description" : "Refers to the custom load balancer to lookup from the registry"
42
+ }
43
+ },
44
+ "propertiesSchema" : {
45
+ "type" : "object",
46
+ "additionalProperties" : false,
47
+ "properties" : {
48
+ "id" : {
49
+ "type" : "string",
50
+ "title" : "Id",
51
+ "description" : "The id of this node"
52
+ },
53
+ "ref" : {
54
+ "type" : "string",
55
+ "title" : "Ref",
56
+ "description" : "Refers to the custom load balancer to lookup from the registry"
57
+ }
58
+ },
59
+ "title" : "Custom Load Balancer",
60
+ "description" : "To use a custom load balancer implementation.",
61
+ "required" : [ "ref" ]
62
+ }
63
+ },
64
+ "failover" : {
65
+ "model" : {
66
+ "kind" : "model",
67
+ "name" : "failover",
68
+ "title" : "Failover",
69
+ "description" : "In case of failures the exchange will be tried on the next endpoint.",
70
+ "deprecated" : false,
71
+ "label" : "eip,routing",
72
+ "javaType" : "org.apache.camel.model.loadbalancer.FailoverLoadBalancerDefinition",
73
+ "supportLevel" : "Stable",
74
+ "abstract" : false,
75
+ "input" : false,
76
+ "output" : false
77
+ },
78
+ "properties" : {
79
+ "id" : {
80
+ "index" : 0,
81
+ "kind" : "attribute",
82
+ "displayName" : "Id",
83
+ "required" : false,
84
+ "type" : "string",
85
+ "javaType" : "java.lang.String",
86
+ "deprecated" : false,
87
+ "autowired" : false,
88
+ "secret" : false,
89
+ "description" : "The id of this node"
90
+ },
91
+ "exception" : {
92
+ "index" : 1,
93
+ "kind" : "element",
94
+ "displayName" : "Exception",
95
+ "required" : false,
96
+ "type" : "array",
97
+ "javaType" : "java.util.List<java.lang.String>",
98
+ "deprecated" : false,
99
+ "autowired" : false,
100
+ "secret" : false,
101
+ "description" : "A list of class names for specific exceptions to monitor. If no exceptions are configured then all exceptions are monitored"
102
+ },
103
+ "roundRobin" : {
104
+ "index" : 2,
105
+ "kind" : "attribute",
106
+ "displayName" : "Round Robin",
107
+ "required" : false,
108
+ "type" : "string",
109
+ "javaType" : "java.lang.String",
110
+ "deprecated" : false,
111
+ "autowired" : false,
112
+ "secret" : false,
113
+ "description" : "Whether or not the failover load balancer should operate in round robin mode or not. If not, then it will always start from the first endpoint when a new message is to be processed. In other words it restart from the top for every message. If round robin is enabled, then it keeps state and will continue with the next endpoint in a round robin fashion. You can also enable sticky mode together with round robin, if so then it will pick the last known good endpoint to use when starting the load balancing (instead of using the next when starting)."
114
+ },
115
+ "sticky" : {
116
+ "index" : 3,
117
+ "kind" : "attribute",
118
+ "displayName" : "Sticky",
119
+ "required" : false,
120
+ "type" : "string",
121
+ "javaType" : "java.lang.String",
122
+ "deprecated" : false,
123
+ "autowired" : false,
124
+ "secret" : false,
125
+ "description" : "Whether or not the failover load balancer should operate in sticky mode or not. If not, then it will always start from the first endpoint when a new message is to be processed. In other words it restart from the top for every message. If sticky is enabled, then it keeps state and will continue with the last known good endpoint. You can also enable sticky mode together with round robin, if so then it will pick the last known good endpoint to use when starting the load balancing (instead of using the next when starting)."
126
+ },
127
+ "maximumFailoverAttempts" : {
128
+ "index" : 4,
129
+ "kind" : "attribute",
130
+ "displayName" : "Maximum Failover Attempts",
131
+ "required" : false,
132
+ "type" : "string",
133
+ "javaType" : "java.lang.String",
134
+ "deprecated" : false,
135
+ "autowired" : false,
136
+ "secret" : false,
137
+ "defaultValue" : "-1",
138
+ "description" : "A value to indicate after X failover attempts we should exhaust (give up). Use -1 to indicate never give up and continuously try to failover. Use 0 to never failover. And use e.g. 3 to failover at most 3 times before giving up. his option can be used whether or not roundRobin is enabled or not."
139
+ }
140
+ },
141
+ "propertiesSchema" : {
142
+ "title" : "Failover",
143
+ "description" : "In case of failures the exchange will be tried on the next endpoint.",
144
+ "type" : "object",
145
+ "additionalProperties" : false,
146
+ "properties" : {
147
+ "exception" : {
148
+ "type" : "array",
149
+ "title" : "Exception",
150
+ "description" : "A list of class names for specific exceptions to monitor. If no exceptions are configured then all exceptions are monitored",
151
+ "items" : {
152
+ "type" : "string"
153
+ }
154
+ },
155
+ "id" : {
156
+ "type" : "string",
157
+ "title" : "Id",
158
+ "description" : "The id of this node"
159
+ },
160
+ "maximumFailoverAttempts" : {
161
+ "type" : "string",
162
+ "title" : "Maximum Failover Attempts",
163
+ "description" : "A value to indicate after X failover attempts we should exhaust (give up). Use -1 to indicate never give up and continuously try to failover. Use 0 to never failover. And use e.g. 3 to failover at most 3 times before giving up. his option can be used whether or not roundRobin is enabled or not.",
164
+ "default" : "-1"
165
+ },
166
+ "roundRobin" : {
167
+ "type" : "string",
168
+ "title" : "Round Robin",
169
+ "description" : "Whether or not the failover load balancer should operate in round robin mode or not. If not, then it will always start from the first endpoint when a new message is to be processed. In other words it restart from the top for every message. If round robin is enabled, then it keeps state and will continue with the next endpoint in a round robin fashion. You can also enable sticky mode together with round robin, if so then it will pick the last known good endpoint to use when starting the load balancing (instead of using the next when starting)."
170
+ },
171
+ "sticky" : {
172
+ "type" : "string",
173
+ "title" : "Sticky",
174
+ "description" : "Whether or not the failover load balancer should operate in sticky mode or not. If not, then it will always start from the first endpoint when a new message is to be processed. In other words it restart from the top for every message. If sticky is enabled, then it keeps state and will continue with the last known good endpoint. You can also enable sticky mode together with round robin, if so then it will pick the last known good endpoint to use when starting the load balancing (instead of using the next when starting)."
175
+ }
176
+ },
177
+ "required" : [ ]
178
+ }
179
+ },
180
+ "random" : {
181
+ "model" : {
182
+ "kind" : "model",
183
+ "name" : "random",
184
+ "title" : "Random",
185
+ "description" : "The destination endpoints are selected by random.",
186
+ "deprecated" : false,
187
+ "label" : "eip,routing",
188
+ "javaType" : "org.apache.camel.model.loadbalancer.RandomLoadBalancerDefinition",
189
+ "supportLevel" : "Stable",
190
+ "abstract" : false,
191
+ "input" : false,
192
+ "output" : false
193
+ },
194
+ "properties" : {
195
+ "id" : {
196
+ "index" : 0,
197
+ "kind" : "attribute",
198
+ "displayName" : "Id",
199
+ "required" : false,
200
+ "type" : "string",
201
+ "javaType" : "java.lang.String",
202
+ "deprecated" : false,
203
+ "autowired" : false,
204
+ "secret" : false,
205
+ "description" : "The id of this node"
206
+ }
207
+ },
208
+ "propertiesSchema" : {
209
+ "title" : "Random",
210
+ "description" : "The destination endpoints are selected by random.",
211
+ "type" : "object",
212
+ "additionalProperties" : false,
213
+ "properties" : {
214
+ "id" : {
215
+ "type" : "string",
216
+ "title" : "Id",
217
+ "description" : "The id of this node"
218
+ }
219
+ },
220
+ "required" : [ ]
221
+ }
222
+ },
223
+ "roundRobin" : {
224
+ "model" : {
225
+ "kind" : "model",
226
+ "name" : "roundRobin",
227
+ "title" : "Round Robin",
228
+ "description" : "The destination endpoints are selected in a round-robin fashion. This is a well known and classic policy, which spreads the load evenly.",
229
+ "deprecated" : false,
230
+ "label" : "eip,routing",
231
+ "javaType" : "org.apache.camel.model.loadbalancer.RoundRobinLoadBalancerDefinition",
232
+ "supportLevel" : "Stable",
233
+ "abstract" : false,
234
+ "input" : false,
235
+ "output" : false
236
+ },
237
+ "properties" : {
238
+ "id" : {
239
+ "index" : 0,
240
+ "kind" : "attribute",
241
+ "displayName" : "Id",
242
+ "required" : false,
243
+ "type" : "string",
244
+ "javaType" : "java.lang.String",
245
+ "deprecated" : false,
246
+ "autowired" : false,
247
+ "secret" : false,
248
+ "description" : "The id of this node"
249
+ }
250
+ },
251
+ "propertiesSchema" : {
252
+ "title" : "Round Robin",
253
+ "description" : "The destination endpoints are selected in a round-robin fashion. This is a well known and classic policy, which spreads the load evenly.",
254
+ "type" : "object",
255
+ "additionalProperties" : false,
256
+ "properties" : {
257
+ "id" : {
258
+ "type" : "string",
259
+ "title" : "Id",
260
+ "description" : "The id of this node"
261
+ }
262
+ },
263
+ "required" : [ ]
264
+ }
265
+ },
266
+ "sticky" : {
267
+ "model" : {
268
+ "kind" : "model",
269
+ "name" : "sticky",
270
+ "title" : "Sticky",
271
+ "description" : "Sticky load balancing using an expression to calculate a correlation key to perform the sticky load balancing.",
272
+ "deprecated" : false,
273
+ "label" : "eip,routing",
274
+ "javaType" : "org.apache.camel.model.loadbalancer.StickyLoadBalancerDefinition",
275
+ "supportLevel" : "Stable",
276
+ "abstract" : false,
277
+ "input" : false,
278
+ "output" : false
279
+ },
280
+ "properties" : {
281
+ "id" : {
282
+ "index" : 0,
283
+ "kind" : "attribute",
284
+ "displayName" : "Id",
285
+ "required" : false,
286
+ "type" : "string",
287
+ "javaType" : "java.lang.String",
288
+ "deprecated" : false,
289
+ "autowired" : false,
290
+ "secret" : false,
291
+ "description" : "The id of this node"
292
+ },
293
+ "correlationExpression" : {
294
+ "index" : 1,
295
+ "kind" : "expression",
296
+ "displayName" : "Correlation Expression",
297
+ "required" : true,
298
+ "type" : "object",
299
+ "javaType" : "org.apache.camel.model.ExpressionSubElementDefinition",
300
+ "oneOf" : [ "constant", "csimple", "datasonnet", "exchangeProperty", "groovy", "header", "hl7terser", "java", "joor", "jq", "js", "jsonpath", "language", "method", "mvel", "ognl", "python", "ref", "simple", "spel", "tokenize", "variable", "wasm", "xpath", "xquery", "xtokenize" ],
301
+ "deprecated" : false,
302
+ "autowired" : false,
303
+ "secret" : false,
304
+ "description" : "The correlation expression to use to calculate the correlation key"
305
+ }
306
+ },
307
+ "propertiesSchema" : {
308
+ "title" : "Sticky",
309
+ "description" : "Sticky load balancing using an expression to calculate a correlation key to perform the sticky load balancing.",
310
+ "type" : "object",
311
+ "additionalProperties" : false,
312
+ "properties" : {
313
+ "correlationExpression" : {
314
+ "title" : "Correlation Expression",
315
+ "description" : "The correlation expression to use to calculate the correlation key",
316
+ "type" : "object",
317
+ "$comment" : "expression"
318
+ },
319
+ "id" : {
320
+ "type" : "string",
321
+ "title" : "Id",
322
+ "description" : "The id of this node"
323
+ }
324
+ },
325
+ "definitions" : {
326
+ "org.apache.camel.model.ExpressionSubElementDefinition" : {
327
+ "type" : "object",
328
+ "additionalProperties" : false,
329
+ "anyOf" : [ {
330
+ "oneOf" : [ {
331
+ "type" : "object",
332
+ "required" : [ "constant" ],
333
+ "properties" : {
334
+ "constant" : {
335
+ "$ref" : "#/definitions/org.apache.camel.model.language.ConstantExpression"
336
+ }
337
+ }
338
+ }, {
339
+ "not" : {
340
+ "anyOf" : [ {
341
+ "required" : [ "constant" ]
342
+ }, {
343
+ "required" : [ "csimple" ]
344
+ }, {
345
+ "required" : [ "datasonnet" ]
346
+ }, {
347
+ "required" : [ "exchangeProperty" ]
348
+ }, {
349
+ "required" : [ "groovy" ]
350
+ }, {
351
+ "required" : [ "header" ]
352
+ }, {
353
+ "required" : [ "hl7terser" ]
354
+ }, {
355
+ "required" : [ "java" ]
356
+ }, {
357
+ "required" : [ "joor" ]
358
+ }, {
359
+ "required" : [ "jq" ]
360
+ }, {
361
+ "required" : [ "js" ]
362
+ }, {
363
+ "required" : [ "jsonpath" ]
364
+ }, {
365
+ "required" : [ "language" ]
366
+ }, {
367
+ "required" : [ "method" ]
368
+ }, {
369
+ "required" : [ "mvel" ]
370
+ }, {
371
+ "required" : [ "ognl" ]
372
+ }, {
373
+ "required" : [ "python" ]
374
+ }, {
375
+ "required" : [ "ref" ]
376
+ }, {
377
+ "required" : [ "simple" ]
378
+ }, {
379
+ "required" : [ "spel" ]
380
+ }, {
381
+ "required" : [ "tokenize" ]
382
+ }, {
383
+ "required" : [ "variable" ]
384
+ }, {
385
+ "required" : [ "wasm" ]
386
+ }, {
387
+ "required" : [ "xpath" ]
388
+ }, {
389
+ "required" : [ "xquery" ]
390
+ }, {
391
+ "required" : [ "xtokenize" ]
392
+ } ]
393
+ }
394
+ }, {
395
+ "type" : "object",
396
+ "required" : [ "csimple" ],
397
+ "properties" : {
398
+ "csimple" : {
399
+ "$ref" : "#/definitions/org.apache.camel.model.language.CSimpleExpression"
400
+ }
401
+ }
402
+ }, {
403
+ "type" : "object",
404
+ "required" : [ "datasonnet" ],
405
+ "properties" : {
406
+ "datasonnet" : {
407
+ "$ref" : "#/definitions/org.apache.camel.model.language.DatasonnetExpression"
408
+ }
409
+ }
410
+ }, {
411
+ "type" : "object",
412
+ "required" : [ "exchangeProperty" ],
413
+ "properties" : {
414
+ "exchangeProperty" : {
415
+ "$ref" : "#/definitions/org.apache.camel.model.language.ExchangePropertyExpression"
416
+ }
417
+ }
418
+ }, {
419
+ "type" : "object",
420
+ "required" : [ "groovy" ],
421
+ "properties" : {
422
+ "groovy" : {
423
+ "$ref" : "#/definitions/org.apache.camel.model.language.GroovyExpression"
424
+ }
425
+ }
426
+ }, {
427
+ "type" : "object",
428
+ "required" : [ "header" ],
429
+ "properties" : {
430
+ "header" : {
431
+ "$ref" : "#/definitions/org.apache.camel.model.language.HeaderExpression"
432
+ }
433
+ }
434
+ }, {
435
+ "type" : "object",
436
+ "required" : [ "hl7terser" ],
437
+ "properties" : {
438
+ "hl7terser" : {
439
+ "$ref" : "#/definitions/org.apache.camel.model.language.Hl7TerserExpression"
440
+ }
441
+ }
442
+ }, {
443
+ "type" : "object",
444
+ "required" : [ "java" ],
445
+ "properties" : {
446
+ "java" : {
447
+ "$ref" : "#/definitions/org.apache.camel.model.language.JavaExpression"
448
+ }
449
+ }
450
+ }, {
451
+ "type" : "object",
452
+ "required" : [ "joor" ],
453
+ "properties" : {
454
+ "joor" : {
455
+ "$ref" : "#/definitions/org.apache.camel.model.language.JoorExpression"
456
+ }
457
+ }
458
+ }, {
459
+ "type" : "object",
460
+ "required" : [ "jq" ],
461
+ "properties" : {
462
+ "jq" : {
463
+ "$ref" : "#/definitions/org.apache.camel.model.language.JqExpression"
464
+ }
465
+ }
466
+ }, {
467
+ "type" : "object",
468
+ "required" : [ "js" ],
469
+ "properties" : {
470
+ "js" : {
471
+ "$ref" : "#/definitions/org.apache.camel.model.language.JavaScriptExpression"
472
+ }
473
+ }
474
+ }, {
475
+ "type" : "object",
476
+ "required" : [ "jsonpath" ],
477
+ "properties" : {
478
+ "jsonpath" : {
479
+ "$ref" : "#/definitions/org.apache.camel.model.language.JsonPathExpression"
480
+ }
481
+ }
482
+ }, {
483
+ "type" : "object",
484
+ "required" : [ "language" ],
485
+ "properties" : {
486
+ "language" : {
487
+ "$ref" : "#/definitions/org.apache.camel.model.language.LanguageExpression"
488
+ }
489
+ }
490
+ }, {
491
+ "type" : "object",
492
+ "required" : [ "method" ],
493
+ "properties" : {
494
+ "method" : {
495
+ "$ref" : "#/definitions/org.apache.camel.model.language.MethodCallExpression"
496
+ }
497
+ }
498
+ }, {
499
+ "type" : "object",
500
+ "required" : [ "mvel" ],
501
+ "properties" : {
502
+ "mvel" : {
503
+ "$ref" : "#/definitions/org.apache.camel.model.language.MvelExpression"
504
+ }
505
+ }
506
+ }, {
507
+ "type" : "object",
508
+ "required" : [ "ognl" ],
509
+ "properties" : {
510
+ "ognl" : {
511
+ "$ref" : "#/definitions/org.apache.camel.model.language.OgnlExpression"
512
+ }
513
+ }
514
+ }, {
515
+ "type" : "object",
516
+ "required" : [ "python" ],
517
+ "properties" : {
518
+ "python" : {
519
+ "$ref" : "#/definitions/org.apache.camel.model.language.PythonExpression"
520
+ }
521
+ }
522
+ }, {
523
+ "type" : "object",
524
+ "required" : [ "ref" ],
525
+ "properties" : {
526
+ "ref" : {
527
+ "$ref" : "#/definitions/org.apache.camel.model.language.RefExpression"
528
+ }
529
+ }
530
+ }, {
531
+ "type" : "object",
532
+ "required" : [ "simple" ],
533
+ "properties" : {
534
+ "simple" : {
535
+ "$ref" : "#/definitions/org.apache.camel.model.language.SimpleExpression"
536
+ }
537
+ }
538
+ }, {
539
+ "type" : "object",
540
+ "required" : [ "spel" ],
541
+ "properties" : {
542
+ "spel" : {
543
+ "$ref" : "#/definitions/org.apache.camel.model.language.SpELExpression"
544
+ }
545
+ }
546
+ }, {
547
+ "type" : "object",
548
+ "required" : [ "tokenize" ],
549
+ "properties" : {
550
+ "tokenize" : {
551
+ "$ref" : "#/definitions/org.apache.camel.model.language.TokenizerExpression"
552
+ }
553
+ }
554
+ }, {
555
+ "type" : "object",
556
+ "required" : [ "variable" ],
557
+ "properties" : {
558
+ "variable" : {
559
+ "$ref" : "#/definitions/org.apache.camel.model.language.VariableExpression"
560
+ }
561
+ }
562
+ }, {
563
+ "type" : "object",
564
+ "required" : [ "wasm" ],
565
+ "properties" : {
566
+ "wasm" : {
567
+ "$ref" : "#/definitions/org.apache.camel.model.language.WasmExpression"
568
+ }
569
+ }
570
+ }, {
571
+ "type" : "object",
572
+ "required" : [ "xpath" ],
573
+ "properties" : {
574
+ "xpath" : {
575
+ "$ref" : "#/definitions/org.apache.camel.model.language.XPathExpression"
576
+ }
577
+ }
578
+ }, {
579
+ "type" : "object",
580
+ "required" : [ "xquery" ],
581
+ "properties" : {
582
+ "xquery" : {
583
+ "$ref" : "#/definitions/org.apache.camel.model.language.XQueryExpression"
584
+ }
585
+ }
586
+ }, {
587
+ "type" : "object",
588
+ "required" : [ "xtokenize" ],
589
+ "properties" : {
590
+ "xtokenize" : {
591
+ "$ref" : "#/definitions/org.apache.camel.model.language.XMLTokenizerExpression"
592
+ }
593
+ }
594
+ } ]
595
+ } ],
596
+ "properties" : {
597
+ "constant" : { },
598
+ "csimple" : { },
599
+ "datasonnet" : { },
600
+ "exchangeProperty" : { },
601
+ "groovy" : { },
602
+ "header" : { },
603
+ "hl7terser" : { },
604
+ "java" : { },
605
+ "joor" : { },
606
+ "jq" : { },
607
+ "js" : { },
608
+ "jsonpath" : { },
609
+ "language" : { },
610
+ "method" : { },
611
+ "mvel" : { },
612
+ "ognl" : { },
613
+ "python" : { },
614
+ "ref" : { },
615
+ "simple" : { },
616
+ "spel" : { },
617
+ "tokenize" : { },
618
+ "variable" : { },
619
+ "wasm" : { },
620
+ "xpath" : { },
621
+ "xquery" : { },
622
+ "xtokenize" : { }
623
+ }
624
+ },
625
+ "org.apache.camel.model.language.ConstantExpression" : {
626
+ "title" : "Constant",
627
+ "description" : "A fixed value set only once during the route startup.",
628
+ "oneOf" : [ {
629
+ "type" : "string"
630
+ }, {
631
+ "type" : "object",
632
+ "additionalProperties" : false,
633
+ "properties" : {
634
+ "expression" : {
635
+ "type" : "string",
636
+ "title" : "Expression",
637
+ "description" : "The expression value in your chosen language syntax"
638
+ },
639
+ "id" : {
640
+ "type" : "string",
641
+ "title" : "Id",
642
+ "description" : "Sets the id of this node"
643
+ },
644
+ "resultType" : {
645
+ "type" : "string",
646
+ "title" : "Result Type",
647
+ "description" : "Sets the class of the result type (type from output)"
648
+ },
649
+ "trim" : {
650
+ "type" : "boolean",
651
+ "title" : "Trim",
652
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
653
+ }
654
+ }
655
+ } ],
656
+ "required" : [ "expression" ]
657
+ },
658
+ "org.apache.camel.model.language.CSimpleExpression" : {
659
+ "title" : "CSimple",
660
+ "description" : "Evaluate a compiled simple expression.",
661
+ "oneOf" : [ {
662
+ "type" : "string"
663
+ }, {
664
+ "type" : "object",
665
+ "additionalProperties" : false,
666
+ "properties" : {
667
+ "expression" : {
668
+ "type" : "string",
669
+ "title" : "Expression",
670
+ "description" : "The expression value in your chosen language syntax"
671
+ },
672
+ "id" : {
673
+ "type" : "string",
674
+ "title" : "Id",
675
+ "description" : "Sets the id of this node"
676
+ },
677
+ "resultType" : {
678
+ "type" : "string",
679
+ "title" : "Result Type",
680
+ "description" : "Sets the class of the result type (type from output)"
681
+ },
682
+ "trim" : {
683
+ "type" : "boolean",
684
+ "title" : "Trim",
685
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
686
+ }
687
+ }
688
+ } ],
689
+ "required" : [ "expression" ]
690
+ },
691
+ "org.apache.camel.model.language.DatasonnetExpression" : {
692
+ "title" : "DataSonnet",
693
+ "description" : "To use DataSonnet scripts for message transformations.",
694
+ "oneOf" : [ {
695
+ "type" : "string"
696
+ }, {
697
+ "type" : "object",
698
+ "additionalProperties" : false,
699
+ "properties" : {
700
+ "bodyMediaType" : {
701
+ "type" : "string",
702
+ "title" : "Body Media Type",
703
+ "description" : "The String representation of the message's body MediaType"
704
+ },
705
+ "expression" : {
706
+ "type" : "string",
707
+ "title" : "Expression",
708
+ "description" : "The expression value in your chosen language syntax"
709
+ },
710
+ "id" : {
711
+ "type" : "string",
712
+ "title" : "Id",
713
+ "description" : "Sets the id of this node"
714
+ },
715
+ "outputMediaType" : {
716
+ "type" : "string",
717
+ "title" : "Output Media Type",
718
+ "description" : "The String representation of the MediaType to output"
719
+ },
720
+ "resultType" : {
721
+ "type" : "string",
722
+ "title" : "Result Type",
723
+ "description" : "Sets the class of the result type (type from output)"
724
+ },
725
+ "source" : {
726
+ "type" : "string",
727
+ "title" : "Source",
728
+ "description" : "Source to use, instead of message body. You can prefix with variable:, header:, or property: to specify kind of source. Otherwise, the source is assumed to be a variable. Use empty or null to use default source, which is the message body."
729
+ },
730
+ "trim" : {
731
+ "type" : "boolean",
732
+ "title" : "Trim",
733
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
734
+ }
735
+ }
736
+ } ],
737
+ "required" : [ "expression" ]
738
+ },
739
+ "org.apache.camel.model.language.ExchangePropertyExpression" : {
740
+ "title" : "ExchangeProperty",
741
+ "description" : "Gets a property from the Exchange.",
742
+ "oneOf" : [ {
743
+ "type" : "string"
744
+ }, {
745
+ "type" : "object",
746
+ "additionalProperties" : false,
747
+ "properties" : {
748
+ "expression" : {
749
+ "type" : "string",
750
+ "title" : "Expression",
751
+ "description" : "The expression value in your chosen language syntax"
752
+ },
753
+ "id" : {
754
+ "type" : "string",
755
+ "title" : "Id",
756
+ "description" : "Sets the id of this node"
757
+ },
758
+ "trim" : {
759
+ "type" : "boolean",
760
+ "title" : "Trim",
761
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
762
+ }
763
+ }
764
+ } ],
765
+ "required" : [ "expression" ]
766
+ },
767
+ "org.apache.camel.model.language.GroovyExpression" : {
768
+ "title" : "Groovy",
769
+ "description" : "Evaluates a Groovy script.",
770
+ "oneOf" : [ {
771
+ "type" : "string"
772
+ }, {
773
+ "type" : "object",
774
+ "additionalProperties" : false,
775
+ "properties" : {
776
+ "expression" : {
777
+ "type" : "string",
778
+ "title" : "Expression",
779
+ "description" : "The expression value in your chosen language syntax"
780
+ },
781
+ "id" : {
782
+ "type" : "string",
783
+ "title" : "Id",
784
+ "description" : "Sets the id of this node"
785
+ },
786
+ "resultType" : {
787
+ "type" : "string",
788
+ "title" : "Result Type",
789
+ "description" : "Sets the class of the result type (type from output)"
790
+ },
791
+ "trim" : {
792
+ "type" : "boolean",
793
+ "title" : "Trim",
794
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
795
+ }
796
+ }
797
+ } ],
798
+ "required" : [ "expression" ]
799
+ },
800
+ "org.apache.camel.model.language.HeaderExpression" : {
801
+ "title" : "Header",
802
+ "description" : "Gets a header from the Exchange.",
803
+ "oneOf" : [ {
804
+ "type" : "string"
805
+ }, {
806
+ "type" : "object",
807
+ "additionalProperties" : false,
808
+ "properties" : {
809
+ "expression" : {
810
+ "type" : "string",
811
+ "title" : "Expression",
812
+ "description" : "The expression value in your chosen language syntax"
813
+ },
814
+ "id" : {
815
+ "type" : "string",
816
+ "title" : "Id",
817
+ "description" : "Sets the id of this node"
818
+ },
819
+ "trim" : {
820
+ "type" : "boolean",
821
+ "title" : "Trim",
822
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
823
+ }
824
+ }
825
+ } ],
826
+ "required" : [ "expression" ]
827
+ },
828
+ "org.apache.camel.model.language.Hl7TerserExpression" : {
829
+ "title" : "HL7 Terser",
830
+ "description" : "Get the value of a HL7 message field specified by terse location specification syntax.",
831
+ "oneOf" : [ {
832
+ "type" : "string"
833
+ }, {
834
+ "type" : "object",
835
+ "additionalProperties" : false,
836
+ "properties" : {
837
+ "expression" : {
838
+ "type" : "string",
839
+ "title" : "Expression",
840
+ "description" : "The expression value in your chosen language syntax"
841
+ },
842
+ "id" : {
843
+ "type" : "string",
844
+ "title" : "Id",
845
+ "description" : "Sets the id of this node"
846
+ },
847
+ "resultType" : {
848
+ "type" : "string",
849
+ "title" : "Result Type",
850
+ "description" : "Sets the class of the result type (type from output)"
851
+ },
852
+ "source" : {
853
+ "type" : "string",
854
+ "title" : "Source",
855
+ "description" : "Source to use, instead of message body. You can prefix with variable:, header:, or property: to specify kind of source. Otherwise, the source is assumed to be a variable. Use empty or null to use default source, which is the message body."
856
+ },
857
+ "trim" : {
858
+ "type" : "boolean",
859
+ "title" : "Trim",
860
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
861
+ }
862
+ }
863
+ } ],
864
+ "required" : [ "expression" ]
865
+ },
866
+ "org.apache.camel.model.language.JavaExpression" : {
867
+ "title" : "Java",
868
+ "description" : "Evaluates a Java (Java compiled once at runtime) expression.",
869
+ "oneOf" : [ {
870
+ "type" : "string"
871
+ }, {
872
+ "type" : "object",
873
+ "additionalProperties" : false,
874
+ "properties" : {
875
+ "expression" : {
876
+ "type" : "string",
877
+ "title" : "Expression",
878
+ "description" : "The expression value in your chosen language syntax"
879
+ },
880
+ "id" : {
881
+ "type" : "string",
882
+ "title" : "Id",
883
+ "description" : "Sets the id of this node"
884
+ },
885
+ "preCompile" : {
886
+ "type" : "boolean",
887
+ "title" : "Pre Compile",
888
+ "description" : "Whether the expression should be pre compiled once during initialization phase. If this is turned off, then the expression is reloaded and compiled on each evaluation."
889
+ },
890
+ "resultType" : {
891
+ "type" : "string",
892
+ "title" : "Result Type",
893
+ "description" : "Sets the class of the result type (type from output)"
894
+ },
895
+ "singleQuotes" : {
896
+ "type" : "boolean",
897
+ "title" : "Single Quotes",
898
+ "description" : "Whether single quotes can be used as replacement for double quotes. This is convenient when you need to work with strings inside strings."
899
+ },
900
+ "trim" : {
901
+ "type" : "boolean",
902
+ "title" : "Trim",
903
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
904
+ }
905
+ }
906
+ } ],
907
+ "required" : [ "expression" ]
908
+ },
909
+ "org.apache.camel.model.language.JoorExpression" : {
910
+ "title" : "jOOR",
911
+ "description" : "Evaluates a jOOR (Java compiled once at runtime) expression.",
912
+ "deprecated" : true,
913
+ "oneOf" : [ {
914
+ "type" : "string"
915
+ }, {
916
+ "type" : "object",
917
+ "additionalProperties" : false,
918
+ "properties" : {
919
+ "expression" : {
920
+ "type" : "string",
921
+ "title" : "Expression",
922
+ "description" : "The expression value in your chosen language syntax"
923
+ },
924
+ "id" : {
925
+ "type" : "string",
926
+ "title" : "Id",
927
+ "description" : "Sets the id of this node"
928
+ },
929
+ "preCompile" : {
930
+ "type" : "boolean",
931
+ "title" : "Pre Compile",
932
+ "description" : "Whether the expression should be pre compiled once during initialization phase. If this is turned off, then the expression is reloaded and compiled on each evaluation."
933
+ },
934
+ "resultType" : {
935
+ "type" : "string",
936
+ "title" : "Result Type",
937
+ "description" : "Sets the class of the result type (type from output)"
938
+ },
939
+ "singleQuotes" : {
940
+ "type" : "boolean",
941
+ "title" : "Single Quotes",
942
+ "description" : "Whether single quotes can be used as replacement for double quotes. This is convenient when you need to work with strings inside strings."
943
+ },
944
+ "trim" : {
945
+ "type" : "boolean",
946
+ "title" : "Trim",
947
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
948
+ }
949
+ }
950
+ } ],
951
+ "required" : [ "expression" ]
952
+ },
953
+ "org.apache.camel.model.language.JqExpression" : {
954
+ "title" : "JQ",
955
+ "description" : "Evaluates a JQ expression against a JSON message body.",
956
+ "oneOf" : [ {
957
+ "type" : "string"
958
+ }, {
959
+ "type" : "object",
960
+ "additionalProperties" : false,
961
+ "properties" : {
962
+ "expression" : {
963
+ "type" : "string",
964
+ "title" : "Expression",
965
+ "description" : "The expression value in your chosen language syntax"
966
+ },
967
+ "id" : {
968
+ "type" : "string",
969
+ "title" : "Id",
970
+ "description" : "Sets the id of this node"
971
+ },
972
+ "resultType" : {
973
+ "type" : "string",
974
+ "title" : "Result Type",
975
+ "description" : "Sets the class of the result type (type from output)"
976
+ },
977
+ "source" : {
978
+ "type" : "string",
979
+ "title" : "Source",
980
+ "description" : "Source to use, instead of message body. You can prefix with variable:, header:, or property: to specify kind of source. Otherwise, the source is assumed to be a variable. Use empty or null to use default source, which is the message body."
981
+ },
982
+ "trim" : {
983
+ "type" : "boolean",
984
+ "title" : "Trim",
985
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
986
+ }
987
+ }
988
+ } ],
989
+ "required" : [ "expression" ]
990
+ },
991
+ "org.apache.camel.model.language.JavaScriptExpression" : {
992
+ "title" : "JavaScript",
993
+ "description" : "Evaluates a JavaScript expression.",
994
+ "oneOf" : [ {
995
+ "type" : "string"
996
+ }, {
997
+ "type" : "object",
998
+ "additionalProperties" : false,
999
+ "properties" : {
1000
+ "expression" : {
1001
+ "type" : "string",
1002
+ "title" : "Expression",
1003
+ "description" : "The expression value in your chosen language syntax"
1004
+ },
1005
+ "id" : {
1006
+ "type" : "string",
1007
+ "title" : "Id",
1008
+ "description" : "Sets the id of this node"
1009
+ },
1010
+ "resultType" : {
1011
+ "type" : "string",
1012
+ "title" : "Result Type",
1013
+ "description" : "Sets the class of the result type (type from output)"
1014
+ },
1015
+ "trim" : {
1016
+ "type" : "boolean",
1017
+ "title" : "Trim",
1018
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1019
+ }
1020
+ }
1021
+ } ],
1022
+ "required" : [ "expression" ]
1023
+ },
1024
+ "org.apache.camel.model.language.JsonPathExpression" : {
1025
+ "title" : "JSONPath",
1026
+ "description" : "Evaluates a JSONPath expression against a JSON message body.",
1027
+ "oneOf" : [ {
1028
+ "type" : "string"
1029
+ }, {
1030
+ "type" : "object",
1031
+ "additionalProperties" : false,
1032
+ "properties" : {
1033
+ "allowEasyPredicate" : {
1034
+ "type" : "boolean",
1035
+ "title" : "Allow Easy Predicate",
1036
+ "description" : "Whether to allow using the easy predicate parser to pre-parse predicates."
1037
+ },
1038
+ "allowSimple" : {
1039
+ "type" : "boolean",
1040
+ "title" : "Allow Simple",
1041
+ "description" : "Whether to allow in inlined Simple exceptions in the JSONPath expression"
1042
+ },
1043
+ "expression" : {
1044
+ "type" : "string",
1045
+ "title" : "Expression",
1046
+ "description" : "The expression value in your chosen language syntax"
1047
+ },
1048
+ "id" : {
1049
+ "type" : "string",
1050
+ "title" : "Id",
1051
+ "description" : "Sets the id of this node"
1052
+ },
1053
+ "option" : {
1054
+ "type" : "string",
1055
+ "title" : "Option",
1056
+ "description" : "To configure additional options on JSONPath. Multiple values can be separated by comma.",
1057
+ "enum" : [ "DEFAULT_PATH_LEAF_TO_NULL", "ALWAYS_RETURN_LIST", "AS_PATH_LIST", "SUPPRESS_EXCEPTIONS", "REQUIRE_PROPERTIES" ]
1058
+ },
1059
+ "resultType" : {
1060
+ "type" : "string",
1061
+ "title" : "Result Type",
1062
+ "description" : "Sets the class of the result type (type from output)"
1063
+ },
1064
+ "source" : {
1065
+ "type" : "string",
1066
+ "title" : "Source",
1067
+ "description" : "Source to use, instead of message body. You can prefix with variable:, header:, or property: to specify kind of source. Otherwise, the source is assumed to be a variable. Use empty or null to use default source, which is the message body."
1068
+ },
1069
+ "suppressExceptions" : {
1070
+ "type" : "boolean",
1071
+ "title" : "Suppress Exceptions",
1072
+ "description" : "Whether to suppress exceptions such as PathNotFoundException."
1073
+ },
1074
+ "trim" : {
1075
+ "type" : "boolean",
1076
+ "title" : "Trim",
1077
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1078
+ },
1079
+ "unpackArray" : {
1080
+ "type" : "boolean",
1081
+ "title" : "Unpack Array",
1082
+ "description" : "Whether to unpack a single element json-array into an object."
1083
+ },
1084
+ "writeAsString" : {
1085
+ "type" : "boolean",
1086
+ "title" : "Write As String",
1087
+ "description" : "Whether to write the output of each row/element as a JSON String value instead of a Map/POJO value."
1088
+ }
1089
+ }
1090
+ } ],
1091
+ "required" : [ "expression" ]
1092
+ },
1093
+ "org.apache.camel.model.language.LanguageExpression" : {
1094
+ "title" : "Language",
1095
+ "description" : "Evaluates a custom language.",
1096
+ "type" : "object",
1097
+ "additionalProperties" : false,
1098
+ "properties" : {
1099
+ "expression" : {
1100
+ "type" : "string",
1101
+ "title" : "Expression",
1102
+ "description" : "The expression value in your chosen language syntax"
1103
+ },
1104
+ "id" : {
1105
+ "type" : "string",
1106
+ "title" : "Id",
1107
+ "description" : "Sets the id of this node"
1108
+ },
1109
+ "language" : {
1110
+ "type" : "string",
1111
+ "title" : "Language",
1112
+ "description" : "The name of the language to use"
1113
+ },
1114
+ "trim" : {
1115
+ "type" : "boolean",
1116
+ "title" : "Trim",
1117
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1118
+ }
1119
+ },
1120
+ "required" : [ "expression", "language" ]
1121
+ },
1122
+ "org.apache.camel.model.language.MethodCallExpression" : {
1123
+ "title" : "Bean Method",
1124
+ "description" : "Calls a Java bean method.",
1125
+ "oneOf" : [ {
1126
+ "type" : "string"
1127
+ }, {
1128
+ "type" : "object",
1129
+ "additionalProperties" : false,
1130
+ "properties" : {
1131
+ "beanType" : {
1132
+ "type" : "string",
1133
+ "title" : "Bean Type",
1134
+ "description" : "Class name (fully qualified) of the bean to use Will lookup in registry and if there is a single instance of the same type, then the existing bean is used, otherwise a new bean is created (requires a default no-arg constructor)."
1135
+ },
1136
+ "id" : {
1137
+ "type" : "string",
1138
+ "title" : "Id",
1139
+ "description" : "Sets the id of this node"
1140
+ },
1141
+ "method" : {
1142
+ "type" : "string",
1143
+ "title" : "Method",
1144
+ "description" : "Name of method to call"
1145
+ },
1146
+ "ref" : {
1147
+ "type" : "string",
1148
+ "title" : "Ref",
1149
+ "description" : "Reference to an existing bean (bean id) to lookup in the registry"
1150
+ },
1151
+ "resultType" : {
1152
+ "type" : "string",
1153
+ "title" : "Result Type",
1154
+ "description" : "Sets the class of the result type (type from output)"
1155
+ },
1156
+ "scope" : {
1157
+ "type" : "string",
1158
+ "title" : "Scope",
1159
+ "description" : "Scope of bean. When using singleton scope (default) the bean is created or looked up only once and reused for the lifetime of the endpoint. The bean should be thread-safe in case concurrent threads is calling the bean at the same time. When using request scope the bean is created or looked up once per request (exchange). This can be used if you want to store state on a bean while processing a request and you want to call the same bean instance multiple times while processing the request. The bean does not have to be thread-safe as the instance is only called from the same request. When using prototype scope, then the bean will be looked up or created per call. However in case of lookup then this is delegated to the bean registry such as Spring or CDI (if in use), which depends on their configuration can act as either singleton or prototype scope. So when using prototype scope then this depends on the bean registry implementation.",
1160
+ "default" : "Singleton",
1161
+ "enum" : [ "Singleton", "Request", "Prototype" ]
1162
+ },
1163
+ "trim" : {
1164
+ "type" : "boolean",
1165
+ "title" : "Trim",
1166
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1167
+ },
1168
+ "validate" : {
1169
+ "type" : "boolean",
1170
+ "title" : "Validate",
1171
+ "description" : "Whether to validate the bean has the configured method."
1172
+ }
1173
+ }
1174
+ } ]
1175
+ },
1176
+ "org.apache.camel.model.language.MvelExpression" : {
1177
+ "title" : "MVEL",
1178
+ "description" : "Evaluates a MVEL template.",
1179
+ "oneOf" : [ {
1180
+ "type" : "string"
1181
+ }, {
1182
+ "type" : "object",
1183
+ "additionalProperties" : false,
1184
+ "properties" : {
1185
+ "expression" : {
1186
+ "type" : "string",
1187
+ "title" : "Expression",
1188
+ "description" : "The expression value in your chosen language syntax"
1189
+ },
1190
+ "id" : {
1191
+ "type" : "string",
1192
+ "title" : "Id",
1193
+ "description" : "Sets the id of this node"
1194
+ },
1195
+ "resultType" : {
1196
+ "type" : "string",
1197
+ "title" : "Result Type",
1198
+ "description" : "Sets the class of the result type (type from output)"
1199
+ },
1200
+ "trim" : {
1201
+ "type" : "boolean",
1202
+ "title" : "Trim",
1203
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1204
+ }
1205
+ }
1206
+ } ],
1207
+ "required" : [ "expression" ]
1208
+ },
1209
+ "org.apache.camel.model.language.OgnlExpression" : {
1210
+ "title" : "OGNL",
1211
+ "description" : "Evaluates an OGNL expression (Apache Commons OGNL).",
1212
+ "oneOf" : [ {
1213
+ "type" : "string"
1214
+ }, {
1215
+ "type" : "object",
1216
+ "additionalProperties" : false,
1217
+ "properties" : {
1218
+ "expression" : {
1219
+ "type" : "string",
1220
+ "title" : "Expression",
1221
+ "description" : "The expression value in your chosen language syntax"
1222
+ },
1223
+ "id" : {
1224
+ "type" : "string",
1225
+ "title" : "Id",
1226
+ "description" : "Sets the id of this node"
1227
+ },
1228
+ "resultType" : {
1229
+ "type" : "string",
1230
+ "title" : "Result Type",
1231
+ "description" : "Sets the class of the result type (type from output)"
1232
+ },
1233
+ "trim" : {
1234
+ "type" : "boolean",
1235
+ "title" : "Trim",
1236
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1237
+ }
1238
+ }
1239
+ } ],
1240
+ "required" : [ "expression" ]
1241
+ },
1242
+ "org.apache.camel.model.language.PythonExpression" : {
1243
+ "title" : "Python",
1244
+ "description" : "Evaluates a Python expression.",
1245
+ "oneOf" : [ {
1246
+ "type" : "string"
1247
+ }, {
1248
+ "type" : "object",
1249
+ "additionalProperties" : false,
1250
+ "properties" : {
1251
+ "expression" : {
1252
+ "type" : "string",
1253
+ "title" : "Expression",
1254
+ "description" : "The expression value in your chosen language syntax"
1255
+ },
1256
+ "id" : {
1257
+ "type" : "string",
1258
+ "title" : "Id",
1259
+ "description" : "Sets the id of this node"
1260
+ },
1261
+ "resultType" : {
1262
+ "type" : "string",
1263
+ "title" : "Result Type",
1264
+ "description" : "Sets the class of the result type (type from output)"
1265
+ },
1266
+ "trim" : {
1267
+ "type" : "boolean",
1268
+ "title" : "Trim",
1269
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1270
+ }
1271
+ }
1272
+ } ],
1273
+ "required" : [ "expression" ]
1274
+ },
1275
+ "org.apache.camel.model.language.RefExpression" : {
1276
+ "title" : "Ref",
1277
+ "description" : "Uses an existing expression from the registry.",
1278
+ "oneOf" : [ {
1279
+ "type" : "string"
1280
+ }, {
1281
+ "type" : "object",
1282
+ "additionalProperties" : false,
1283
+ "properties" : {
1284
+ "expression" : {
1285
+ "type" : "string",
1286
+ "title" : "Expression",
1287
+ "description" : "The expression value in your chosen language syntax"
1288
+ },
1289
+ "id" : {
1290
+ "type" : "string",
1291
+ "title" : "Id",
1292
+ "description" : "Sets the id of this node"
1293
+ },
1294
+ "resultType" : {
1295
+ "type" : "string",
1296
+ "title" : "Result Type",
1297
+ "description" : "Sets the class of the result type (type from output)"
1298
+ },
1299
+ "trim" : {
1300
+ "type" : "boolean",
1301
+ "title" : "Trim",
1302
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1303
+ }
1304
+ }
1305
+ } ],
1306
+ "required" : [ "expression" ]
1307
+ },
1308
+ "org.apache.camel.model.language.SimpleExpression" : {
1309
+ "title" : "Simple",
1310
+ "description" : "Evaluates a Camel simple expression.",
1311
+ "oneOf" : [ {
1312
+ "type" : "string"
1313
+ }, {
1314
+ "type" : "object",
1315
+ "additionalProperties" : false,
1316
+ "properties" : {
1317
+ "expression" : {
1318
+ "type" : "string",
1319
+ "title" : "Expression",
1320
+ "description" : "The expression value in your chosen language syntax"
1321
+ },
1322
+ "id" : {
1323
+ "type" : "string",
1324
+ "title" : "Id",
1325
+ "description" : "Sets the id of this node"
1326
+ },
1327
+ "resultType" : {
1328
+ "type" : "string",
1329
+ "title" : "Result Type",
1330
+ "description" : "Sets the class of the result type (type from output)"
1331
+ },
1332
+ "trim" : {
1333
+ "type" : "boolean",
1334
+ "title" : "Trim",
1335
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1336
+ }
1337
+ }
1338
+ } ],
1339
+ "required" : [ "expression" ]
1340
+ },
1341
+ "org.apache.camel.model.language.SpELExpression" : {
1342
+ "title" : "SpEL",
1343
+ "description" : "Evaluates a Spring expression (SpEL).",
1344
+ "oneOf" : [ {
1345
+ "type" : "string"
1346
+ }, {
1347
+ "type" : "object",
1348
+ "additionalProperties" : false,
1349
+ "properties" : {
1350
+ "expression" : {
1351
+ "type" : "string",
1352
+ "title" : "Expression",
1353
+ "description" : "The expression value in your chosen language syntax"
1354
+ },
1355
+ "id" : {
1356
+ "type" : "string",
1357
+ "title" : "Id",
1358
+ "description" : "Sets the id of this node"
1359
+ },
1360
+ "resultType" : {
1361
+ "type" : "string",
1362
+ "title" : "Result Type",
1363
+ "description" : "Sets the class of the result type (type from output)"
1364
+ },
1365
+ "trim" : {
1366
+ "type" : "boolean",
1367
+ "title" : "Trim",
1368
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1369
+ }
1370
+ }
1371
+ } ],
1372
+ "required" : [ "expression" ]
1373
+ },
1374
+ "org.apache.camel.model.language.TokenizerExpression" : {
1375
+ "title" : "Tokenize",
1376
+ "description" : "Tokenize text payloads using delimiter patterns.",
1377
+ "oneOf" : [ {
1378
+ "type" : "string"
1379
+ }, {
1380
+ "type" : "object",
1381
+ "additionalProperties" : false,
1382
+ "properties" : {
1383
+ "endToken" : {
1384
+ "type" : "string",
1385
+ "title" : "End Token",
1386
+ "description" : "The end token to use as tokenizer if using start/end token pairs. You can use simple language as the token to support dynamic tokens."
1387
+ },
1388
+ "group" : {
1389
+ "type" : "string",
1390
+ "title" : "Group",
1391
+ "description" : "To group N parts together, for example to split big files into chunks of 1000 lines. You can use simple language as the group to support dynamic group sizes."
1392
+ },
1393
+ "groupDelimiter" : {
1394
+ "type" : "string",
1395
+ "title" : "Group Delimiter",
1396
+ "description" : "Sets the delimiter to use when grouping. If this has not been set then token will be used as the delimiter."
1397
+ },
1398
+ "id" : {
1399
+ "type" : "string",
1400
+ "title" : "Id",
1401
+ "description" : "Sets the id of this node"
1402
+ },
1403
+ "includeTokens" : {
1404
+ "type" : "boolean",
1405
+ "title" : "Include Tokens",
1406
+ "description" : "Whether to include the tokens in the parts when using pairs. When including tokens then the endToken property must also be configured (to use pair mode). The default value is false"
1407
+ },
1408
+ "inheritNamespaceTagName" : {
1409
+ "type" : "string",
1410
+ "title" : "Inherit Namespace Tag Name",
1411
+ "description" : "To inherit namespaces from a root/parent tag name when using XML You can use simple language as the tag name to support dynamic names."
1412
+ },
1413
+ "regex" : {
1414
+ "type" : "boolean",
1415
+ "title" : "Regex",
1416
+ "description" : "If the token is a regular expression pattern. The default value is false"
1417
+ },
1418
+ "resultType" : {
1419
+ "type" : "string",
1420
+ "title" : "Result Type",
1421
+ "description" : "Sets the class of the result type (type from output)"
1422
+ },
1423
+ "skipFirst" : {
1424
+ "type" : "boolean",
1425
+ "title" : "Skip First",
1426
+ "description" : "To skip the very first element"
1427
+ },
1428
+ "source" : {
1429
+ "type" : "string",
1430
+ "title" : "Source",
1431
+ "description" : "Source to use, instead of message body. You can prefix with variable:, header:, or property: to specify kind of source. Otherwise, the source is assumed to be a variable. Use empty or null to use default source, which is the message body."
1432
+ },
1433
+ "token" : {
1434
+ "type" : "string",
1435
+ "title" : "Token",
1436
+ "description" : "The (start) token to use as tokenizer, for example you can use the new line token. You can use simple language as the token to support dynamic tokens."
1437
+ },
1438
+ "trim" : {
1439
+ "type" : "boolean",
1440
+ "title" : "Trim",
1441
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1442
+ },
1443
+ "xml" : {
1444
+ "type" : "boolean",
1445
+ "title" : "Xml",
1446
+ "description" : "Whether the input is XML messages. This option must be set to true if working with XML payloads."
1447
+ }
1448
+ }
1449
+ } ],
1450
+ "required" : [ "token" ]
1451
+ },
1452
+ "org.apache.camel.model.language.VariableExpression" : {
1453
+ "title" : "Variable",
1454
+ "description" : "Gets a variable",
1455
+ "oneOf" : [ {
1456
+ "type" : "string"
1457
+ }, {
1458
+ "type" : "object",
1459
+ "additionalProperties" : false,
1460
+ "properties" : {
1461
+ "expression" : {
1462
+ "type" : "string",
1463
+ "title" : "Expression",
1464
+ "description" : "The expression value in your chosen language syntax"
1465
+ },
1466
+ "id" : {
1467
+ "type" : "string",
1468
+ "title" : "Id",
1469
+ "description" : "Sets the id of this node"
1470
+ },
1471
+ "trim" : {
1472
+ "type" : "boolean",
1473
+ "title" : "Trim",
1474
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1475
+ }
1476
+ }
1477
+ } ],
1478
+ "required" : [ "expression" ]
1479
+ },
1480
+ "org.apache.camel.model.language.WasmExpression" : {
1481
+ "title" : "Wasm",
1482
+ "description" : "Call a wasm (web assembly) function.",
1483
+ "oneOf" : [ {
1484
+ "type" : "string"
1485
+ }, {
1486
+ "type" : "object",
1487
+ "additionalProperties" : false,
1488
+ "properties" : {
1489
+ "expression" : {
1490
+ "type" : "string",
1491
+ "title" : "Expression",
1492
+ "description" : "The expression value in your chosen language syntax"
1493
+ },
1494
+ "id" : {
1495
+ "type" : "string",
1496
+ "title" : "Id",
1497
+ "description" : "Sets the id of this node"
1498
+ },
1499
+ "module" : {
1500
+ "type" : "string",
1501
+ "title" : "Module",
1502
+ "description" : "Set the module (the distributable, loadable, and executable unit of code in WebAssembly) resource that provides the expression function."
1503
+ },
1504
+ "resultType" : {
1505
+ "type" : "string",
1506
+ "title" : "Result Type",
1507
+ "description" : "Sets the class of the result type (type from output)"
1508
+ },
1509
+ "trim" : {
1510
+ "type" : "boolean",
1511
+ "title" : "Trim",
1512
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1513
+ }
1514
+ }
1515
+ } ],
1516
+ "required" : [ "expression", "module" ]
1517
+ },
1518
+ "org.apache.camel.model.language.XPathExpression" : {
1519
+ "title" : "XPath",
1520
+ "description" : "Evaluates an XPath expression against an XML payload.",
1521
+ "oneOf" : [ {
1522
+ "type" : "string"
1523
+ }, {
1524
+ "type" : "object",
1525
+ "additionalProperties" : false,
1526
+ "properties" : {
1527
+ "documentType" : {
1528
+ "type" : "string",
1529
+ "title" : "Document Type",
1530
+ "description" : "Name of class for document type The default value is org.w3c.dom.Document"
1531
+ },
1532
+ "expression" : {
1533
+ "type" : "string",
1534
+ "title" : "Expression",
1535
+ "description" : "The expression value in your chosen language syntax"
1536
+ },
1537
+ "factoryRef" : {
1538
+ "type" : "string",
1539
+ "title" : "Factory Ref",
1540
+ "description" : "References to a custom XPathFactory to lookup in the registry"
1541
+ },
1542
+ "id" : {
1543
+ "type" : "string",
1544
+ "title" : "Id",
1545
+ "description" : "Sets the id of this node"
1546
+ },
1547
+ "logNamespaces" : {
1548
+ "type" : "boolean",
1549
+ "title" : "Log Namespaces",
1550
+ "description" : "Whether to log namespaces which can assist during troubleshooting"
1551
+ },
1552
+ "namespace" : {
1553
+ "type" : "array",
1554
+ "title" : "Namespace",
1555
+ "description" : "Injects the XML Namespaces of prefix - uri mappings",
1556
+ "items" : {
1557
+ "$ref" : "#/definitions/org.apache.camel.model.PropertyDefinition"
1558
+ }
1559
+ },
1560
+ "objectModel" : {
1561
+ "type" : "string",
1562
+ "title" : "Object Model",
1563
+ "description" : "The XPath object model to use"
1564
+ },
1565
+ "preCompile" : {
1566
+ "type" : "boolean",
1567
+ "title" : "Pre Compile",
1568
+ "description" : "Whether to enable pre-compiling the xpath expression during initialization phase. pre-compile is enabled by default. This can be used to turn off, for example in cases the compilation phase is desired at the starting phase, such as if the application is ahead of time compiled (for example with camel-quarkus) which would then load the xpath factory of the built operating system, and not a JVM runtime."
1569
+ },
1570
+ "resultQName" : {
1571
+ "type" : "string",
1572
+ "title" : "Result QName",
1573
+ "description" : "Sets the output type supported by XPath.",
1574
+ "default" : "NODESET",
1575
+ "enum" : [ "NUMBER", "STRING", "BOOLEAN", "NODESET", "NODE" ]
1576
+ },
1577
+ "resultType" : {
1578
+ "type" : "string",
1579
+ "title" : "Result Type",
1580
+ "description" : "Sets the class of the result type (type from output)"
1581
+ },
1582
+ "saxon" : {
1583
+ "type" : "boolean",
1584
+ "title" : "Saxon",
1585
+ "description" : "Whether to use Saxon."
1586
+ },
1587
+ "source" : {
1588
+ "type" : "string",
1589
+ "title" : "Source",
1590
+ "description" : "Source to use, instead of message body. You can prefix with variable:, header:, or property: to specify kind of source. Otherwise, the source is assumed to be a variable. Use empty or null to use default source, which is the message body."
1591
+ },
1592
+ "threadSafety" : {
1593
+ "type" : "boolean",
1594
+ "title" : "Thread Safety",
1595
+ "description" : "Whether to enable thread-safety for the returned result of the xpath expression. This applies to when using NODESET as the result type, and the returned set has multiple elements. In this situation there can be thread-safety issues if you process the NODESET concurrently such as from a Camel Splitter EIP in parallel processing mode. This option prevents concurrency issues by doing defensive copies of the nodes. It is recommended to turn this option on if you are using camel-saxon or Saxon in your application. Saxon has thread-safety issues which can be prevented by turning this option on."
1596
+ },
1597
+ "trim" : {
1598
+ "type" : "boolean",
1599
+ "title" : "Trim",
1600
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1601
+ }
1602
+ }
1603
+ } ],
1604
+ "required" : [ "expression" ]
1605
+ },
1606
+ "org.apache.camel.model.language.XQueryExpression" : {
1607
+ "title" : "XQuery",
1608
+ "description" : "Evaluates an XQuery expressions against an XML payload.",
1609
+ "oneOf" : [ {
1610
+ "type" : "string"
1611
+ }, {
1612
+ "type" : "object",
1613
+ "additionalProperties" : false,
1614
+ "properties" : {
1615
+ "configurationRef" : {
1616
+ "type" : "string",
1617
+ "title" : "Configuration Ref",
1618
+ "description" : "Reference to a saxon configuration instance in the registry to use for xquery (requires camel-saxon). This may be needed to add custom functions to a saxon configuration, so these custom functions can be used in xquery expressions."
1619
+ },
1620
+ "expression" : {
1621
+ "type" : "string",
1622
+ "title" : "Expression",
1623
+ "description" : "The expression value in your chosen language syntax"
1624
+ },
1625
+ "id" : {
1626
+ "type" : "string",
1627
+ "title" : "Id",
1628
+ "description" : "Sets the id of this node"
1629
+ },
1630
+ "namespace" : {
1631
+ "type" : "array",
1632
+ "title" : "Namespace",
1633
+ "description" : "Injects the XML Namespaces of prefix - uri mappings",
1634
+ "items" : {
1635
+ "$ref" : "#/definitions/org.apache.camel.model.PropertyDefinition"
1636
+ }
1637
+ },
1638
+ "resultType" : {
1639
+ "type" : "string",
1640
+ "title" : "Result Type",
1641
+ "description" : "Sets the class of the result type (type from output)"
1642
+ },
1643
+ "source" : {
1644
+ "type" : "string",
1645
+ "title" : "Source",
1646
+ "description" : "Source to use, instead of message body. You can prefix with variable:, header:, or property: to specify kind of source. Otherwise, the source is assumed to be a variable. Use empty or null to use default source, which is the message body."
1647
+ },
1648
+ "trim" : {
1649
+ "type" : "boolean",
1650
+ "title" : "Trim",
1651
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1652
+ }
1653
+ }
1654
+ } ],
1655
+ "required" : [ "expression" ]
1656
+ },
1657
+ "org.apache.camel.model.language.XMLTokenizerExpression" : {
1658
+ "title" : "XML Tokenize",
1659
+ "description" : "Tokenize XML payloads.",
1660
+ "oneOf" : [ {
1661
+ "type" : "string"
1662
+ }, {
1663
+ "type" : "object",
1664
+ "additionalProperties" : false,
1665
+ "properties" : {
1666
+ "expression" : {
1667
+ "type" : "string",
1668
+ "title" : "Expression",
1669
+ "description" : "The expression value in your chosen language syntax"
1670
+ },
1671
+ "group" : {
1672
+ "type" : "number",
1673
+ "title" : "Group",
1674
+ "description" : "To group N parts together"
1675
+ },
1676
+ "id" : {
1677
+ "type" : "string",
1678
+ "title" : "Id",
1679
+ "description" : "Sets the id of this node"
1680
+ },
1681
+ "mode" : {
1682
+ "type" : "string",
1683
+ "title" : "Mode",
1684
+ "description" : "The extraction mode. The available extraction modes are: i - injecting the contextual namespace bindings into the extracted token (default) w - wrapping the extracted token in its ancestor context u - unwrapping the extracted token to its child content t - extracting the text content of the specified element",
1685
+ "default" : "i",
1686
+ "enum" : [ "i", "w", "u", "t" ]
1687
+ },
1688
+ "namespace" : {
1689
+ "type" : "array",
1690
+ "title" : "Namespace",
1691
+ "description" : "Injects the XML Namespaces of prefix - uri mappings",
1692
+ "items" : {
1693
+ "$ref" : "#/definitions/org.apache.camel.model.PropertyDefinition"
1694
+ }
1695
+ },
1696
+ "resultType" : {
1697
+ "type" : "string",
1698
+ "title" : "Result Type",
1699
+ "description" : "Sets the class of the result type (type from output)"
1700
+ },
1701
+ "source" : {
1702
+ "type" : "string",
1703
+ "title" : "Source",
1704
+ "description" : "Source to use, instead of message body. You can prefix with variable:, header:, or property: to specify kind of source. Otherwise, the source is assumed to be a variable. Use empty or null to use default source, which is the message body."
1705
+ },
1706
+ "trim" : {
1707
+ "type" : "boolean",
1708
+ "title" : "Trim",
1709
+ "description" : "Whether to trim the value to remove leading and trailing whitespaces and line breaks"
1710
+ }
1711
+ }
1712
+ } ],
1713
+ "required" : [ "expression" ]
1714
+ },
1715
+ "org.apache.camel.model.PropertyDefinition" : {
1716
+ "title" : "Property",
1717
+ "description" : "A key value pair where the value is a literal value",
1718
+ "type" : "object",
1719
+ "additionalProperties" : false,
1720
+ "properties" : {
1721
+ "key" : {
1722
+ "type" : "string",
1723
+ "title" : "Key",
1724
+ "description" : "The name of the property"
1725
+ },
1726
+ "value" : {
1727
+ "type" : "string",
1728
+ "title" : "Value",
1729
+ "description" : "The property value."
1730
+ }
1731
+ },
1732
+ "required" : [ "key", "value" ]
1733
+ }
1734
+ },
1735
+ "required" : [ "correlationExpression" ]
1736
+ }
1737
+ },
1738
+ "topic" : {
1739
+ "model" : {
1740
+ "kind" : "model",
1741
+ "name" : "topic",
1742
+ "title" : "Topic",
1743
+ "description" : "Topic which sends to all destinations.",
1744
+ "deprecated" : false,
1745
+ "label" : "eip,routing",
1746
+ "javaType" : "org.apache.camel.model.loadbalancer.TopicLoadBalancerDefinition",
1747
+ "supportLevel" : "Stable",
1748
+ "abstract" : false,
1749
+ "input" : false,
1750
+ "output" : false
1751
+ },
1752
+ "properties" : {
1753
+ "id" : {
1754
+ "index" : 0,
1755
+ "kind" : "attribute",
1756
+ "displayName" : "Id",
1757
+ "required" : false,
1758
+ "type" : "string",
1759
+ "javaType" : "java.lang.String",
1760
+ "deprecated" : false,
1761
+ "autowired" : false,
1762
+ "secret" : false,
1763
+ "description" : "The id of this node"
1764
+ }
1765
+ },
1766
+ "propertiesSchema" : {
1767
+ "title" : "Topic",
1768
+ "description" : "Topic which sends to all destinations.",
1769
+ "type" : "object",
1770
+ "additionalProperties" : false,
1771
+ "properties" : {
1772
+ "id" : {
1773
+ "type" : "string",
1774
+ "title" : "Id",
1775
+ "description" : "The id of this node"
1776
+ }
1777
+ },
1778
+ "required" : [ ]
1779
+ }
1780
+ },
1781
+ "weighted" : {
1782
+ "model" : {
1783
+ "kind" : "model",
1784
+ "name" : "weighted",
1785
+ "title" : "Weighted",
1786
+ "description" : "Uses a weighted load distribution ratio for each server with respect to others.",
1787
+ "deprecated" : false,
1788
+ "label" : "eip,routing",
1789
+ "javaType" : "org.apache.camel.model.loadbalancer.WeightedLoadBalancerDefinition",
1790
+ "supportLevel" : "Stable",
1791
+ "abstract" : false,
1792
+ "input" : false,
1793
+ "output" : false
1794
+ },
1795
+ "properties" : {
1796
+ "id" : {
1797
+ "index" : 0,
1798
+ "kind" : "attribute",
1799
+ "displayName" : "Id",
1800
+ "required" : false,
1801
+ "type" : "string",
1802
+ "javaType" : "java.lang.String",
1803
+ "deprecated" : false,
1804
+ "autowired" : false,
1805
+ "secret" : false,
1806
+ "description" : "The id of this node"
1807
+ },
1808
+ "distributionRatio" : {
1809
+ "index" : 1,
1810
+ "kind" : "attribute",
1811
+ "displayName" : "Distribution Ratio",
1812
+ "required" : true,
1813
+ "type" : "string",
1814
+ "javaType" : "java.lang.String",
1815
+ "deprecated" : false,
1816
+ "autowired" : false,
1817
+ "secret" : false,
1818
+ "description" : "The distribution ratio is a delimited String consisting on integer weights separated by delimiters for example 2,3,5. The distributionRatio must match the number of endpoints and/or processors specified in the load balancer list."
1819
+ },
1820
+ "distributionRatioDelimiter" : {
1821
+ "index" : 2,
1822
+ "kind" : "attribute",
1823
+ "displayName" : "Distribution Ratio Delimiter",
1824
+ "label" : "advanced",
1825
+ "required" : false,
1826
+ "type" : "string",
1827
+ "javaType" : "java.lang.String",
1828
+ "deprecated" : false,
1829
+ "autowired" : false,
1830
+ "secret" : false,
1831
+ "defaultValue" : ",",
1832
+ "description" : "Delimiter used to specify the distribution ratio. The default value is , (comma)"
1833
+ },
1834
+ "roundRobin" : {
1835
+ "index" : 3,
1836
+ "kind" : "attribute",
1837
+ "displayName" : "Round Robin",
1838
+ "label" : "advanced",
1839
+ "required" : false,
1840
+ "type" : "boolean",
1841
+ "javaType" : "java.lang.Boolean",
1842
+ "deprecated" : false,
1843
+ "autowired" : false,
1844
+ "secret" : false,
1845
+ "defaultValue" : false,
1846
+ "description" : "To enable round robin mode. By default the weighted distribution mode is used. The default value is false."
1847
+ }
1848
+ },
1849
+ "propertiesSchema" : {
1850
+ "title" : "Weighted",
1851
+ "description" : "Uses a weighted load distribution ratio for each server with respect to others.",
1852
+ "type" : "object",
1853
+ "additionalProperties" : false,
1854
+ "properties" : {
1855
+ "distributionRatio" : {
1856
+ "type" : "string",
1857
+ "title" : "Distribution Ratio",
1858
+ "description" : "The distribution ratio is a delimited String consisting on integer weights separated by delimiters for example 2,3,5. The distributionRatio must match the number of endpoints and/or processors specified in the load balancer list."
1859
+ },
1860
+ "distributionRatioDelimiter" : {
1861
+ "type" : "string",
1862
+ "title" : "Distribution Ratio Delimiter",
1863
+ "description" : "Delimiter used to specify the distribution ratio. The default value is , (comma)",
1864
+ "default" : ","
1865
+ },
1866
+ "id" : {
1867
+ "type" : "string",
1868
+ "title" : "Id",
1869
+ "description" : "The id of this node"
1870
+ },
1871
+ "roundRobin" : {
1872
+ "type" : "boolean",
1873
+ "title" : "Round Robin",
1874
+ "description" : "To enable round robin mode. By default the weighted distribution mode is used. The default value is false."
1875
+ }
1876
+ },
1877
+ "required" : [ "distributionRatio" ]
1878
+ }
1879
+ }
1880
+ }