@kaoto/camel-catalog 0.6.1 → 0.7.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/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-agent-configuration.json +4 -4
- package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-catalog-aggregate-endpoints.json +174 -174
- package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/citrus-catalog-aggregate-functions.json +43 -43
- package/dist/camel-catalog/citrus/4.10.3/citrus-catalog-aggregate-infra-services.json +623 -0
- package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/citrus-catalog-aggregate-test-actions.json +1686 -1044
- package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-catalog-aggregate-test-containers.json +19 -19
- package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-catalog-aggregate-validation-matcher.json +25 -25
- package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/citrus-testcase.json +538 -174
- package/dist/camel-catalog/citrus/{4.10.0 → 4.10.3}/citrus-testcase.xsd +97 -3
- package/dist/camel-catalog/citrus/{4.10.1 → 4.10.3}/index.json +15 -9
- package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-agent-configuration.json +5 -5
- package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-catalog-aggregate-endpoints.json +815 -354
- package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/citrus-catalog-aggregate-functions.json +46 -46
- package/dist/camel-catalog/citrus/5.0.0/citrus-catalog-aggregate-infra-services.json +641 -0
- package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/citrus-catalog-aggregate-test-actions.json +3187 -1495
- package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-catalog-aggregate-test-containers.json +19 -19
- package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-catalog-aggregate-validation-matcher.json +25 -25
- package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/citrus-testcase.json +2376 -1495
- package/dist/camel-catalog/citrus/{4.10.1 → 5.0.0}/citrus-testcase.xsd +1880 -53
- package/dist/camel-catalog/citrus/{4.10.0 → 5.0.0}/index.json +15 -9
- package/dist/camel-catalog/index.json +19 -8
- package/dist/camel-catalog/xslt/3.0/index.json +19 -0
- package/dist/camel-catalog/xslt/3.0/xslt-xpath-functions.json +12042 -0
- package/dist/index.js +2 -1
- package/dist/types/catalog-index.d.ts +30 -4
- package/package.json +2 -2
|
@@ -40,21 +40,17 @@
|
|
|
40
40
|
"Body" : {
|
|
41
41
|
"type" : "object",
|
|
42
42
|
"properties" : {
|
|
43
|
-
"data" : {
|
|
43
|
+
"data" : {
|
|
44
|
+
"type" : "string",
|
|
45
|
+
"title" : "Data",
|
|
46
|
+
"description" : "The message body content as inline data."
|
|
47
|
+
},
|
|
44
48
|
"resource" : { },
|
|
45
49
|
"script" : { }
|
|
46
50
|
},
|
|
47
51
|
"additionalProperties" : false,
|
|
48
52
|
"anyOf" : [ {
|
|
49
53
|
"oneOf" : [ {
|
|
50
|
-
"type" : "object",
|
|
51
|
-
"properties" : {
|
|
52
|
-
"data" : {
|
|
53
|
-
"type" : "string",
|
|
54
|
-
"title" : "Data",
|
|
55
|
-
"description" : "The message body content as inline data."
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
54
|
"required" : [ "data" ]
|
|
59
55
|
}, {
|
|
60
56
|
"type" : "object",
|
|
@@ -113,6 +109,16 @@
|
|
|
113
109
|
}
|
|
114
110
|
},
|
|
115
111
|
"required" : [ "script" ]
|
|
112
|
+
}, {
|
|
113
|
+
"not" : {
|
|
114
|
+
"anyOf" : [ {
|
|
115
|
+
"required" : [ "data" ]
|
|
116
|
+
}, {
|
|
117
|
+
"required" : [ "resource" ]
|
|
118
|
+
}, {
|
|
119
|
+
"required" : [ "script" ]
|
|
120
|
+
} ]
|
|
121
|
+
}
|
|
116
122
|
} ]
|
|
117
123
|
} ]
|
|
118
124
|
},
|
|
@@ -253,7 +259,11 @@
|
|
|
253
259
|
"Header" : {
|
|
254
260
|
"type" : "object",
|
|
255
261
|
"properties" : {
|
|
256
|
-
"data" : {
|
|
262
|
+
"data" : {
|
|
263
|
+
"type" : "string",
|
|
264
|
+
"title" : "Data",
|
|
265
|
+
"description" : "The message header value as inline data."
|
|
266
|
+
},
|
|
257
267
|
"name" : {
|
|
258
268
|
"type" : "string",
|
|
259
269
|
"title" : "Name",
|
|
@@ -266,19 +276,15 @@
|
|
|
266
276
|
"description" : "The message header type to create typed message headers.",
|
|
267
277
|
"$comment" : "group:advanced"
|
|
268
278
|
},
|
|
269
|
-
"value" : {
|
|
279
|
+
"value" : {
|
|
280
|
+
"type" : "string",
|
|
281
|
+
"title" : "Value",
|
|
282
|
+
"description" : "The message header value."
|
|
283
|
+
}
|
|
270
284
|
},
|
|
271
285
|
"additionalProperties" : false,
|
|
272
286
|
"anyOf" : [ {
|
|
273
287
|
"oneOf" : [ {
|
|
274
|
-
"type" : "object",
|
|
275
|
-
"properties" : {
|
|
276
|
-
"value" : {
|
|
277
|
-
"type" : "string",
|
|
278
|
-
"title" : "Value",
|
|
279
|
-
"description" : "The message header value."
|
|
280
|
-
}
|
|
281
|
-
},
|
|
282
288
|
"required" : [ "value" ]
|
|
283
289
|
}, {
|
|
284
290
|
"type" : "object",
|
|
@@ -306,15 +312,17 @@
|
|
|
306
312
|
},
|
|
307
313
|
"required" : [ "resource" ]
|
|
308
314
|
}, {
|
|
309
|
-
"type" : "object",
|
|
310
|
-
"properties" : {
|
|
311
|
-
"data" : {
|
|
312
|
-
"type" : "string",
|
|
313
|
-
"title" : "Data",
|
|
314
|
-
"description" : "The message header value as inline data."
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
315
|
"required" : [ "data" ]
|
|
316
|
+
}, {
|
|
317
|
+
"not" : {
|
|
318
|
+
"anyOf" : [ {
|
|
319
|
+
"required" : [ "value" ]
|
|
320
|
+
}, {
|
|
321
|
+
"required" : [ "resource" ]
|
|
322
|
+
}, {
|
|
323
|
+
"required" : [ "data" ]
|
|
324
|
+
} ]
|
|
325
|
+
}
|
|
318
326
|
} ]
|
|
319
327
|
} ]
|
|
320
328
|
},
|
|
@@ -362,7 +370,7 @@
|
|
|
362
370
|
}
|
|
363
371
|
},
|
|
364
372
|
"headerIgnoreCase" : {
|
|
365
|
-
"type" : "
|
|
373
|
+
"type" : "boolean",
|
|
366
374
|
"title" : "HeaderIgnoreCase",
|
|
367
375
|
"description" : "When enabled the header case is not verified.",
|
|
368
376
|
"$comment" : "group:advanced"
|
|
@@ -437,7 +445,7 @@
|
|
|
437
445
|
"type" : {
|
|
438
446
|
"type" : "string",
|
|
439
447
|
"title" : "Type",
|
|
440
|
-
"description" : "The message type. Gives the
|
|
448
|
+
"description" : "The message type. Gives the test action a hint which validators are capable of performing proper message validation for this message.",
|
|
441
449
|
"$comment" : "group:advanced"
|
|
442
450
|
},
|
|
443
451
|
"version" : {
|
|
@@ -487,7 +495,7 @@
|
|
|
487
495
|
}
|
|
488
496
|
},
|
|
489
497
|
"headerIgnoreCase" : {
|
|
490
|
-
"type" : "
|
|
498
|
+
"type" : "boolean",
|
|
491
499
|
"title" : "HeaderIgnoreCase",
|
|
492
500
|
"description" : "When enabled the header case is not verified.",
|
|
493
501
|
"$comment" : "group:advanced"
|
|
@@ -542,7 +550,7 @@
|
|
|
542
550
|
"type" : {
|
|
543
551
|
"type" : "string",
|
|
544
552
|
"title" : "Type",
|
|
545
|
-
"description" : "The message type. Gives the
|
|
553
|
+
"description" : "The message type. Gives the test action a hint which validators are capable of performing proper message validation for this message.",
|
|
546
554
|
"$comment" : "group:advanced"
|
|
547
555
|
},
|
|
548
556
|
"version" : {
|
|
@@ -605,7 +613,7 @@
|
|
|
605
613
|
}
|
|
606
614
|
},
|
|
607
615
|
"headerIgnoreCase" : {
|
|
608
|
-
"type" : "
|
|
616
|
+
"type" : "boolean",
|
|
609
617
|
"title" : "HeaderIgnoreCase",
|
|
610
618
|
"description" : "When enabled the header case is not verified.",
|
|
611
619
|
"$comment" : "group:advanced"
|
|
@@ -649,7 +657,7 @@
|
|
|
649
657
|
"type" : {
|
|
650
658
|
"type" : "string",
|
|
651
659
|
"title" : "Type",
|
|
652
|
-
"description" : "The message type. Gives the
|
|
660
|
+
"description" : "The message type. Gives the test action a hint which validators are capable of performing proper message validation for this message.",
|
|
653
661
|
"$comment" : "group:advanced"
|
|
654
662
|
}
|
|
655
663
|
},
|
|
@@ -797,7 +805,7 @@
|
|
|
797
805
|
}
|
|
798
806
|
},
|
|
799
807
|
"headerIgnoreCase" : {
|
|
800
|
-
"type" : "
|
|
808
|
+
"type" : "boolean",
|
|
801
809
|
"title" : "HeaderIgnoreCase",
|
|
802
810
|
"description" : "When enabled the header case is not verified.",
|
|
803
811
|
"$comment" : "group:advanced"
|
|
@@ -857,7 +865,7 @@
|
|
|
857
865
|
"type" : {
|
|
858
866
|
"type" : "string",
|
|
859
867
|
"title" : "Type",
|
|
860
|
-
"description" : "The message type. Gives the
|
|
868
|
+
"description" : "The message type. Gives the test action a hint which validators are capable of performing proper message validation for this message.",
|
|
861
869
|
"$comment" : "group:advanced"
|
|
862
870
|
},
|
|
863
871
|
"version" : {
|
|
@@ -922,7 +930,7 @@
|
|
|
922
930
|
}
|
|
923
931
|
},
|
|
924
932
|
"headerIgnoreCase" : {
|
|
925
|
-
"type" : "
|
|
933
|
+
"type" : "boolean",
|
|
926
934
|
"title" : "HeaderIgnoreCase",
|
|
927
935
|
"description" : "When enabled the header case is not verified.",
|
|
928
936
|
"$comment" : "group:advanced"
|
|
@@ -977,7 +985,7 @@
|
|
|
977
985
|
"type" : {
|
|
978
986
|
"type" : "string",
|
|
979
987
|
"title" : "Type",
|
|
980
|
-
"description" : "The message type. Gives the
|
|
988
|
+
"description" : "The message type. Gives the test action a hint which validators are capable of performing proper message validation for this message.",
|
|
981
989
|
"$comment" : "group:advanced"
|
|
982
990
|
},
|
|
983
991
|
"version" : {
|
|
@@ -1461,15 +1469,26 @@
|
|
|
1461
1469
|
"description" : "When enabled the service output is saved into a log file.",
|
|
1462
1470
|
"$comment" : "group:advanced"
|
|
1463
1471
|
},
|
|
1472
|
+
"fixedPort" : {
|
|
1473
|
+
"type" : "boolean",
|
|
1474
|
+
"title" : "FixedPort",
|
|
1475
|
+
"description" : "When enabled the infra service uses fixed ports."
|
|
1476
|
+
},
|
|
1464
1477
|
"implementation" : {
|
|
1465
1478
|
"type" : "string",
|
|
1466
1479
|
"title" : "Implementation",
|
|
1467
1480
|
"description" : "Optional service implementation detail."
|
|
1468
1481
|
},
|
|
1482
|
+
"port" : {
|
|
1483
|
+
"type" : "integer",
|
|
1484
|
+
"title" : "Port",
|
|
1485
|
+
"description" : "When set the infra service uses this port as a fixed port."
|
|
1486
|
+
},
|
|
1469
1487
|
"service" : {
|
|
1470
1488
|
"type" : "string",
|
|
1471
1489
|
"title" : "Service",
|
|
1472
|
-
"description" : "The Camel infra service name."
|
|
1490
|
+
"description" : "The Camel infra service name.",
|
|
1491
|
+
"examples" : [ "arangodb", "artemis", "artemis.amqp", "aws.cloud-watch", "aws.config", "aws.dynamo-db", "aws.dynamodb", "aws.ec2", "aws.event-bridge", "aws.iam", "aws.kinesis", "aws.kms", "aws.lambda", "aws.s3", "aws.secrets-manager", "aws.sns", "aws.sqs", "aws.ssm", "aws.sts", "aws.transcribe", "azure.storage-blob", "azure.storage-queue", "cassandra", "chat-script", "consul", "couchbase", "couchdb", "docling", "elasticsearch", "fhir", "ftp", "ftps", "google.pub-sub", "hashicorp.vault", "hazelcast", "hive-mq", "hive-mq.sparkplug", "ibmmq", "iggy", "ignite", "infinispan", "kafka", "kafka.confluent", "kafka.redpanda", "kafka.strimzi", "keycloak", "microprofile.lra", "milvus", "minio", "mongodb", "mosquitto", "nats", "neo4j", "ollama", "openldap", "pinecone", "postgres", "pulsar", "qdrant", "rabbitmq", "redis", "rocketmq", "sftp", "smb", "solr", "torch-serve", "weaviate", "xmpp", "zookeeper" ]
|
|
1473
1492
|
}
|
|
1474
1493
|
},
|
|
1475
1494
|
"additionalProperties" : false,
|
|
@@ -1529,7 +1548,7 @@
|
|
|
1529
1548
|
"type" : "integer",
|
|
1530
1549
|
"title" : "DelayBetweenAttempts",
|
|
1531
1550
|
"description" : "The delay in milliseconds to wait between validation attempts.",
|
|
1532
|
-
"default" :
|
|
1551
|
+
"default" : 1000,
|
|
1533
1552
|
"$comment" : "group:advanced"
|
|
1534
1553
|
},
|
|
1535
1554
|
"endpoint" : {
|
|
@@ -1552,21 +1571,21 @@
|
|
|
1552
1571
|
"type" : "boolean",
|
|
1553
1572
|
"title" : "JsonOutput",
|
|
1554
1573
|
"description" : "When enabled action stores messages from json output.",
|
|
1555
|
-
"default" :
|
|
1574
|
+
"default" : false,
|
|
1556
1575
|
"$comment" : "group:advanced"
|
|
1557
1576
|
},
|
|
1558
1577
|
"loggingColor" : {
|
|
1559
1578
|
"type" : "boolean",
|
|
1560
1579
|
"title" : "LoggingColor",
|
|
1561
1580
|
"description" : "When enabled the output uses logging color.",
|
|
1562
|
-
"default" :
|
|
1581
|
+
"default" : false,
|
|
1563
1582
|
"$comment" : "group:advanced"
|
|
1564
1583
|
},
|
|
1565
1584
|
"maxAttempts" : {
|
|
1566
1585
|
"type" : "integer",
|
|
1567
1586
|
"title" : "MaxAttempts",
|
|
1568
1587
|
"description" : "Maximum number of validation attempts.",
|
|
1569
|
-
"default" :
|
|
1588
|
+
"default" : 60,
|
|
1570
1589
|
"$comment" : "group:advanced"
|
|
1571
1590
|
},
|
|
1572
1591
|
"printLogs" : {
|
|
@@ -1585,7 +1604,7 @@
|
|
|
1585
1604
|
"type" : "boolean",
|
|
1586
1605
|
"title" : "StopOnErrorStatus",
|
|
1587
1606
|
"description" : "When enabled the validation attempts stop when error state is reported.",
|
|
1588
|
-
"default" :
|
|
1607
|
+
"default" : true,
|
|
1589
1608
|
"$comment" : "group:advanced"
|
|
1590
1609
|
},
|
|
1591
1610
|
"tail" : {
|
|
@@ -1712,7 +1731,7 @@
|
|
|
1712
1731
|
"type" : "boolean",
|
|
1713
1732
|
"title" : "AutoRemove",
|
|
1714
1733
|
"description" : "When enabled the Camel integration is automatically stopped after the test.",
|
|
1715
|
-
"default" :
|
|
1734
|
+
"default" : true,
|
|
1716
1735
|
"$comment" : "group:advanced"
|
|
1717
1736
|
},
|
|
1718
1737
|
"commands" : {
|
|
@@ -1729,7 +1748,7 @@
|
|
|
1729
1748
|
"type" : "boolean",
|
|
1730
1749
|
"title" : "DumpIntegrationOutput",
|
|
1731
1750
|
"description" : "When enabled the integration output is saved to a log file.",
|
|
1732
|
-
"default" :
|
|
1751
|
+
"default" : false,
|
|
1733
1752
|
"$comment" : "group:advanced"
|
|
1734
1753
|
},
|
|
1735
1754
|
"integration" : {
|
|
@@ -1848,7 +1867,7 @@
|
|
|
1848
1867
|
"type" : "boolean",
|
|
1849
1868
|
"title" : "WaitForRunningState",
|
|
1850
1869
|
"description" : "Wait for the integration to report running state.",
|
|
1851
|
-
"default" :
|
|
1870
|
+
"default" : true,
|
|
1852
1871
|
"$comment" : "group:advanced"
|
|
1853
1872
|
},
|
|
1854
1873
|
"workDir" : {
|
|
@@ -1939,7 +1958,7 @@
|
|
|
1939
1958
|
"type" : "boolean",
|
|
1940
1959
|
"title" : "AutoRemove",
|
|
1941
1960
|
"description" : "When enabled the Camel integration is automatically removed from Kubernetes after the test.",
|
|
1942
|
-
"default" :
|
|
1961
|
+
"default" : true
|
|
1943
1962
|
},
|
|
1944
1963
|
"buildProperties" : {
|
|
1945
1964
|
"title" : "BuildProperties",
|
|
@@ -2025,14 +2044,14 @@
|
|
|
2025
2044
|
"type" : "boolean",
|
|
2026
2045
|
"title" : "Verbose",
|
|
2027
2046
|
"description" : "When enabled the Camel JBang command print verbose log messages.",
|
|
2028
|
-
"default" :
|
|
2047
|
+
"default" : false,
|
|
2029
2048
|
"$comment" : "group:advanced"
|
|
2030
2049
|
},
|
|
2031
2050
|
"waitForRunningState" : {
|
|
2032
2051
|
"type" : "boolean",
|
|
2033
2052
|
"title" : "WaitForRunningState",
|
|
2034
2053
|
"description" : "When enabled the test waits for the Camel integration Kubernetes deployment to report proper running state.",
|
|
2035
|
-
"default" :
|
|
2054
|
+
"default" : true,
|
|
2036
2055
|
"$comment" : "group:advanced"
|
|
2037
2056
|
}
|
|
2038
2057
|
},
|
|
@@ -2059,7 +2078,7 @@
|
|
|
2059
2078
|
"type" : "integer",
|
|
2060
2079
|
"title" : "DelayBetweenAttempts",
|
|
2061
2080
|
"description" : "The delay in milliseconds to wait between validation attempts.",
|
|
2062
|
-
"default" :
|
|
2081
|
+
"default" : 1000,
|
|
2063
2082
|
"$comment" : "group:advanced"
|
|
2064
2083
|
},
|
|
2065
2084
|
"integration" : {
|
|
@@ -2081,7 +2100,7 @@
|
|
|
2081
2100
|
"type" : "integer",
|
|
2082
2101
|
"title" : "MaxAttempts",
|
|
2083
2102
|
"description" : "Maximum number of validation attempts.",
|
|
2084
|
-
"default" :
|
|
2103
|
+
"default" : 60,
|
|
2085
2104
|
"$comment" : "group:advanced"
|
|
2086
2105
|
},
|
|
2087
2106
|
"namespace" : {
|
|
@@ -2124,6 +2143,13 @@
|
|
|
2124
2143
|
"$comment" : "group:advanced"
|
|
2125
2144
|
}
|
|
2126
2145
|
},
|
|
2146
|
+
"autoRemove" : {
|
|
2147
|
+
"type" : "boolean",
|
|
2148
|
+
"title" : "AutoRemove",
|
|
2149
|
+
"description" : "When enabled the Camel plugin is automatically removed after the test.",
|
|
2150
|
+
"default" : false,
|
|
2151
|
+
"$comment" : "group:advanced"
|
|
2152
|
+
},
|
|
2127
2153
|
"name" : {
|
|
2128
2154
|
"type" : "string",
|
|
2129
2155
|
"title" : "Name",
|
|
@@ -2134,6 +2160,20 @@
|
|
|
2134
2160
|
"additionalProperties" : false,
|
|
2135
2161
|
"title" : "Add",
|
|
2136
2162
|
"description" : "Adds a plugin to the Camel Jbang installation."
|
|
2163
|
+
},
|
|
2164
|
+
"delete" : {
|
|
2165
|
+
"type" : "object",
|
|
2166
|
+
"properties" : {
|
|
2167
|
+
"name" : {
|
|
2168
|
+
"type" : "string",
|
|
2169
|
+
"title" : "Name",
|
|
2170
|
+
"description" : "The plugin name."
|
|
2171
|
+
}
|
|
2172
|
+
},
|
|
2173
|
+
"required" : [ "name" ],
|
|
2174
|
+
"additionalProperties" : false,
|
|
2175
|
+
"title" : "Delete",
|
|
2176
|
+
"description" : "Deletes a plugin from the Camel Jbang installation."
|
|
2137
2177
|
}
|
|
2138
2178
|
},
|
|
2139
2179
|
"additionalProperties" : false,
|
|
@@ -2159,14 +2199,14 @@
|
|
|
2159
2199
|
"type" : "boolean",
|
|
2160
2200
|
"title" : "AutoRemove",
|
|
2161
2201
|
"description" : "When enabled the Camel integration is automatically stopped after the test.",
|
|
2162
|
-
"default" :
|
|
2202
|
+
"default" : true,
|
|
2163
2203
|
"$comment" : "group:advanced"
|
|
2164
2204
|
},
|
|
2165
2205
|
"dumpIntegrationOutput" : {
|
|
2166
2206
|
"type" : "boolean",
|
|
2167
2207
|
"title" : "DumpIntegrationOutput",
|
|
2168
2208
|
"description" : "When enabled the integration output is saved to a log file.",
|
|
2169
|
-
"default" :
|
|
2209
|
+
"default" : false,
|
|
2170
2210
|
"$comment" : "group:advanced"
|
|
2171
2211
|
},
|
|
2172
2212
|
"integration" : {
|
|
@@ -2296,7 +2336,7 @@
|
|
|
2296
2336
|
"type" : "boolean",
|
|
2297
2337
|
"title" : "WaitForRunningState",
|
|
2298
2338
|
"description" : "Wait for the integration to report running state.",
|
|
2299
|
-
"default" :
|
|
2339
|
+
"default" : true,
|
|
2300
2340
|
"$comment" : "group:advanced"
|
|
2301
2341
|
}
|
|
2302
2342
|
},
|
|
@@ -2324,7 +2364,7 @@
|
|
|
2324
2364
|
"type" : "integer",
|
|
2325
2365
|
"title" : "DelayBetweenAttempts",
|
|
2326
2366
|
"description" : "The delay in milliseconds to wait between validation attempts.",
|
|
2327
|
-
"default" :
|
|
2367
|
+
"default" : 1000,
|
|
2328
2368
|
"$comment" : "group:advanced"
|
|
2329
2369
|
},
|
|
2330
2370
|
"integration" : {
|
|
@@ -2341,7 +2381,7 @@
|
|
|
2341
2381
|
"type" : "integer",
|
|
2342
2382
|
"title" : "MaxAttempts",
|
|
2343
2383
|
"description" : "Maximum attempts to validate the integration.",
|
|
2344
|
-
"default" :
|
|
2384
|
+
"default" : 60,
|
|
2345
2385
|
"$comment" : "group:advanced"
|
|
2346
2386
|
},
|
|
2347
2387
|
"phase" : {
|
|
@@ -2361,7 +2401,7 @@
|
|
|
2361
2401
|
"type" : "boolean",
|
|
2362
2402
|
"title" : "StopOnErrorStatus",
|
|
2363
2403
|
"description" : "When enabled the validation attempts stop when error state is reported.",
|
|
2364
|
-
"default" :
|
|
2404
|
+
"default" : true,
|
|
2365
2405
|
"$comment" : "group:advanced"
|
|
2366
2406
|
}
|
|
2367
2407
|
},
|
|
@@ -2752,7 +2792,7 @@
|
|
|
2752
2792
|
"type" : "integer",
|
|
2753
2793
|
"title" : "Timeout",
|
|
2754
2794
|
"description" : "The Http request timeout while waiting for a response",
|
|
2755
|
-
"default" :
|
|
2795
|
+
"default" : 5000
|
|
2756
2796
|
}
|
|
2757
2797
|
},
|
|
2758
2798
|
"additionalProperties" : false,
|
|
@@ -2953,9 +2993,9 @@
|
|
|
2953
2993
|
"description" : "Sets the security handler as a bean reference.",
|
|
2954
2994
|
"$comment" : "group:security"
|
|
2955
2995
|
},
|
|
2956
|
-
"
|
|
2996
|
+
"servletHandler" : {
|
|
2957
2997
|
"type" : "string",
|
|
2958
|
-
"title" : "
|
|
2998
|
+
"title" : "ServletHandler",
|
|
2959
2999
|
"description" : "Sets a custom servlet handler as a bean reference.",
|
|
2960
3000
|
"$comment" : "group:servlet"
|
|
2961
3001
|
},
|
|
@@ -2975,7 +3015,7 @@
|
|
|
2975
3015
|
"type" : "integer",
|
|
2976
3016
|
"title" : "Timeout",
|
|
2977
3017
|
"description" : "Sets the server timeout while waiting for incoming requests.",
|
|
2978
|
-
"default" :
|
|
3018
|
+
"default" : 5000
|
|
2979
3019
|
},
|
|
2980
3020
|
"useDefaultFilters" : {
|
|
2981
3021
|
"type" : "boolean",
|
|
@@ -2990,6 +3030,14 @@
|
|
|
2990
3030
|
}
|
|
2991
3031
|
},
|
|
2992
3032
|
"required" : [ "server" ]
|
|
3033
|
+
}, {
|
|
3034
|
+
"not" : {
|
|
3035
|
+
"anyOf" : [ {
|
|
3036
|
+
"required" : [ "client" ]
|
|
3037
|
+
}, {
|
|
3038
|
+
"required" : [ "server" ]
|
|
3039
|
+
} ]
|
|
3040
|
+
}
|
|
2993
3041
|
} ]
|
|
2994
3042
|
} ],
|
|
2995
3043
|
"title" : "Http",
|
|
@@ -3096,7 +3144,7 @@
|
|
|
3096
3144
|
"type" : "integer",
|
|
3097
3145
|
"title" : "Timeout",
|
|
3098
3146
|
"description" : "Sets the receive timeout when the client waits for response messages.",
|
|
3099
|
-
"default" :
|
|
3147
|
+
"default" : 5000
|
|
3100
3148
|
},
|
|
3101
3149
|
"webServiceTemplate" : {
|
|
3102
3150
|
"type" : "string",
|
|
@@ -3240,9 +3288,9 @@
|
|
|
3240
3288
|
"description" : "Sets the security handler as a bean reference.",
|
|
3241
3289
|
"$comment" : "group:security"
|
|
3242
3290
|
},
|
|
3243
|
-
"
|
|
3291
|
+
"servletHandler" : {
|
|
3244
3292
|
"type" : "string",
|
|
3245
|
-
"title" : "
|
|
3293
|
+
"title" : "ServletHandler",
|
|
3246
3294
|
"description" : "Sets a custom servlet handler as a bean reference.",
|
|
3247
3295
|
"$comment" : "group:servlet"
|
|
3248
3296
|
},
|
|
@@ -3274,7 +3322,7 @@
|
|
|
3274
3322
|
"type" : "integer",
|
|
3275
3323
|
"title" : "Timeout",
|
|
3276
3324
|
"description" : "Sets the server timeout while waiting for incoming requests.",
|
|
3277
|
-
"default" :
|
|
3325
|
+
"default" : 5000
|
|
3278
3326
|
}
|
|
3279
3327
|
},
|
|
3280
3328
|
"additionalProperties" : false,
|
|
@@ -3283,6 +3331,14 @@
|
|
|
3283
3331
|
}
|
|
3284
3332
|
},
|
|
3285
3333
|
"required" : [ "server" ]
|
|
3334
|
+
}, {
|
|
3335
|
+
"not" : {
|
|
3336
|
+
"anyOf" : [ {
|
|
3337
|
+
"required" : [ "client" ]
|
|
3338
|
+
}, {
|
|
3339
|
+
"required" : [ "server" ]
|
|
3340
|
+
} ]
|
|
3341
|
+
}
|
|
3286
3342
|
} ]
|
|
3287
3343
|
} ],
|
|
3288
3344
|
"title" : "Soap",
|
|
@@ -3339,7 +3395,7 @@
|
|
|
3339
3395
|
"type" : "integer",
|
|
3340
3396
|
"title" : "Timeout",
|
|
3341
3397
|
"description" : "The Http request timeout while waiting for a response",
|
|
3342
|
-
"default" :
|
|
3398
|
+
"default" : 5000
|
|
3343
3399
|
}
|
|
3344
3400
|
},
|
|
3345
3401
|
"additionalProperties" : false,
|
|
@@ -3540,9 +3596,9 @@
|
|
|
3540
3596
|
"description" : "Sets the security handler as a bean reference.",
|
|
3541
3597
|
"$comment" : "group:security"
|
|
3542
3598
|
},
|
|
3543
|
-
"
|
|
3599
|
+
"servletHandler" : {
|
|
3544
3600
|
"type" : "string",
|
|
3545
|
-
"title" : "
|
|
3601
|
+
"title" : "ServletHandler",
|
|
3546
3602
|
"description" : "Sets a custom servlet handler as a bean reference.",
|
|
3547
3603
|
"$comment" : "group:servlet"
|
|
3548
3604
|
},
|
|
@@ -3562,7 +3618,7 @@
|
|
|
3562
3618
|
"type" : "integer",
|
|
3563
3619
|
"title" : "Timeout",
|
|
3564
3620
|
"description" : "Sets the server timeout while waiting for incoming requests.",
|
|
3565
|
-
"default" :
|
|
3621
|
+
"default" : 5000
|
|
3566
3622
|
},
|
|
3567
3623
|
"useDefaultFilters" : {
|
|
3568
3624
|
"type" : "boolean",
|
|
@@ -3587,6 +3643,14 @@
|
|
|
3587
3643
|
}
|
|
3588
3644
|
},
|
|
3589
3645
|
"required" : [ "server" ]
|
|
3646
|
+
}, {
|
|
3647
|
+
"not" : {
|
|
3648
|
+
"anyOf" : [ {
|
|
3649
|
+
"required" : [ "client" ]
|
|
3650
|
+
}, {
|
|
3651
|
+
"required" : [ "server" ]
|
|
3652
|
+
} ]
|
|
3653
|
+
}
|
|
3590
3654
|
} ]
|
|
3591
3655
|
} ],
|
|
3592
3656
|
"title" : "WebSocket",
|
|
@@ -3800,7 +3864,7 @@
|
|
|
3800
3864
|
"type" : "integer",
|
|
3801
3865
|
"title" : "Timeout",
|
|
3802
3866
|
"description" : "The server timeout.",
|
|
3803
|
-
"default" :
|
|
3867
|
+
"default" : 5000
|
|
3804
3868
|
}
|
|
3805
3869
|
},
|
|
3806
3870
|
"additionalProperties" : false,
|
|
@@ -3809,6 +3873,14 @@
|
|
|
3809
3873
|
}
|
|
3810
3874
|
},
|
|
3811
3875
|
"required" : [ "server" ]
|
|
3876
|
+
}, {
|
|
3877
|
+
"not" : {
|
|
3878
|
+
"anyOf" : [ {
|
|
3879
|
+
"required" : [ "client" ]
|
|
3880
|
+
}, {
|
|
3881
|
+
"required" : [ "server" ]
|
|
3882
|
+
} ]
|
|
3883
|
+
}
|
|
3812
3884
|
} ]
|
|
3813
3885
|
} ],
|
|
3814
3886
|
"title" : "Mail",
|
|
@@ -4008,7 +4080,7 @@
|
|
|
4008
4080
|
"type" : "integer",
|
|
4009
4081
|
"title" : "Timeout",
|
|
4010
4082
|
"description" : "The server timeout.",
|
|
4011
|
-
"default" :
|
|
4083
|
+
"default" : 5000
|
|
4012
4084
|
},
|
|
4013
4085
|
"user" : {
|
|
4014
4086
|
"type" : "string",
|
|
@@ -4034,6 +4106,14 @@
|
|
|
4034
4106
|
}
|
|
4035
4107
|
},
|
|
4036
4108
|
"required" : [ "server" ]
|
|
4109
|
+
}, {
|
|
4110
|
+
"not" : {
|
|
4111
|
+
"anyOf" : [ {
|
|
4112
|
+
"required" : [ "client" ]
|
|
4113
|
+
}, {
|
|
4114
|
+
"required" : [ "server" ]
|
|
4115
|
+
} ]
|
|
4116
|
+
}
|
|
4037
4117
|
} ]
|
|
4038
4118
|
} ],
|
|
4039
4119
|
"title" : "Ftp",
|
|
@@ -4277,7 +4357,7 @@
|
|
|
4277
4357
|
"type" : "integer",
|
|
4278
4358
|
"title" : "Timeout",
|
|
4279
4359
|
"description" : "The server timeout.",
|
|
4280
|
-
"default" :
|
|
4360
|
+
"default" : 5000
|
|
4281
4361
|
},
|
|
4282
4362
|
"user" : {
|
|
4283
4363
|
"type" : "string",
|
|
@@ -4296,6 +4376,14 @@
|
|
|
4296
4376
|
}
|
|
4297
4377
|
},
|
|
4298
4378
|
"required" : [ "server" ]
|
|
4379
|
+
}, {
|
|
4380
|
+
"not" : {
|
|
4381
|
+
"anyOf" : [ {
|
|
4382
|
+
"required" : [ "client" ]
|
|
4383
|
+
}, {
|
|
4384
|
+
"required" : [ "server" ]
|
|
4385
|
+
} ]
|
|
4386
|
+
}
|
|
4299
4387
|
} ]
|
|
4300
4388
|
} ],
|
|
4301
4389
|
"title" : "Sftp",
|
|
@@ -4524,7 +4612,7 @@
|
|
|
4524
4612
|
"type" : "integer",
|
|
4525
4613
|
"title" : "Timeout",
|
|
4526
4614
|
"description" : "The server timeout.",
|
|
4527
|
-
"default" :
|
|
4615
|
+
"default" : 5000
|
|
4528
4616
|
},
|
|
4529
4617
|
"user" : {
|
|
4530
4618
|
"type" : "string",
|
|
@@ -4543,6 +4631,14 @@
|
|
|
4543
4631
|
}
|
|
4544
4632
|
},
|
|
4545
4633
|
"required" : [ "server" ]
|
|
4634
|
+
}, {
|
|
4635
|
+
"not" : {
|
|
4636
|
+
"anyOf" : [ {
|
|
4637
|
+
"required" : [ "client" ]
|
|
4638
|
+
}, {
|
|
4639
|
+
"required" : [ "server" ]
|
|
4640
|
+
} ]
|
|
4641
|
+
}
|
|
4546
4642
|
} ]
|
|
4547
4643
|
} ],
|
|
4548
4644
|
"title" : "Scp",
|
|
@@ -4802,7 +4898,7 @@
|
|
|
4802
4898
|
"type" : "integer",
|
|
4803
4899
|
"title" : "Timeout",
|
|
4804
4900
|
"description" : "Sets the receive timeout when the consumer waits for messages to arrive.",
|
|
4805
|
-
"default" :
|
|
4901
|
+
"default" : 5000
|
|
4806
4902
|
},
|
|
4807
4903
|
"useObjectMessages" : {
|
|
4808
4904
|
"type" : "boolean",
|
|
@@ -4909,6 +5005,14 @@
|
|
|
4909
5005
|
}
|
|
4910
5006
|
},
|
|
4911
5007
|
"required" : [ "synchronous" ]
|
|
5008
|
+
}, {
|
|
5009
|
+
"not" : {
|
|
5010
|
+
"anyOf" : [ {
|
|
5011
|
+
"required" : [ "asynchronous" ]
|
|
5012
|
+
}, {
|
|
5013
|
+
"required" : [ "synchronous" ]
|
|
5014
|
+
} ]
|
|
5015
|
+
}
|
|
4912
5016
|
} ]
|
|
4913
5017
|
} ],
|
|
4914
5018
|
"title" : "JMS",
|
|
@@ -5055,6 +5159,14 @@
|
|
|
5055
5159
|
}
|
|
5056
5160
|
},
|
|
5057
5161
|
"required" : [ "synchronous" ]
|
|
5162
|
+
}, {
|
|
5163
|
+
"not" : {
|
|
5164
|
+
"anyOf" : [ {
|
|
5165
|
+
"required" : [ "asynchronous" ]
|
|
5166
|
+
}, {
|
|
5167
|
+
"required" : [ "synchronous" ]
|
|
5168
|
+
} ]
|
|
5169
|
+
}
|
|
5058
5170
|
} ]
|
|
5059
5171
|
} ],
|
|
5060
5172
|
"title" : "Vert.x",
|
|
@@ -5150,6 +5262,14 @@
|
|
|
5150
5262
|
}
|
|
5151
5263
|
},
|
|
5152
5264
|
"required" : [ "synchronous" ]
|
|
5265
|
+
}, {
|
|
5266
|
+
"not" : {
|
|
5267
|
+
"anyOf" : [ {
|
|
5268
|
+
"required" : [ "asynchronous" ]
|
|
5269
|
+
}, {
|
|
5270
|
+
"required" : [ "synchronous" ]
|
|
5271
|
+
} ]
|
|
5272
|
+
}
|
|
5153
5273
|
} ]
|
|
5154
5274
|
} ],
|
|
5155
5275
|
"title" : "Direct",
|
|
@@ -5402,6 +5522,14 @@
|
|
|
5402
5522
|
}
|
|
5403
5523
|
},
|
|
5404
5524
|
"required" : [ "synchronous" ]
|
|
5525
|
+
}, {
|
|
5526
|
+
"not" : {
|
|
5527
|
+
"anyOf" : [ {
|
|
5528
|
+
"required" : [ "asynchronous" ]
|
|
5529
|
+
}, {
|
|
5530
|
+
"required" : [ "synchronous" ]
|
|
5531
|
+
} ]
|
|
5532
|
+
}
|
|
5405
5533
|
} ]
|
|
5406
5534
|
} ],
|
|
5407
5535
|
"title" : "Kafka",
|
|
@@ -5509,6 +5637,14 @@
|
|
|
5509
5637
|
}
|
|
5510
5638
|
},
|
|
5511
5639
|
"required" : [ "synchronous" ]
|
|
5640
|
+
}, {
|
|
5641
|
+
"not" : {
|
|
5642
|
+
"anyOf" : [ {
|
|
5643
|
+
"required" : [ "asynchronous" ]
|
|
5644
|
+
}, {
|
|
5645
|
+
"required" : [ "synchronous" ]
|
|
5646
|
+
} ]
|
|
5647
|
+
}
|
|
5512
5648
|
} ]
|
|
5513
5649
|
} ],
|
|
5514
5650
|
"title" : "Camel",
|
|
@@ -5571,7 +5707,7 @@
|
|
|
5571
5707
|
"type" : "integer",
|
|
5572
5708
|
"title" : "Timeout",
|
|
5573
5709
|
"description" : "Sets the receive timeout when waiting for messages.",
|
|
5574
|
-
"default" :
|
|
5710
|
+
"default" : 5000
|
|
5575
5711
|
},
|
|
5576
5712
|
"useObjectMessages" : {
|
|
5577
5713
|
"type" : "boolean",
|
|
@@ -5642,7 +5778,7 @@
|
|
|
5642
5778
|
"type" : "integer",
|
|
5643
5779
|
"title" : "Timeout",
|
|
5644
5780
|
"description" : "Sets the receive timeout when waiting for messages.",
|
|
5645
|
-
"default" :
|
|
5781
|
+
"default" : 5000
|
|
5646
5782
|
},
|
|
5647
5783
|
"useObjectMessages" : {
|
|
5648
5784
|
"type" : "boolean",
|
|
@@ -5657,6 +5793,14 @@
|
|
|
5657
5793
|
}
|
|
5658
5794
|
},
|
|
5659
5795
|
"required" : [ "synchronous" ]
|
|
5796
|
+
}, {
|
|
5797
|
+
"not" : {
|
|
5798
|
+
"anyOf" : [ {
|
|
5799
|
+
"required" : [ "asynchronous" ]
|
|
5800
|
+
}, {
|
|
5801
|
+
"required" : [ "synchronous" ]
|
|
5802
|
+
} ]
|
|
5803
|
+
}
|
|
5660
5804
|
} ]
|
|
5661
5805
|
} ],
|
|
5662
5806
|
"title" : "Spring channel",
|
|
@@ -5746,6 +5890,44 @@
|
|
|
5746
5890
|
}
|
|
5747
5891
|
},
|
|
5748
5892
|
"required" : [ "selenium" ]
|
|
5893
|
+
}, {
|
|
5894
|
+
"not" : {
|
|
5895
|
+
"anyOf" : [ {
|
|
5896
|
+
"required" : [ "http" ]
|
|
5897
|
+
}, {
|
|
5898
|
+
"required" : [ "soap" ]
|
|
5899
|
+
}, {
|
|
5900
|
+
"required" : [ "webSocket" ]
|
|
5901
|
+
}, {
|
|
5902
|
+
"required" : [ "context" ]
|
|
5903
|
+
}, {
|
|
5904
|
+
"required" : [ "mail" ]
|
|
5905
|
+
}, {
|
|
5906
|
+
"required" : [ "ftp" ]
|
|
5907
|
+
}, {
|
|
5908
|
+
"required" : [ "sftp" ]
|
|
5909
|
+
}, {
|
|
5910
|
+
"required" : [ "scp" ]
|
|
5911
|
+
}, {
|
|
5912
|
+
"required" : [ "docker" ]
|
|
5913
|
+
}, {
|
|
5914
|
+
"required" : [ "kubernetes" ]
|
|
5915
|
+
}, {
|
|
5916
|
+
"required" : [ "jms" ]
|
|
5917
|
+
}, {
|
|
5918
|
+
"required" : [ "vertx" ]
|
|
5919
|
+
}, {
|
|
5920
|
+
"required" : [ "direct" ]
|
|
5921
|
+
}, {
|
|
5922
|
+
"required" : [ "kafka" ]
|
|
5923
|
+
}, {
|
|
5924
|
+
"required" : [ "camel" ]
|
|
5925
|
+
}, {
|
|
5926
|
+
"required" : [ "channel" ]
|
|
5927
|
+
}, {
|
|
5928
|
+
"required" : [ "selenium" ]
|
|
5929
|
+
} ]
|
|
5930
|
+
}
|
|
5749
5931
|
} ]
|
|
5750
5932
|
} ],
|
|
5751
5933
|
"title" : "CreateEndpoint",
|
|
@@ -6154,12 +6336,6 @@
|
|
|
6154
6336
|
}
|
|
6155
6337
|
},
|
|
6156
6338
|
"required" : [ "PUT" ]
|
|
6157
|
-
}, {
|
|
6158
|
-
"type" : "object",
|
|
6159
|
-
"properties" : {
|
|
6160
|
-
"PUT" : { }
|
|
6161
|
-
},
|
|
6162
|
-
"required" : [ "PUT" ]
|
|
6163
6339
|
}, {
|
|
6164
6340
|
"type" : "object",
|
|
6165
6341
|
"properties" : {
|
|
@@ -6225,6 +6401,26 @@
|
|
|
6225
6401
|
}
|
|
6226
6402
|
},
|
|
6227
6403
|
"required" : [ "TRACE" ]
|
|
6404
|
+
}, {
|
|
6405
|
+
"not" : {
|
|
6406
|
+
"anyOf" : [ {
|
|
6407
|
+
"required" : [ "GET" ]
|
|
6408
|
+
}, {
|
|
6409
|
+
"required" : [ "POST" ]
|
|
6410
|
+
}, {
|
|
6411
|
+
"required" : [ "PUT" ]
|
|
6412
|
+
}, {
|
|
6413
|
+
"required" : [ "DELETE" ]
|
|
6414
|
+
}, {
|
|
6415
|
+
"required" : [ "HEAD" ]
|
|
6416
|
+
}, {
|
|
6417
|
+
"required" : [ "OPTIONS" ]
|
|
6418
|
+
}, {
|
|
6419
|
+
"required" : [ "PATCH" ]
|
|
6420
|
+
}, {
|
|
6421
|
+
"required" : [ "TRACE" ]
|
|
6422
|
+
} ]
|
|
6423
|
+
}
|
|
6228
6424
|
} ]
|
|
6229
6425
|
} ],
|
|
6230
6426
|
"title" : "ReceiveRequest",
|
|
@@ -6385,12 +6581,6 @@
|
|
|
6385
6581
|
}
|
|
6386
6582
|
},
|
|
6387
6583
|
"required" : [ "PUT" ]
|
|
6388
|
-
}, {
|
|
6389
|
-
"type" : "object",
|
|
6390
|
-
"properties" : {
|
|
6391
|
-
"PUT" : { }
|
|
6392
|
-
},
|
|
6393
|
-
"required" : [ "PUT" ]
|
|
6394
6584
|
}, {
|
|
6395
6585
|
"type" : "object",
|
|
6396
6586
|
"properties" : {
|
|
@@ -6456,6 +6646,26 @@
|
|
|
6456
6646
|
}
|
|
6457
6647
|
},
|
|
6458
6648
|
"required" : [ "TRACE" ]
|
|
6649
|
+
}, {
|
|
6650
|
+
"not" : {
|
|
6651
|
+
"anyOf" : [ {
|
|
6652
|
+
"required" : [ "GET" ]
|
|
6653
|
+
}, {
|
|
6654
|
+
"required" : [ "POST" ]
|
|
6655
|
+
}, {
|
|
6656
|
+
"required" : [ "PUT" ]
|
|
6657
|
+
}, {
|
|
6658
|
+
"required" : [ "DELETE" ]
|
|
6659
|
+
}, {
|
|
6660
|
+
"required" : [ "HEAD" ]
|
|
6661
|
+
}, {
|
|
6662
|
+
"required" : [ "OPTIONS" ]
|
|
6663
|
+
}, {
|
|
6664
|
+
"required" : [ "PATCH" ]
|
|
6665
|
+
}, {
|
|
6666
|
+
"required" : [ "TRACE" ]
|
|
6667
|
+
} ]
|
|
6668
|
+
}
|
|
6459
6669
|
} ]
|
|
6460
6670
|
} ],
|
|
6461
6671
|
"title" : "SendRequest",
|
|
@@ -6533,14 +6743,14 @@
|
|
|
6533
6743
|
"type" : "integer",
|
|
6534
6744
|
"title" : "StartsWith",
|
|
6535
6745
|
"description" : "Index starts with this value.",
|
|
6536
|
-
"default" :
|
|
6746
|
+
"default" : 1,
|
|
6537
6747
|
"$comment" : "group:advanced"
|
|
6538
6748
|
},
|
|
6539
6749
|
"step" : {
|
|
6540
6750
|
"type" : "integer",
|
|
6541
6751
|
"title" : "Step",
|
|
6542
6752
|
"description" : "The step added to the index for each iteration.",
|
|
6543
|
-
"default" :
|
|
6753
|
+
"default" : 1,
|
|
6544
6754
|
"$comment" : "group:advanced"
|
|
6545
6755
|
}
|
|
6546
6756
|
},
|
|
@@ -7156,8 +7366,16 @@
|
|
|
7156
7366
|
"type" : "string",
|
|
7157
7367
|
"title" : "ApiVersion"
|
|
7158
7368
|
},
|
|
7159
|
-
"data" : {
|
|
7160
|
-
|
|
7369
|
+
"data" : {
|
|
7370
|
+
"type" : "string",
|
|
7371
|
+
"title" : "Data",
|
|
7372
|
+
"description" : "The custom resource specification as inline data."
|
|
7373
|
+
},
|
|
7374
|
+
"file" : {
|
|
7375
|
+
"type" : "string",
|
|
7376
|
+
"title" : "File",
|
|
7377
|
+
"description" : "The custom resource specification loaded from a file resource."
|
|
7378
|
+
},
|
|
7161
7379
|
"group" : {
|
|
7162
7380
|
"type" : "string",
|
|
7163
7381
|
"title" : "Group"
|
|
@@ -7178,25 +7396,17 @@
|
|
|
7178
7396
|
"additionalProperties" : false,
|
|
7179
7397
|
"anyOf" : [ {
|
|
7180
7398
|
"oneOf" : [ {
|
|
7181
|
-
"type" : "object",
|
|
7182
|
-
"properties" : {
|
|
7183
|
-
"data" : {
|
|
7184
|
-
"type" : "string",
|
|
7185
|
-
"title" : "Data",
|
|
7186
|
-
"description" : "The custom resource specification as inline data."
|
|
7187
|
-
}
|
|
7188
|
-
},
|
|
7189
7399
|
"required" : [ "data" ]
|
|
7190
7400
|
}, {
|
|
7191
|
-
"type" : "object",
|
|
7192
|
-
"properties" : {
|
|
7193
|
-
"file" : {
|
|
7194
|
-
"type" : "string",
|
|
7195
|
-
"title" : "File",
|
|
7196
|
-
"description" : "The custom resource specification loaded from a file resource."
|
|
7197
|
-
}
|
|
7198
|
-
},
|
|
7199
7401
|
"required" : [ "file" ]
|
|
7402
|
+
}, {
|
|
7403
|
+
"not" : {
|
|
7404
|
+
"anyOf" : [ {
|
|
7405
|
+
"required" : [ "data" ]
|
|
7406
|
+
}, {
|
|
7407
|
+
"required" : [ "file" ]
|
|
7408
|
+
} ]
|
|
7409
|
+
}
|
|
7200
7410
|
} ]
|
|
7201
7411
|
} ],
|
|
7202
7412
|
"title" : "CreateCustomResource"
|
|
@@ -7238,31 +7448,31 @@
|
|
|
7238
7448
|
"createResource" : {
|
|
7239
7449
|
"type" : "object",
|
|
7240
7450
|
"properties" : {
|
|
7241
|
-
"data" : {
|
|
7242
|
-
|
|
7451
|
+
"data" : {
|
|
7452
|
+
"type" : "string",
|
|
7453
|
+
"title" : "Data",
|
|
7454
|
+
"description" : "The custom resource specification as inline data."
|
|
7455
|
+
},
|
|
7456
|
+
"file" : {
|
|
7457
|
+
"type" : "string",
|
|
7458
|
+
"title" : "File",
|
|
7459
|
+
"description" : "The custom resource specification loaded from a file resource."
|
|
7460
|
+
}
|
|
7243
7461
|
},
|
|
7244
7462
|
"additionalProperties" : false,
|
|
7245
7463
|
"anyOf" : [ {
|
|
7246
7464
|
"oneOf" : [ {
|
|
7247
|
-
"type" : "object",
|
|
7248
|
-
"properties" : {
|
|
7249
|
-
"data" : {
|
|
7250
|
-
"type" : "string",
|
|
7251
|
-
"title" : "Data",
|
|
7252
|
-
"description" : "The custom resource specification as inline data."
|
|
7253
|
-
}
|
|
7254
|
-
},
|
|
7255
7465
|
"required" : [ "data" ]
|
|
7256
7466
|
}, {
|
|
7257
|
-
"type" : "object",
|
|
7258
|
-
"properties" : {
|
|
7259
|
-
"file" : {
|
|
7260
|
-
"type" : "string",
|
|
7261
|
-
"title" : "File",
|
|
7262
|
-
"description" : "The custom resource specification loaded from a file resource."
|
|
7263
|
-
}
|
|
7264
|
-
},
|
|
7265
7467
|
"required" : [ "file" ]
|
|
7468
|
+
}, {
|
|
7469
|
+
"not" : {
|
|
7470
|
+
"anyOf" : [ {
|
|
7471
|
+
"required" : [ "data" ]
|
|
7472
|
+
}, {
|
|
7473
|
+
"required" : [ "file" ]
|
|
7474
|
+
} ]
|
|
7475
|
+
}
|
|
7266
7476
|
} ]
|
|
7267
7477
|
} ],
|
|
7268
7478
|
"title" : "CreateResource"
|
|
@@ -7415,31 +7625,31 @@
|
|
|
7415
7625
|
"deleteResource" : {
|
|
7416
7626
|
"type" : "object",
|
|
7417
7627
|
"properties" : {
|
|
7418
|
-
"data" : {
|
|
7419
|
-
|
|
7628
|
+
"data" : {
|
|
7629
|
+
"type" : "string",
|
|
7630
|
+
"title" : "Data",
|
|
7631
|
+
"description" : "The custom resource specification as inline data."
|
|
7632
|
+
},
|
|
7633
|
+
"file" : {
|
|
7634
|
+
"type" : "string",
|
|
7635
|
+
"title" : "File",
|
|
7636
|
+
"description" : "The custom resource specification loaded from a file resource."
|
|
7637
|
+
}
|
|
7420
7638
|
},
|
|
7421
7639
|
"additionalProperties" : false,
|
|
7422
7640
|
"anyOf" : [ {
|
|
7423
7641
|
"oneOf" : [ {
|
|
7424
|
-
"type" : "object",
|
|
7425
|
-
"properties" : {
|
|
7426
|
-
"data" : {
|
|
7427
|
-
"type" : "string",
|
|
7428
|
-
"title" : "Data",
|
|
7429
|
-
"description" : "The custom resource specification as inline data."
|
|
7430
|
-
}
|
|
7431
|
-
},
|
|
7432
7642
|
"required" : [ "data" ]
|
|
7433
7643
|
}, {
|
|
7434
|
-
"type" : "object",
|
|
7435
|
-
"properties" : {
|
|
7436
|
-
"file" : {
|
|
7437
|
-
"type" : "string",
|
|
7438
|
-
"title" : "File",
|
|
7439
|
-
"description" : "The custom resource specification loaded from a file resource."
|
|
7440
|
-
}
|
|
7441
|
-
},
|
|
7442
7644
|
"required" : [ "file" ]
|
|
7645
|
+
}, {
|
|
7646
|
+
"not" : {
|
|
7647
|
+
"anyOf" : [ {
|
|
7648
|
+
"required" : [ "data" ]
|
|
7649
|
+
}, {
|
|
7650
|
+
"required" : [ "file" ]
|
|
7651
|
+
} ]
|
|
7652
|
+
}
|
|
7443
7653
|
} ]
|
|
7444
7654
|
} ],
|
|
7445
7655
|
"title" : "DeleteResource"
|
|
@@ -7728,7 +7938,7 @@
|
|
|
7728
7938
|
"type" : "boolean",
|
|
7729
7939
|
"title" : "SchemaValidation",
|
|
7730
7940
|
"description" : "Enables the schema validation.",
|
|
7731
|
-
"default" :
|
|
7941
|
+
"default" : false
|
|
7732
7942
|
},
|
|
7733
7943
|
"select" : {
|
|
7734
7944
|
"type" : "string",
|
|
@@ -7805,7 +8015,7 @@
|
|
|
7805
8015
|
"type" : "boolean",
|
|
7806
8016
|
"title" : "SchemaValidation",
|
|
7807
8017
|
"description" : "Enables the schema validation.",
|
|
7808
|
-
"default" :
|
|
8018
|
+
"default" : false
|
|
7809
8019
|
},
|
|
7810
8020
|
"select" : {
|
|
7811
8021
|
"type" : "string",
|
|
@@ -7885,7 +8095,7 @@
|
|
|
7885
8095
|
"type" : "boolean",
|
|
7886
8096
|
"title" : "SchemaValidation",
|
|
7887
8097
|
"description" : "Enables the schema validation.",
|
|
7888
|
-
"default" :
|
|
8098
|
+
"default" : false,
|
|
7889
8099
|
"$comment" : "group:advanced"
|
|
7890
8100
|
},
|
|
7891
8101
|
"uri" : {
|
|
@@ -7929,7 +8139,7 @@
|
|
|
7929
8139
|
"type" : "boolean",
|
|
7930
8140
|
"title" : "SchemaValidation",
|
|
7931
8141
|
"description" : "Enables the schema validation.",
|
|
7932
|
-
"default" :
|
|
8142
|
+
"default" : false,
|
|
7933
8143
|
"$comment" : "group:advanced"
|
|
7934
8144
|
},
|
|
7935
8145
|
"status" : {
|
|
@@ -8392,7 +8602,7 @@
|
|
|
8392
8602
|
"type" : "integer",
|
|
8393
8603
|
"title" : "StartsWith",
|
|
8394
8604
|
"description" : "Index starts with this value.",
|
|
8395
|
-
"default" :
|
|
8605
|
+
"default" : 1,
|
|
8396
8606
|
"$comment" : "group:advanced"
|
|
8397
8607
|
},
|
|
8398
8608
|
"until" : {
|
|
@@ -8443,7 +8653,7 @@
|
|
|
8443
8653
|
"type" : "integer",
|
|
8444
8654
|
"title" : "StartsWith",
|
|
8445
8655
|
"description" : "Index starts with this value.",
|
|
8446
|
-
"default" :
|
|
8656
|
+
"default" : 1,
|
|
8447
8657
|
"$comment" : "group:advanced"
|
|
8448
8658
|
},
|
|
8449
8659
|
"until" : {
|
|
@@ -9351,7 +9561,7 @@
|
|
|
9351
9561
|
"description" : "The SOAP fault string."
|
|
9352
9562
|
},
|
|
9353
9563
|
"headerIgnoreCase" : {
|
|
9354
|
-
"type" : "
|
|
9564
|
+
"type" : "boolean",
|
|
9355
9565
|
"title" : "HeaderIgnoreCase",
|
|
9356
9566
|
"description" : "When enabled the header case is not verified.",
|
|
9357
9567
|
"$comment" : "group:advanced"
|
|
@@ -9406,7 +9616,7 @@
|
|
|
9406
9616
|
"type" : {
|
|
9407
9617
|
"type" : "string",
|
|
9408
9618
|
"title" : "Type",
|
|
9409
|
-
"description" : "The message type. Gives the
|
|
9619
|
+
"description" : "The message type. Gives the test action a hint which validators are capable of performing proper message validation for this message.",
|
|
9410
9620
|
"$comment" : "group:advanced"
|
|
9411
9621
|
},
|
|
9412
9622
|
"version" : {
|
|
@@ -10468,7 +10678,7 @@
|
|
|
10468
10678
|
"type" : "boolean",
|
|
10469
10679
|
"title" : "AutoStop",
|
|
10470
10680
|
"description" : "Automatically stop the timer when the test is finished.",
|
|
10471
|
-
"default" :
|
|
10681
|
+
"default" : true,
|
|
10472
10682
|
"$comment" : "group:advanced"
|
|
10473
10683
|
},
|
|
10474
10684
|
"delay" : {
|
|
@@ -10487,7 +10697,7 @@
|
|
|
10487
10697
|
"type" : "boolean",
|
|
10488
10698
|
"title" : "Fork",
|
|
10489
10699
|
"description" : "Do not block the test while the timer is running.",
|
|
10490
|
-
"default" :
|
|
10700
|
+
"default" : false,
|
|
10491
10701
|
"$comment" : "group:advanced"
|
|
10492
10702
|
},
|
|
10493
10703
|
"id" : {
|
|
@@ -10499,7 +10709,7 @@
|
|
|
10499
10709
|
"type" : "integer",
|
|
10500
10710
|
"title" : "Interval",
|
|
10501
10711
|
"description" : "Timer interval in milliseconds.",
|
|
10502
|
-
"default" :
|
|
10712
|
+
"default" : 1000
|
|
10503
10713
|
},
|
|
10504
10714
|
"repeatCount" : {
|
|
10505
10715
|
"type" : "integer",
|
|
@@ -10725,6 +10935,18 @@
|
|
|
10725
10935
|
}
|
|
10726
10936
|
},
|
|
10727
10937
|
"required" : [ "action" ]
|
|
10938
|
+
}, {
|
|
10939
|
+
"not" : {
|
|
10940
|
+
"anyOf" : [ {
|
|
10941
|
+
"required" : [ "message" ]
|
|
10942
|
+
}, {
|
|
10943
|
+
"required" : [ "http" ]
|
|
10944
|
+
}, {
|
|
10945
|
+
"required" : [ "file" ]
|
|
10946
|
+
}, {
|
|
10947
|
+
"required" : [ "action" ]
|
|
10948
|
+
} ]
|
|
10949
|
+
}
|
|
10728
10950
|
} ]
|
|
10729
10951
|
} ],
|
|
10730
10952
|
"title" : "WaitFor",
|
|
@@ -11165,7 +11387,7 @@
|
|
|
11165
11387
|
"type" : "integer",
|
|
11166
11388
|
"title" : "Timeout",
|
|
11167
11389
|
"description" : "The Http request timeout while waiting for a response",
|
|
11168
|
-
"default" :
|
|
11390
|
+
"default" : 5000
|
|
11169
11391
|
}
|
|
11170
11392
|
},
|
|
11171
11393
|
"additionalProperties" : false,
|
|
@@ -11366,9 +11588,9 @@
|
|
|
11366
11588
|
"description" : "Sets the security handler as a bean reference.",
|
|
11367
11589
|
"$comment" : "group:security"
|
|
11368
11590
|
},
|
|
11369
|
-
"
|
|
11591
|
+
"servletHandler" : {
|
|
11370
11592
|
"type" : "string",
|
|
11371
|
-
"title" : "
|
|
11593
|
+
"title" : "ServletHandler",
|
|
11372
11594
|
"description" : "Sets a custom servlet handler as a bean reference.",
|
|
11373
11595
|
"$comment" : "group:servlet"
|
|
11374
11596
|
},
|
|
@@ -11388,7 +11610,7 @@
|
|
|
11388
11610
|
"type" : "integer",
|
|
11389
11611
|
"title" : "Timeout",
|
|
11390
11612
|
"description" : "Sets the server timeout while waiting for incoming requests.",
|
|
11391
|
-
"default" :
|
|
11613
|
+
"default" : 5000
|
|
11392
11614
|
},
|
|
11393
11615
|
"useDefaultFilters" : {
|
|
11394
11616
|
"type" : "boolean",
|
|
@@ -11403,6 +11625,14 @@
|
|
|
11403
11625
|
}
|
|
11404
11626
|
},
|
|
11405
11627
|
"required" : [ "server" ]
|
|
11628
|
+
}, {
|
|
11629
|
+
"not" : {
|
|
11630
|
+
"anyOf" : [ {
|
|
11631
|
+
"required" : [ "client" ]
|
|
11632
|
+
}, {
|
|
11633
|
+
"required" : [ "server" ]
|
|
11634
|
+
} ]
|
|
11635
|
+
}
|
|
11406
11636
|
} ]
|
|
11407
11637
|
} ],
|
|
11408
11638
|
"title" : "Http",
|
|
@@ -11509,7 +11739,7 @@
|
|
|
11509
11739
|
"type" : "integer",
|
|
11510
11740
|
"title" : "Timeout",
|
|
11511
11741
|
"description" : "Sets the receive timeout when the client waits for response messages.",
|
|
11512
|
-
"default" :
|
|
11742
|
+
"default" : 5000
|
|
11513
11743
|
},
|
|
11514
11744
|
"webServiceTemplate" : {
|
|
11515
11745
|
"type" : "string",
|
|
@@ -11653,9 +11883,9 @@
|
|
|
11653
11883
|
"description" : "Sets the security handler as a bean reference.",
|
|
11654
11884
|
"$comment" : "group:security"
|
|
11655
11885
|
},
|
|
11656
|
-
"
|
|
11886
|
+
"servletHandler" : {
|
|
11657
11887
|
"type" : "string",
|
|
11658
|
-
"title" : "
|
|
11888
|
+
"title" : "ServletHandler",
|
|
11659
11889
|
"description" : "Sets a custom servlet handler as a bean reference.",
|
|
11660
11890
|
"$comment" : "group:servlet"
|
|
11661
11891
|
},
|
|
@@ -11687,7 +11917,7 @@
|
|
|
11687
11917
|
"type" : "integer",
|
|
11688
11918
|
"title" : "Timeout",
|
|
11689
11919
|
"description" : "Sets the server timeout while waiting for incoming requests.",
|
|
11690
|
-
"default" :
|
|
11920
|
+
"default" : 5000
|
|
11691
11921
|
}
|
|
11692
11922
|
},
|
|
11693
11923
|
"additionalProperties" : false,
|
|
@@ -11696,6 +11926,14 @@
|
|
|
11696
11926
|
}
|
|
11697
11927
|
},
|
|
11698
11928
|
"required" : [ "server" ]
|
|
11929
|
+
}, {
|
|
11930
|
+
"not" : {
|
|
11931
|
+
"anyOf" : [ {
|
|
11932
|
+
"required" : [ "client" ]
|
|
11933
|
+
}, {
|
|
11934
|
+
"required" : [ "server" ]
|
|
11935
|
+
} ]
|
|
11936
|
+
}
|
|
11699
11937
|
} ]
|
|
11700
11938
|
} ],
|
|
11701
11939
|
"title" : "Soap",
|
|
@@ -11752,7 +11990,7 @@
|
|
|
11752
11990
|
"type" : "integer",
|
|
11753
11991
|
"title" : "Timeout",
|
|
11754
11992
|
"description" : "The Http request timeout while waiting for a response",
|
|
11755
|
-
"default" :
|
|
11993
|
+
"default" : 5000
|
|
11756
11994
|
}
|
|
11757
11995
|
},
|
|
11758
11996
|
"additionalProperties" : false,
|
|
@@ -11953,9 +12191,9 @@
|
|
|
11953
12191
|
"description" : "Sets the security handler as a bean reference.",
|
|
11954
12192
|
"$comment" : "group:security"
|
|
11955
12193
|
},
|
|
11956
|
-
"
|
|
12194
|
+
"servletHandler" : {
|
|
11957
12195
|
"type" : "string",
|
|
11958
|
-
"title" : "
|
|
12196
|
+
"title" : "ServletHandler",
|
|
11959
12197
|
"description" : "Sets a custom servlet handler as a bean reference.",
|
|
11960
12198
|
"$comment" : "group:servlet"
|
|
11961
12199
|
},
|
|
@@ -11975,7 +12213,7 @@
|
|
|
11975
12213
|
"type" : "integer",
|
|
11976
12214
|
"title" : "Timeout",
|
|
11977
12215
|
"description" : "Sets the server timeout while waiting for incoming requests.",
|
|
11978
|
-
"default" :
|
|
12216
|
+
"default" : 5000
|
|
11979
12217
|
},
|
|
11980
12218
|
"useDefaultFilters" : {
|
|
11981
12219
|
"type" : "boolean",
|
|
@@ -12000,6 +12238,14 @@
|
|
|
12000
12238
|
}
|
|
12001
12239
|
},
|
|
12002
12240
|
"required" : [ "server" ]
|
|
12241
|
+
}, {
|
|
12242
|
+
"not" : {
|
|
12243
|
+
"anyOf" : [ {
|
|
12244
|
+
"required" : [ "client" ]
|
|
12245
|
+
}, {
|
|
12246
|
+
"required" : [ "server" ]
|
|
12247
|
+
} ]
|
|
12248
|
+
}
|
|
12003
12249
|
} ]
|
|
12004
12250
|
} ],
|
|
12005
12251
|
"title" : "WebSocket",
|
|
@@ -12213,7 +12459,7 @@
|
|
|
12213
12459
|
"type" : "integer",
|
|
12214
12460
|
"title" : "Timeout",
|
|
12215
12461
|
"description" : "The server timeout.",
|
|
12216
|
-
"default" :
|
|
12462
|
+
"default" : 5000
|
|
12217
12463
|
}
|
|
12218
12464
|
},
|
|
12219
12465
|
"additionalProperties" : false,
|
|
@@ -12222,6 +12468,14 @@
|
|
|
12222
12468
|
}
|
|
12223
12469
|
},
|
|
12224
12470
|
"required" : [ "server" ]
|
|
12471
|
+
}, {
|
|
12472
|
+
"not" : {
|
|
12473
|
+
"anyOf" : [ {
|
|
12474
|
+
"required" : [ "client" ]
|
|
12475
|
+
}, {
|
|
12476
|
+
"required" : [ "server" ]
|
|
12477
|
+
} ]
|
|
12478
|
+
}
|
|
12225
12479
|
} ]
|
|
12226
12480
|
} ],
|
|
12227
12481
|
"title" : "Mail",
|
|
@@ -12421,7 +12675,7 @@
|
|
|
12421
12675
|
"type" : "integer",
|
|
12422
12676
|
"title" : "Timeout",
|
|
12423
12677
|
"description" : "The server timeout.",
|
|
12424
|
-
"default" :
|
|
12678
|
+
"default" : 5000
|
|
12425
12679
|
},
|
|
12426
12680
|
"user" : {
|
|
12427
12681
|
"type" : "string",
|
|
@@ -12447,6 +12701,14 @@
|
|
|
12447
12701
|
}
|
|
12448
12702
|
},
|
|
12449
12703
|
"required" : [ "server" ]
|
|
12704
|
+
}, {
|
|
12705
|
+
"not" : {
|
|
12706
|
+
"anyOf" : [ {
|
|
12707
|
+
"required" : [ "client" ]
|
|
12708
|
+
}, {
|
|
12709
|
+
"required" : [ "server" ]
|
|
12710
|
+
} ]
|
|
12711
|
+
}
|
|
12450
12712
|
} ]
|
|
12451
12713
|
} ],
|
|
12452
12714
|
"title" : "Ftp",
|
|
@@ -12690,7 +12952,7 @@
|
|
|
12690
12952
|
"type" : "integer",
|
|
12691
12953
|
"title" : "Timeout",
|
|
12692
12954
|
"description" : "The server timeout.",
|
|
12693
|
-
"default" :
|
|
12955
|
+
"default" : 5000
|
|
12694
12956
|
},
|
|
12695
12957
|
"user" : {
|
|
12696
12958
|
"type" : "string",
|
|
@@ -12709,6 +12971,14 @@
|
|
|
12709
12971
|
}
|
|
12710
12972
|
},
|
|
12711
12973
|
"required" : [ "server" ]
|
|
12974
|
+
}, {
|
|
12975
|
+
"not" : {
|
|
12976
|
+
"anyOf" : [ {
|
|
12977
|
+
"required" : [ "client" ]
|
|
12978
|
+
}, {
|
|
12979
|
+
"required" : [ "server" ]
|
|
12980
|
+
} ]
|
|
12981
|
+
}
|
|
12712
12982
|
} ]
|
|
12713
12983
|
} ],
|
|
12714
12984
|
"title" : "Sftp",
|
|
@@ -12937,7 +13207,7 @@
|
|
|
12937
13207
|
"type" : "integer",
|
|
12938
13208
|
"title" : "Timeout",
|
|
12939
13209
|
"description" : "The server timeout.",
|
|
12940
|
-
"default" :
|
|
13210
|
+
"default" : 5000
|
|
12941
13211
|
},
|
|
12942
13212
|
"user" : {
|
|
12943
13213
|
"type" : "string",
|
|
@@ -12956,6 +13226,14 @@
|
|
|
12956
13226
|
}
|
|
12957
13227
|
},
|
|
12958
13228
|
"required" : [ "server" ]
|
|
13229
|
+
}, {
|
|
13230
|
+
"not" : {
|
|
13231
|
+
"anyOf" : [ {
|
|
13232
|
+
"required" : [ "client" ]
|
|
13233
|
+
}, {
|
|
13234
|
+
"required" : [ "server" ]
|
|
13235
|
+
} ]
|
|
13236
|
+
}
|
|
12959
13237
|
} ]
|
|
12960
13238
|
} ],
|
|
12961
13239
|
"title" : "Scp",
|
|
@@ -13215,7 +13493,7 @@
|
|
|
13215
13493
|
"type" : "integer",
|
|
13216
13494
|
"title" : "Timeout",
|
|
13217
13495
|
"description" : "Sets the receive timeout when the consumer waits for messages to arrive.",
|
|
13218
|
-
"default" :
|
|
13496
|
+
"default" : 5000
|
|
13219
13497
|
},
|
|
13220
13498
|
"useObjectMessages" : {
|
|
13221
13499
|
"type" : "boolean",
|
|
@@ -13322,6 +13600,14 @@
|
|
|
13322
13600
|
}
|
|
13323
13601
|
},
|
|
13324
13602
|
"required" : [ "synchronous" ]
|
|
13603
|
+
}, {
|
|
13604
|
+
"not" : {
|
|
13605
|
+
"anyOf" : [ {
|
|
13606
|
+
"required" : [ "asynchronous" ]
|
|
13607
|
+
}, {
|
|
13608
|
+
"required" : [ "synchronous" ]
|
|
13609
|
+
} ]
|
|
13610
|
+
}
|
|
13325
13611
|
} ]
|
|
13326
13612
|
} ],
|
|
13327
13613
|
"title" : "JMS",
|
|
@@ -13468,6 +13754,14 @@
|
|
|
13468
13754
|
}
|
|
13469
13755
|
},
|
|
13470
13756
|
"required" : [ "synchronous" ]
|
|
13757
|
+
}, {
|
|
13758
|
+
"not" : {
|
|
13759
|
+
"anyOf" : [ {
|
|
13760
|
+
"required" : [ "asynchronous" ]
|
|
13761
|
+
}, {
|
|
13762
|
+
"required" : [ "synchronous" ]
|
|
13763
|
+
} ]
|
|
13764
|
+
}
|
|
13471
13765
|
} ]
|
|
13472
13766
|
} ],
|
|
13473
13767
|
"title" : "Vert.x",
|
|
@@ -13563,6 +13857,14 @@
|
|
|
13563
13857
|
}
|
|
13564
13858
|
},
|
|
13565
13859
|
"required" : [ "synchronous" ]
|
|
13860
|
+
}, {
|
|
13861
|
+
"not" : {
|
|
13862
|
+
"anyOf" : [ {
|
|
13863
|
+
"required" : [ "asynchronous" ]
|
|
13864
|
+
}, {
|
|
13865
|
+
"required" : [ "synchronous" ]
|
|
13866
|
+
} ]
|
|
13867
|
+
}
|
|
13566
13868
|
} ]
|
|
13567
13869
|
} ],
|
|
13568
13870
|
"title" : "Direct",
|
|
@@ -13815,6 +14117,14 @@
|
|
|
13815
14117
|
}
|
|
13816
14118
|
},
|
|
13817
14119
|
"required" : [ "synchronous" ]
|
|
14120
|
+
}, {
|
|
14121
|
+
"not" : {
|
|
14122
|
+
"anyOf" : [ {
|
|
14123
|
+
"required" : [ "asynchronous" ]
|
|
14124
|
+
}, {
|
|
14125
|
+
"required" : [ "synchronous" ]
|
|
14126
|
+
} ]
|
|
14127
|
+
}
|
|
13818
14128
|
} ]
|
|
13819
14129
|
} ],
|
|
13820
14130
|
"title" : "Kafka",
|
|
@@ -13922,6 +14232,14 @@
|
|
|
13922
14232
|
}
|
|
13923
14233
|
},
|
|
13924
14234
|
"required" : [ "synchronous" ]
|
|
14235
|
+
}, {
|
|
14236
|
+
"not" : {
|
|
14237
|
+
"anyOf" : [ {
|
|
14238
|
+
"required" : [ "asynchronous" ]
|
|
14239
|
+
}, {
|
|
14240
|
+
"required" : [ "synchronous" ]
|
|
14241
|
+
} ]
|
|
14242
|
+
}
|
|
13925
14243
|
} ]
|
|
13926
14244
|
} ],
|
|
13927
14245
|
"title" : "Camel",
|
|
@@ -13984,7 +14302,7 @@
|
|
|
13984
14302
|
"type" : "integer",
|
|
13985
14303
|
"title" : "Timeout",
|
|
13986
14304
|
"description" : "Sets the receive timeout when waiting for messages.",
|
|
13987
|
-
"default" :
|
|
14305
|
+
"default" : 5000
|
|
13988
14306
|
},
|
|
13989
14307
|
"useObjectMessages" : {
|
|
13990
14308
|
"type" : "boolean",
|
|
@@ -14055,7 +14373,7 @@
|
|
|
14055
14373
|
"type" : "integer",
|
|
14056
14374
|
"title" : "Timeout",
|
|
14057
14375
|
"description" : "Sets the receive timeout when waiting for messages.",
|
|
14058
|
-
"default" :
|
|
14376
|
+
"default" : 5000
|
|
14059
14377
|
},
|
|
14060
14378
|
"useObjectMessages" : {
|
|
14061
14379
|
"type" : "boolean",
|
|
@@ -14070,6 +14388,14 @@
|
|
|
14070
14388
|
}
|
|
14071
14389
|
},
|
|
14072
14390
|
"required" : [ "synchronous" ]
|
|
14391
|
+
}, {
|
|
14392
|
+
"not" : {
|
|
14393
|
+
"anyOf" : [ {
|
|
14394
|
+
"required" : [ "asynchronous" ]
|
|
14395
|
+
}, {
|
|
14396
|
+
"required" : [ "synchronous" ]
|
|
14397
|
+
} ]
|
|
14398
|
+
}
|
|
14073
14399
|
} ]
|
|
14074
14400
|
} ],
|
|
14075
14401
|
"title" : "Spring channel",
|
|
@@ -14159,6 +14485,44 @@
|
|
|
14159
14485
|
}
|
|
14160
14486
|
},
|
|
14161
14487
|
"required" : [ "selenium" ]
|
|
14488
|
+
}, {
|
|
14489
|
+
"not" : {
|
|
14490
|
+
"anyOf" : [ {
|
|
14491
|
+
"required" : [ "http" ]
|
|
14492
|
+
}, {
|
|
14493
|
+
"required" : [ "soap" ]
|
|
14494
|
+
}, {
|
|
14495
|
+
"required" : [ "webSocket" ]
|
|
14496
|
+
}, {
|
|
14497
|
+
"required" : [ "context" ]
|
|
14498
|
+
}, {
|
|
14499
|
+
"required" : [ "mail" ]
|
|
14500
|
+
}, {
|
|
14501
|
+
"required" : [ "ftp" ]
|
|
14502
|
+
}, {
|
|
14503
|
+
"required" : [ "sftp" ]
|
|
14504
|
+
}, {
|
|
14505
|
+
"required" : [ "scp" ]
|
|
14506
|
+
}, {
|
|
14507
|
+
"required" : [ "docker" ]
|
|
14508
|
+
}, {
|
|
14509
|
+
"required" : [ "kubernetes" ]
|
|
14510
|
+
}, {
|
|
14511
|
+
"required" : [ "jms" ]
|
|
14512
|
+
}, {
|
|
14513
|
+
"required" : [ "vertx" ]
|
|
14514
|
+
}, {
|
|
14515
|
+
"required" : [ "direct" ]
|
|
14516
|
+
}, {
|
|
14517
|
+
"required" : [ "kafka" ]
|
|
14518
|
+
}, {
|
|
14519
|
+
"required" : [ "camel" ]
|
|
14520
|
+
}, {
|
|
14521
|
+
"required" : [ "channel" ]
|
|
14522
|
+
}, {
|
|
14523
|
+
"required" : [ "selenium" ]
|
|
14524
|
+
} ]
|
|
14525
|
+
}
|
|
14162
14526
|
} ]
|
|
14163
14527
|
} ],
|
|
14164
14528
|
"title" : "Endpoints",
|