@itentialopensource/adapter-128technology 0.2.1 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/.eslintignore +1 -0
  2. package/.eslintrc.js +12 -12
  3. package/CHANGELOG.md +32 -0
  4. package/README.md +246 -65
  5. package/adapter.js +12003 -20
  6. package/adapterBase.js +529 -9
  7. package/entities/.generic/action.json +109 -0
  8. package/entities/.generic/schema.json +23 -0
  9. package/entities/.system/action.json +1 -0
  10. package/entities/Analytics/action.json +2 -0
  11. package/entities/Asset/action.json +1 -0
  12. package/entities/Authenticate/action.json +1 -0
  13. package/entities/Config/action.json +505 -0
  14. package/entities/Plugins/action.json +2 -0
  15. package/entities/Router/action.json +1 -0
  16. package/entities/Stats/action.json +1037 -0
  17. package/error.json +6 -0
  18. package/package.json +41 -19
  19. package/pronghorn.json +571 -1
  20. package/propertiesSchema.json +56 -4
  21. package/refs?service=git-upload-pack +0 -0
  22. package/report/updateReport1593633611696.json +95 -0
  23. package/report/updateReport1614264802205.json +95 -0
  24. package/report/updateReport1642429912446.json +95 -0
  25. package/sampleProperties.json +14 -5
  26. package/test/integration/adapterTestBasicGet.js +85 -0
  27. package/test/integration/adapterTestConnectivity.js +93 -0
  28. package/test/integration/adapterTestIntegration.js +21 -8
  29. package/test/unit/adapterBaseTestUnit.js +944 -0
  30. package/test/unit/adapterTestUnit.js +632 -12
  31. package/utils/addAuth.js +94 -0
  32. package/utils/artifactize.js +0 -1
  33. package/utils/basicGet.js +50 -0
  34. package/utils/checkMigrate.js +63 -0
  35. package/utils/entitiesToDB.js +224 -0
  36. package/utils/findPath.js +74 -0
  37. package/utils/modify.js +154 -0
  38. package/utils/packModificationScript.js +1 -1
  39. package/utils/patches2bundledDeps.js +90 -0
  40. package/utils/removeHooks.js +20 -0
  41. package/utils/tbScript.js +169 -0
  42. package/utils/tbUtils.js +451 -0
  43. package/utils/troubleshootingAdapter.js +190 -0
@@ -9,6 +9,7 @@
9
9
  "responseSchema": "schema.json",
10
10
  "timeout": 0,
11
11
  "sendEmpty": false,
12
+ "sendGetBody": false,
12
13
  "requestDatatype": "JSON",
13
14
  "responseDatatype": "JSON",
14
15
  "headers": {},
@@ -29,6 +30,7 @@
29
30
  "responseSchema": "schema.json",
30
31
  "timeout": 0,
31
32
  "sendEmpty": false,
33
+ "sendGetBody": false,
32
34
  "requestDatatype": "JSON",
33
35
  "responseDatatype": "JSON",
34
36
  "headers": {},
@@ -91,6 +93,7 @@
91
93
  "responseSchema": "schema.json",
92
94
  "timeout": 0,
93
95
  "sendEmpty": false,
96
+ "sendGetBody": false,
94
97
  "requestDatatype": "JSON",
95
98
  "responseDatatype": "JSON",
96
99
  "headers": {},
@@ -111,6 +114,7 @@
111
114
  "responseSchema": "schema.json",
112
115
  "timeout": 0,
113
116
  "sendEmpty": false,
117
+ "sendGetBody": false,
114
118
  "requestDatatype": "JSON",
115
119
  "responseDatatype": "JSON",
116
120
  "headers": {},
@@ -131,6 +135,7 @@
131
135
  "responseSchema": "schema.json",
132
136
  "timeout": 0,
133
137
  "sendEmpty": false,
138
+ "sendGetBody": false,
134
139
  "requestDatatype": "JSON",
135
140
  "responseDatatype": "JSON",
136
141
  "headers": {},
@@ -193,6 +198,7 @@
193
198
  "responseSchema": "schema.json",
194
199
  "timeout": 0,
195
200
  "sendEmpty": false,
201
+ "sendGetBody": false,
196
202
  "requestDatatype": "JSON",
197
203
  "responseDatatype": "JSON",
198
204
  "headers": {},
@@ -234,6 +240,7 @@
234
240
  "responseSchema": "schema.json",
235
241
  "timeout": 0,
236
242
  "sendEmpty": false,
243
+ "sendGetBody": false,
237
244
  "requestDatatype": "JSON",
238
245
  "responseDatatype": "JSON",
239
246
  "headers": {},
@@ -275,6 +282,7 @@
275
282
  "responseSchema": "schema.json",
276
283
  "timeout": 0,
277
284
  "sendEmpty": false,
285
+ "sendGetBody": false,
278
286
  "requestDatatype": "JSON",
279
287
  "responseDatatype": "JSON",
280
288
  "headers": {},
@@ -295,6 +303,7 @@
295
303
  "responseSchema": "schema.json",
296
304
  "timeout": 0,
297
305
  "sendEmpty": false,
306
+ "sendGetBody": false,
298
307
  "requestDatatype": "JSON",
299
308
  "responseDatatype": "JSON",
300
309
  "headers": {},
@@ -336,6 +345,7 @@
336
345
  "responseSchema": "schema.json",
337
346
  "timeout": 0,
338
347
  "sendEmpty": false,
348
+ "sendGetBody": false,
339
349
  "requestDatatype": "JSON",
340
350
  "responseDatatype": "JSON",
341
351
  "headers": {},
@@ -356,6 +366,7 @@
356
366
  "responseSchema": "schema.json",
357
367
  "timeout": 0,
358
368
  "sendEmpty": false,
369
+ "sendGetBody": false,
359
370
  "requestDatatype": "JSON",
360
371
  "responseDatatype": "JSON",
361
372
  "headers": {},
@@ -397,6 +408,7 @@
397
408
  "responseSchema": "schema.json",
398
409
  "timeout": 0,
399
410
  "sendEmpty": false,
411
+ "sendGetBody": false,
400
412
  "requestDatatype": "JSON",
401
413
  "responseDatatype": "JSON",
402
414
  "headers": {},
@@ -417,6 +429,7 @@
417
429
  "responseSchema": "schema.json",
418
430
  "timeout": 0,
419
431
  "sendEmpty": false,
432
+ "sendGetBody": false,
420
433
  "requestDatatype": "JSON",
421
434
  "responseDatatype": "JSON",
422
435
  "headers": {},
@@ -458,6 +471,7 @@
458
471
  "responseSchema": "schema.json",
459
472
  "timeout": 0,
460
473
  "sendEmpty": false,
474
+ "sendGetBody": false,
461
475
  "requestDatatype": "JSON",
462
476
  "responseDatatype": "JSON",
463
477
  "headers": {},
@@ -478,6 +492,7 @@
478
492
  "responseSchema": "schema.json",
479
493
  "timeout": 0,
480
494
  "sendEmpty": false,
495
+ "sendGetBody": false,
481
496
  "requestDatatype": "JSON",
482
497
  "responseDatatype": "JSON",
483
498
  "headers": {},
@@ -519,6 +534,7 @@
519
534
  "responseSchema": "schema.json",
520
535
  "timeout": 0,
521
536
  "sendEmpty": false,
537
+ "sendGetBody": false,
522
538
  "requestDatatype": "JSON",
523
539
  "responseDatatype": "JSON",
524
540
  "headers": {},
@@ -539,6 +555,7 @@
539
555
  "responseSchema": "schema.json",
540
556
  "timeout": 0,
541
557
  "sendEmpty": false,
558
+ "sendGetBody": false,
542
559
  "requestDatatype": "JSON",
543
560
  "responseDatatype": "JSON",
544
561
  "headers": {},
@@ -580,6 +597,7 @@
580
597
  "responseSchema": "schema.json",
581
598
  "timeout": 0,
582
599
  "sendEmpty": false,
600
+ "sendGetBody": false,
583
601
  "requestDatatype": "JSON",
584
602
  "responseDatatype": "JSON",
585
603
  "headers": {},
@@ -600,6 +618,7 @@
600
618
  "responseSchema": "schema.json",
601
619
  "timeout": 0,
602
620
  "sendEmpty": false,
621
+ "sendGetBody": false,
603
622
  "requestDatatype": "JSON",
604
623
  "responseDatatype": "JSON",
605
624
  "headers": {},
@@ -641,6 +660,7 @@
641
660
  "responseSchema": "schema.json",
642
661
  "timeout": 0,
643
662
  "sendEmpty": false,
663
+ "sendGetBody": false,
644
664
  "requestDatatype": "JSON",
645
665
  "responseDatatype": "JSON",
646
666
  "headers": {},
@@ -661,6 +681,7 @@
661
681
  "responseSchema": "schema.json",
662
682
  "timeout": 0,
663
683
  "sendEmpty": false,
684
+ "sendGetBody": false,
664
685
  "requestDatatype": "JSON",
665
686
  "responseDatatype": "JSON",
666
687
  "headers": {},
@@ -702,6 +723,7 @@
702
723
  "responseSchema": "schema.json",
703
724
  "timeout": 0,
704
725
  "sendEmpty": false,
726
+ "sendGetBody": false,
705
727
  "requestDatatype": "JSON",
706
728
  "responseDatatype": "JSON",
707
729
  "headers": {},
@@ -722,6 +744,7 @@
722
744
  "responseSchema": "schema.json",
723
745
  "timeout": 0,
724
746
  "sendEmpty": false,
747
+ "sendGetBody": false,
725
748
  "requestDatatype": "JSON",
726
749
  "responseDatatype": "JSON",
727
750
  "headers": {},
@@ -763,6 +786,7 @@
763
786
  "responseSchema": "schema.json",
764
787
  "timeout": 0,
765
788
  "sendEmpty": false,
789
+ "sendGetBody": false,
766
790
  "requestDatatype": "JSON",
767
791
  "responseDatatype": "JSON",
768
792
  "headers": {},
@@ -783,6 +807,7 @@
783
807
  "responseSchema": "schema.json",
784
808
  "timeout": 0,
785
809
  "sendEmpty": false,
810
+ "sendGetBody": false,
786
811
  "requestDatatype": "JSON",
787
812
  "responseDatatype": "JSON",
788
813
  "headers": {},
@@ -824,6 +849,7 @@
824
849
  "responseSchema": "schema.json",
825
850
  "timeout": 0,
826
851
  "sendEmpty": false,
852
+ "sendGetBody": false,
827
853
  "requestDatatype": "JSON",
828
854
  "responseDatatype": "JSON",
829
855
  "headers": {},
@@ -844,6 +870,7 @@
844
870
  "responseSchema": "schema.json",
845
871
  "timeout": 0,
846
872
  "sendEmpty": false,
873
+ "sendGetBody": false,
847
874
  "requestDatatype": "JSON",
848
875
  "responseDatatype": "JSON",
849
876
  "headers": {},
@@ -885,6 +912,7 @@
885
912
  "responseSchema": "schema.json",
886
913
  "timeout": 0,
887
914
  "sendEmpty": false,
915
+ "sendGetBody": false,
888
916
  "requestDatatype": "JSON",
889
917
  "responseDatatype": "JSON",
890
918
  "headers": {},
@@ -905,6 +933,7 @@
905
933
  "responseSchema": "schema.json",
906
934
  "timeout": 0,
907
935
  "sendEmpty": false,
936
+ "sendGetBody": false,
908
937
  "requestDatatype": "JSON",
909
938
  "responseDatatype": "JSON",
910
939
  "headers": {},
@@ -946,6 +975,7 @@
946
975
  "responseSchema": "schema.json",
947
976
  "timeout": 0,
948
977
  "sendEmpty": false,
978
+ "sendGetBody": false,
949
979
  "requestDatatype": "JSON",
950
980
  "responseDatatype": "JSON",
951
981
  "headers": {},
@@ -966,6 +996,7 @@
966
996
  "responseSchema": "schema.json",
967
997
  "timeout": 0,
968
998
  "sendEmpty": false,
999
+ "sendGetBody": false,
969
1000
  "requestDatatype": "JSON",
970
1001
  "responseDatatype": "JSON",
971
1002
  "headers": {},
@@ -1007,6 +1038,7 @@
1007
1038
  "responseSchema": "schema.json",
1008
1039
  "timeout": 0,
1009
1040
  "sendEmpty": false,
1041
+ "sendGetBody": false,
1010
1042
  "requestDatatype": "JSON",
1011
1043
  "responseDatatype": "JSON",
1012
1044
  "headers": {},
@@ -1027,6 +1059,7 @@
1027
1059
  "responseSchema": "schema.json",
1028
1060
  "timeout": 0,
1029
1061
  "sendEmpty": false,
1062
+ "sendGetBody": false,
1030
1063
  "requestDatatype": "JSON",
1031
1064
  "responseDatatype": "JSON",
1032
1065
  "headers": {},
@@ -1068,6 +1101,7 @@
1068
1101
  "responseSchema": "schema.json",
1069
1102
  "timeout": 0,
1070
1103
  "sendEmpty": false,
1104
+ "sendGetBody": false,
1071
1105
  "requestDatatype": "JSON",
1072
1106
  "responseDatatype": "JSON",
1073
1107
  "headers": {},
@@ -1088,6 +1122,7 @@
1088
1122
  "responseSchema": "schema.json",
1089
1123
  "timeout": 0,
1090
1124
  "sendEmpty": false,
1125
+ "sendGetBody": false,
1091
1126
  "requestDatatype": "JSON",
1092
1127
  "responseDatatype": "JSON",
1093
1128
  "headers": {},
@@ -1129,6 +1164,7 @@
1129
1164
  "responseSchema": "schema.json",
1130
1165
  "timeout": 0,
1131
1166
  "sendEmpty": false,
1167
+ "sendGetBody": false,
1132
1168
  "requestDatatype": "JSON",
1133
1169
  "responseDatatype": "JSON",
1134
1170
  "headers": {},
@@ -1149,6 +1185,7 @@
1149
1185
  "responseSchema": "schema.json",
1150
1186
  "timeout": 0,
1151
1187
  "sendEmpty": false,
1188
+ "sendGetBody": false,
1152
1189
  "requestDatatype": "JSON",
1153
1190
  "responseDatatype": "JSON",
1154
1191
  "headers": {},
@@ -1190,6 +1227,7 @@
1190
1227
  "responseSchema": "schema.json",
1191
1228
  "timeout": 0,
1192
1229
  "sendEmpty": false,
1230
+ "sendGetBody": false,
1193
1231
  "requestDatatype": "JSON",
1194
1232
  "responseDatatype": "JSON",
1195
1233
  "headers": {},
@@ -1210,6 +1248,7 @@
1210
1248
  "responseSchema": "schema.json",
1211
1249
  "timeout": 0,
1212
1250
  "sendEmpty": false,
1251
+ "sendGetBody": false,
1213
1252
  "requestDatatype": "JSON",
1214
1253
  "responseDatatype": "JSON",
1215
1254
  "headers": {},
@@ -1251,6 +1290,7 @@
1251
1290
  "responseSchema": "schema.json",
1252
1291
  "timeout": 0,
1253
1292
  "sendEmpty": false,
1293
+ "sendGetBody": false,
1254
1294
  "requestDatatype": "JSON",
1255
1295
  "responseDatatype": "JSON",
1256
1296
  "headers": {},
@@ -1292,6 +1332,7 @@
1292
1332
  "responseSchema": "schema.json",
1293
1333
  "timeout": 0,
1294
1334
  "sendEmpty": false,
1335
+ "sendGetBody": false,
1295
1336
  "requestDatatype": "JSON",
1296
1337
  "responseDatatype": "JSON",
1297
1338
  "headers": {},
@@ -1333,6 +1374,7 @@
1333
1374
  "responseSchema": "schema.json",
1334
1375
  "timeout": 0,
1335
1376
  "sendEmpty": false,
1377
+ "sendGetBody": false,
1336
1378
  "requestDatatype": "JSON",
1337
1379
  "responseDatatype": "JSON",
1338
1380
  "headers": {},
@@ -1353,6 +1395,7 @@
1353
1395
  "responseSchema": "schema.json",
1354
1396
  "timeout": 0,
1355
1397
  "sendEmpty": false,
1398
+ "sendGetBody": false,
1356
1399
  "requestDatatype": "JSON",
1357
1400
  "responseDatatype": "JSON",
1358
1401
  "headers": {},
@@ -1394,6 +1437,7 @@
1394
1437
  "responseSchema": "schema.json",
1395
1438
  "timeout": 0,
1396
1439
  "sendEmpty": false,
1440
+ "sendGetBody": false,
1397
1441
  "requestDatatype": "JSON",
1398
1442
  "responseDatatype": "JSON",
1399
1443
  "headers": {},
@@ -1414,6 +1458,7 @@
1414
1458
  "responseSchema": "schema.json",
1415
1459
  "timeout": 0,
1416
1460
  "sendEmpty": false,
1461
+ "sendGetBody": false,
1417
1462
  "requestDatatype": "JSON",
1418
1463
  "responseDatatype": "JSON",
1419
1464
  "headers": {},
@@ -1455,6 +1500,7 @@
1455
1500
  "responseSchema": "schema.json",
1456
1501
  "timeout": 0,
1457
1502
  "sendEmpty": false,
1503
+ "sendGetBody": false,
1458
1504
  "requestDatatype": "JSON",
1459
1505
  "responseDatatype": "JSON",
1460
1506
  "headers": {},
@@ -1496,6 +1542,7 @@
1496
1542
  "responseSchema": "schema.json",
1497
1543
  "timeout": 0,
1498
1544
  "sendEmpty": false,
1545
+ "sendGetBody": false,
1499
1546
  "requestDatatype": "JSON",
1500
1547
  "responseDatatype": "JSON",
1501
1548
  "headers": {},
@@ -1537,6 +1584,7 @@
1537
1584
  "responseSchema": "schema.json",
1538
1585
  "timeout": 0,
1539
1586
  "sendEmpty": false,
1587
+ "sendGetBody": false,
1540
1588
  "requestDatatype": "JSON",
1541
1589
  "responseDatatype": "JSON",
1542
1590
  "headers": {},
@@ -1557,6 +1605,7 @@
1557
1605
  "responseSchema": "schema.json",
1558
1606
  "timeout": 0,
1559
1607
  "sendEmpty": false,
1608
+ "sendGetBody": false,
1560
1609
  "requestDatatype": "JSON",
1561
1610
  "responseDatatype": "JSON",
1562
1611
  "headers": {},
@@ -1598,6 +1647,7 @@
1598
1647
  "responseSchema": "schema.json",
1599
1648
  "timeout": 0,
1600
1649
  "sendEmpty": false,
1650
+ "sendGetBody": false,
1601
1651
  "requestDatatype": "JSON",
1602
1652
  "responseDatatype": "JSON",
1603
1653
  "headers": {},
@@ -1618,6 +1668,7 @@
1618
1668
  "responseSchema": "schema.json",
1619
1669
  "timeout": 0,
1620
1670
  "sendEmpty": false,
1671
+ "sendGetBody": false,
1621
1672
  "requestDatatype": "JSON",
1622
1673
  "responseDatatype": "JSON",
1623
1674
  "headers": {},
@@ -1659,6 +1710,7 @@
1659
1710
  "responseSchema": "schema.json",
1660
1711
  "timeout": 0,
1661
1712
  "sendEmpty": false,
1713
+ "sendGetBody": false,
1662
1714
  "requestDatatype": "JSON",
1663
1715
  "responseDatatype": "JSON",
1664
1716
  "headers": {},
@@ -1700,6 +1752,7 @@
1700
1752
  "responseSchema": "schema.json",
1701
1753
  "timeout": 0,
1702
1754
  "sendEmpty": false,
1755
+ "sendGetBody": false,
1703
1756
  "requestDatatype": "JSON",
1704
1757
  "responseDatatype": "JSON",
1705
1758
  "headers": {},
@@ -1720,6 +1773,7 @@
1720
1773
  "responseSchema": "schema.json",
1721
1774
  "timeout": 0,
1722
1775
  "sendEmpty": false,
1776
+ "sendGetBody": false,
1723
1777
  "requestDatatype": "JSON",
1724
1778
  "responseDatatype": "JSON",
1725
1779
  "headers": {},
@@ -1761,6 +1815,7 @@
1761
1815
  "responseSchema": "schema.json",
1762
1816
  "timeout": 0,
1763
1817
  "sendEmpty": false,
1818
+ "sendGetBody": false,
1764
1819
  "requestDatatype": "JSON",
1765
1820
  "responseDatatype": "JSON",
1766
1821
  "headers": {},
@@ -1781,6 +1836,7 @@
1781
1836
  "responseSchema": "schema.json",
1782
1837
  "timeout": 0,
1783
1838
  "sendEmpty": false,
1839
+ "sendGetBody": false,
1784
1840
  "requestDatatype": "JSON",
1785
1841
  "responseDatatype": "JSON",
1786
1842
  "headers": {},
@@ -1822,6 +1878,7 @@
1822
1878
  "responseSchema": "schema.json",
1823
1879
  "timeout": 0,
1824
1880
  "sendEmpty": false,
1881
+ "sendGetBody": false,
1825
1882
  "requestDatatype": "JSON",
1826
1883
  "responseDatatype": "JSON",
1827
1884
  "headers": {},
@@ -1863,6 +1920,7 @@
1863
1920
  "responseSchema": "schema.json",
1864
1921
  "timeout": 0,
1865
1922
  "sendEmpty": false,
1923
+ "sendGetBody": false,
1866
1924
  "requestDatatype": "JSON",
1867
1925
  "responseDatatype": "JSON",
1868
1926
  "headers": {},
@@ -1904,6 +1962,7 @@
1904
1962
  "responseSchema": "schema.json",
1905
1963
  "timeout": 0,
1906
1964
  "sendEmpty": false,
1965
+ "sendGetBody": false,
1907
1966
  "requestDatatype": "JSON",
1908
1967
  "responseDatatype": "JSON",
1909
1968
  "headers": {},
@@ -1924,6 +1983,7 @@
1924
1983
  "responseSchema": "schema.json",
1925
1984
  "timeout": 0,
1926
1985
  "sendEmpty": false,
1986
+ "sendGetBody": false,
1927
1987
  "requestDatatype": "JSON",
1928
1988
  "responseDatatype": "JSON",
1929
1989
  "headers": {},
@@ -1965,6 +2025,7 @@
1965
2025
  "responseSchema": "schema.json",
1966
2026
  "timeout": 0,
1967
2027
  "sendEmpty": false,
2028
+ "sendGetBody": false,
1968
2029
  "requestDatatype": "JSON",
1969
2030
  "responseDatatype": "JSON",
1970
2031
  "headers": {},
@@ -1985,6 +2046,7 @@
1985
2046
  "responseSchema": "schema.json",
1986
2047
  "timeout": 0,
1987
2048
  "sendEmpty": false,
2049
+ "sendGetBody": false,
1988
2050
  "requestDatatype": "JSON",
1989
2051
  "responseDatatype": "JSON",
1990
2052
  "headers": {},
@@ -2026,6 +2088,7 @@
2026
2088
  "responseSchema": "schema.json",
2027
2089
  "timeout": 0,
2028
2090
  "sendEmpty": false,
2091
+ "sendGetBody": false,
2029
2092
  "requestDatatype": "JSON",
2030
2093
  "responseDatatype": "JSON",
2031
2094
  "headers": {},
@@ -2046,6 +2109,7 @@
2046
2109
  "responseSchema": "schema.json",
2047
2110
  "timeout": 0,
2048
2111
  "sendEmpty": false,
2112
+ "sendGetBody": false,
2049
2113
  "requestDatatype": "JSON",
2050
2114
  "responseDatatype": "JSON",
2051
2115
  "headers": {},
@@ -2066,6 +2130,7 @@
2066
2130
  "responseSchema": "schema.json",
2067
2131
  "timeout": 0,
2068
2132
  "sendEmpty": false,
2133
+ "sendGetBody": false,
2069
2134
  "requestDatatype": "JSON",
2070
2135
  "responseDatatype": "JSON",
2071
2136
  "headers": {},
@@ -2107,6 +2172,7 @@
2107
2172
  "responseSchema": "schema.json",
2108
2173
  "timeout": 0,
2109
2174
  "sendEmpty": false,
2175
+ "sendGetBody": false,
2110
2176
  "requestDatatype": "JSON",
2111
2177
  "responseDatatype": "JSON",
2112
2178
  "headers": {},
@@ -2127,6 +2193,7 @@
2127
2193
  "responseSchema": "schema.json",
2128
2194
  "timeout": 0,
2129
2195
  "sendEmpty": false,
2196
+ "sendGetBody": false,
2130
2197
  "requestDatatype": "JSON",
2131
2198
  "responseDatatype": "JSON",
2132
2199
  "headers": {},
@@ -2168,6 +2235,7 @@
2168
2235
  "responseSchema": "schema.json",
2169
2236
  "timeout": 0,
2170
2237
  "sendEmpty": false,
2238
+ "sendGetBody": false,
2171
2239
  "requestDatatype": "JSON",
2172
2240
  "responseDatatype": "JSON",
2173
2241
  "headers": {},
@@ -2188,6 +2256,7 @@
2188
2256
  "responseSchema": "schema.json",
2189
2257
  "timeout": 0,
2190
2258
  "sendEmpty": false,
2259
+ "sendGetBody": false,
2191
2260
  "requestDatatype": "JSON",
2192
2261
  "responseDatatype": "JSON",
2193
2262
  "headers": {},
@@ -2229,6 +2298,7 @@
2229
2298
  "responseSchema": "schema.json",
2230
2299
  "timeout": 0,
2231
2300
  "sendEmpty": false,
2301
+ "sendGetBody": false,
2232
2302
  "requestDatatype": "JSON",
2233
2303
  "responseDatatype": "JSON",
2234
2304
  "headers": {},
@@ -2249,6 +2319,7 @@
2249
2319
  "responseSchema": "schema.json",
2250
2320
  "timeout": 0,
2251
2321
  "sendEmpty": false,
2322
+ "sendGetBody": false,
2252
2323
  "requestDatatype": "JSON",
2253
2324
  "responseDatatype": "JSON",
2254
2325
  "headers": {},
@@ -2290,6 +2361,7 @@
2290
2361
  "responseSchema": "schema.json",
2291
2362
  "timeout": 0,
2292
2363
  "sendEmpty": false,
2364
+ "sendGetBody": false,
2293
2365
  "requestDatatype": "JSON",
2294
2366
  "responseDatatype": "JSON",
2295
2367
  "headers": {},
@@ -2310,6 +2382,7 @@
2310
2382
  "responseSchema": "schema.json",
2311
2383
  "timeout": 0,
2312
2384
  "sendEmpty": false,
2385
+ "sendGetBody": false,
2313
2386
  "requestDatatype": "JSON",
2314
2387
  "responseDatatype": "JSON",
2315
2388
  "headers": {},
@@ -2351,6 +2424,7 @@
2351
2424
  "responseSchema": "schema.json",
2352
2425
  "timeout": 0,
2353
2426
  "sendEmpty": false,
2427
+ "sendGetBody": false,
2354
2428
  "requestDatatype": "JSON",
2355
2429
  "responseDatatype": "JSON",
2356
2430
  "headers": {},
@@ -2371,6 +2445,7 @@
2371
2445
  "responseSchema": "schema.json",
2372
2446
  "timeout": 0,
2373
2447
  "sendEmpty": false,
2448
+ "sendGetBody": false,
2374
2449
  "requestDatatype": "JSON",
2375
2450
  "responseDatatype": "JSON",
2376
2451
  "headers": {},
@@ -2412,6 +2487,7 @@
2412
2487
  "responseSchema": "schema.json",
2413
2488
  "timeout": 0,
2414
2489
  "sendEmpty": false,
2490
+ "sendGetBody": false,
2415
2491
  "requestDatatype": "JSON",
2416
2492
  "responseDatatype": "JSON",
2417
2493
  "headers": {},
@@ -2453,6 +2529,7 @@
2453
2529
  "responseSchema": "schema.json",
2454
2530
  "timeout": 0,
2455
2531
  "sendEmpty": false,
2532
+ "sendGetBody": false,
2456
2533
  "requestDatatype": "JSON",
2457
2534
  "responseDatatype": "JSON",
2458
2535
  "headers": {},
@@ -2494,6 +2571,7 @@
2494
2571
  "responseSchema": "schema.json",
2495
2572
  "timeout": 0,
2496
2573
  "sendEmpty": false,
2574
+ "sendGetBody": false,
2497
2575
  "requestDatatype": "JSON",
2498
2576
  "responseDatatype": "JSON",
2499
2577
  "headers": {},
@@ -2535,6 +2613,7 @@
2535
2613
  "responseSchema": "schema.json",
2536
2614
  "timeout": 0,
2537
2615
  "sendEmpty": false,
2616
+ "sendGetBody": false,
2538
2617
  "requestDatatype": "JSON",
2539
2618
  "responseDatatype": "JSON",
2540
2619
  "headers": {},
@@ -2555,6 +2634,7 @@
2555
2634
  "responseSchema": "schema.json",
2556
2635
  "timeout": 0,
2557
2636
  "sendEmpty": false,
2637
+ "sendGetBody": false,
2558
2638
  "requestDatatype": "JSON",
2559
2639
  "responseDatatype": "JSON",
2560
2640
  "headers": {},
@@ -2596,6 +2676,7 @@
2596
2676
  "responseSchema": "schema.json",
2597
2677
  "timeout": 0,
2598
2678
  "sendEmpty": false,
2679
+ "sendGetBody": false,
2599
2680
  "requestDatatype": "JSON",
2600
2681
  "responseDatatype": "JSON",
2601
2682
  "headers": {},
@@ -2616,6 +2697,7 @@
2616
2697
  "responseSchema": "schema.json",
2617
2698
  "timeout": 0,
2618
2699
  "sendEmpty": false,
2700
+ "sendGetBody": false,
2619
2701
  "requestDatatype": "JSON",
2620
2702
  "responseDatatype": "JSON",
2621
2703
  "headers": {},
@@ -2657,6 +2739,7 @@
2657
2739
  "responseSchema": "schema.json",
2658
2740
  "timeout": 0,
2659
2741
  "sendEmpty": false,
2742
+ "sendGetBody": false,
2660
2743
  "requestDatatype": "JSON",
2661
2744
  "responseDatatype": "JSON",
2662
2745
  "headers": {},
@@ -2677,6 +2760,7 @@
2677
2760
  "responseSchema": "schema.json",
2678
2761
  "timeout": 0,
2679
2762
  "sendEmpty": false,
2763
+ "sendGetBody": false,
2680
2764
  "requestDatatype": "JSON",
2681
2765
  "responseDatatype": "JSON",
2682
2766
  "headers": {},
@@ -2718,6 +2802,7 @@
2718
2802
  "responseSchema": "schema.json",
2719
2803
  "timeout": 0,
2720
2804
  "sendEmpty": false,
2805
+ "sendGetBody": false,
2721
2806
  "requestDatatype": "JSON",
2722
2807
  "responseDatatype": "JSON",
2723
2808
  "headers": {},
@@ -2738,6 +2823,7 @@
2738
2823
  "responseSchema": "schema.json",
2739
2824
  "timeout": 0,
2740
2825
  "sendEmpty": false,
2826
+ "sendGetBody": false,
2741
2827
  "requestDatatype": "JSON",
2742
2828
  "responseDatatype": "JSON",
2743
2829
  "headers": {},
@@ -2779,6 +2865,7 @@
2779
2865
  "responseSchema": "schema.json",
2780
2866
  "timeout": 0,
2781
2867
  "sendEmpty": false,
2868
+ "sendGetBody": false,
2782
2869
  "requestDatatype": "JSON",
2783
2870
  "responseDatatype": "JSON",
2784
2871
  "headers": {},
@@ -2799,6 +2886,7 @@
2799
2886
  "responseSchema": "schema.json",
2800
2887
  "timeout": 0,
2801
2888
  "sendEmpty": false,
2889
+ "sendGetBody": false,
2802
2890
  "requestDatatype": "JSON",
2803
2891
  "responseDatatype": "JSON",
2804
2892
  "headers": {},
@@ -2840,6 +2928,7 @@
2840
2928
  "responseSchema": "schema.json",
2841
2929
  "timeout": 0,
2842
2930
  "sendEmpty": false,
2931
+ "sendGetBody": false,
2843
2932
  "requestDatatype": "JSON",
2844
2933
  "responseDatatype": "JSON",
2845
2934
  "headers": {},
@@ -2860,6 +2949,7 @@
2860
2949
  "responseSchema": "schema.json",
2861
2950
  "timeout": 0,
2862
2951
  "sendEmpty": false,
2952
+ "sendGetBody": false,
2863
2953
  "requestDatatype": "JSON",
2864
2954
  "responseDatatype": "JSON",
2865
2955
  "headers": {},
@@ -2901,6 +2991,7 @@
2901
2991
  "responseSchema": "schema.json",
2902
2992
  "timeout": 0,
2903
2993
  "sendEmpty": false,
2994
+ "sendGetBody": false,
2904
2995
  "requestDatatype": "JSON",
2905
2996
  "responseDatatype": "JSON",
2906
2997
  "headers": {},
@@ -2921,6 +3012,7 @@
2921
3012
  "responseSchema": "schema.json",
2922
3013
  "timeout": 0,
2923
3014
  "sendEmpty": false,
3015
+ "sendGetBody": false,
2924
3016
  "requestDatatype": "JSON",
2925
3017
  "responseDatatype": "JSON",
2926
3018
  "headers": {},
@@ -2962,6 +3054,7 @@
2962
3054
  "responseSchema": "schema.json",
2963
3055
  "timeout": 0,
2964
3056
  "sendEmpty": false,
3057
+ "sendGetBody": false,
2965
3058
  "requestDatatype": "JSON",
2966
3059
  "responseDatatype": "JSON",
2967
3060
  "headers": {},
@@ -2982,6 +3075,7 @@
2982
3075
  "responseSchema": "schema.json",
2983
3076
  "timeout": 0,
2984
3077
  "sendEmpty": false,
3078
+ "sendGetBody": false,
2985
3079
  "requestDatatype": "JSON",
2986
3080
  "responseDatatype": "JSON",
2987
3081
  "headers": {},
@@ -3023,6 +3117,7 @@
3023
3117
  "responseSchema": "schema.json",
3024
3118
  "timeout": 0,
3025
3119
  "sendEmpty": false,
3120
+ "sendGetBody": false,
3026
3121
  "requestDatatype": "JSON",
3027
3122
  "responseDatatype": "JSON",
3028
3123
  "headers": {},
@@ -3043,6 +3138,7 @@
3043
3138
  "responseSchema": "schema.json",
3044
3139
  "timeout": 0,
3045
3140
  "sendEmpty": false,
3141
+ "sendGetBody": false,
3046
3142
  "requestDatatype": "JSON",
3047
3143
  "responseDatatype": "JSON",
3048
3144
  "headers": {},
@@ -3084,6 +3180,7 @@
3084
3180
  "responseSchema": "schema.json",
3085
3181
  "timeout": 0,
3086
3182
  "sendEmpty": false,
3183
+ "sendGetBody": false,
3087
3184
  "requestDatatype": "JSON",
3088
3185
  "responseDatatype": "JSON",
3089
3186
  "headers": {},
@@ -3104,6 +3201,7 @@
3104
3201
  "responseSchema": "schema.json",
3105
3202
  "timeout": 0,
3106
3203
  "sendEmpty": false,
3204
+ "sendGetBody": false,
3107
3205
  "requestDatatype": "JSON",
3108
3206
  "responseDatatype": "JSON",
3109
3207
  "headers": {},
@@ -3145,6 +3243,7 @@
3145
3243
  "responseSchema": "schema.json",
3146
3244
  "timeout": 0,
3147
3245
  "sendEmpty": false,
3246
+ "sendGetBody": false,
3148
3247
  "requestDatatype": "JSON",
3149
3248
  "responseDatatype": "JSON",
3150
3249
  "headers": {},
@@ -3165,6 +3264,7 @@
3165
3264
  "responseSchema": "schema.json",
3166
3265
  "timeout": 0,
3167
3266
  "sendEmpty": false,
3267
+ "sendGetBody": false,
3168
3268
  "requestDatatype": "JSON",
3169
3269
  "responseDatatype": "JSON",
3170
3270
  "headers": {},
@@ -3206,6 +3306,7 @@
3206
3306
  "responseSchema": "schema.json",
3207
3307
  "timeout": 0,
3208
3308
  "sendEmpty": false,
3309
+ "sendGetBody": false,
3209
3310
  "requestDatatype": "JSON",
3210
3311
  "responseDatatype": "JSON",
3211
3312
  "headers": {},
@@ -3226,6 +3327,7 @@
3226
3327
  "responseSchema": "schema.json",
3227
3328
  "timeout": 0,
3228
3329
  "sendEmpty": false,
3330
+ "sendGetBody": false,
3229
3331
  "requestDatatype": "JSON",
3230
3332
  "responseDatatype": "JSON",
3231
3333
  "headers": {},
@@ -3267,6 +3369,7 @@
3267
3369
  "responseSchema": "schema.json",
3268
3370
  "timeout": 0,
3269
3371
  "sendEmpty": false,
3372
+ "sendGetBody": false,
3270
3373
  "requestDatatype": "JSON",
3271
3374
  "responseDatatype": "JSON",
3272
3375
  "headers": {},
@@ -3287,6 +3390,7 @@
3287
3390
  "responseSchema": "schema.json",
3288
3391
  "timeout": 0,
3289
3392
  "sendEmpty": false,
3393
+ "sendGetBody": false,
3290
3394
  "requestDatatype": "JSON",
3291
3395
  "responseDatatype": "JSON",
3292
3396
  "headers": {},
@@ -3328,6 +3432,7 @@
3328
3432
  "responseSchema": "schema.json",
3329
3433
  "timeout": 0,
3330
3434
  "sendEmpty": false,
3435
+ "sendGetBody": false,
3331
3436
  "requestDatatype": "JSON",
3332
3437
  "responseDatatype": "JSON",
3333
3438
  "headers": {},
@@ -3348,6 +3453,7 @@
3348
3453
  "responseSchema": "schema.json",
3349
3454
  "timeout": 0,
3350
3455
  "sendEmpty": false,
3456
+ "sendGetBody": false,
3351
3457
  "requestDatatype": "JSON",
3352
3458
  "responseDatatype": "JSON",
3353
3459
  "headers": {},
@@ -3389,6 +3495,7 @@
3389
3495
  "responseSchema": "schema.json",
3390
3496
  "timeout": 0,
3391
3497
  "sendEmpty": false,
3498
+ "sendGetBody": false,
3392
3499
  "requestDatatype": "JSON",
3393
3500
  "responseDatatype": "JSON",
3394
3501
  "headers": {},
@@ -3409,6 +3516,7 @@
3409
3516
  "responseSchema": "schema.json",
3410
3517
  "timeout": 0,
3411
3518
  "sendEmpty": false,
3519
+ "sendGetBody": false,
3412
3520
  "requestDatatype": "JSON",
3413
3521
  "responseDatatype": "JSON",
3414
3522
  "headers": {},
@@ -3450,6 +3558,7 @@
3450
3558
  "responseSchema": "schema.json",
3451
3559
  "timeout": 0,
3452
3560
  "sendEmpty": false,
3561
+ "sendGetBody": false,
3453
3562
  "requestDatatype": "JSON",
3454
3563
  "responseDatatype": "JSON",
3455
3564
  "headers": {},
@@ -3470,6 +3579,7 @@
3470
3579
  "responseSchema": "schema.json",
3471
3580
  "timeout": 0,
3472
3581
  "sendEmpty": false,
3582
+ "sendGetBody": false,
3473
3583
  "requestDatatype": "JSON",
3474
3584
  "responseDatatype": "JSON",
3475
3585
  "headers": {},
@@ -3511,6 +3621,7 @@
3511
3621
  "responseSchema": "schema.json",
3512
3622
  "timeout": 0,
3513
3623
  "sendEmpty": false,
3624
+ "sendGetBody": false,
3514
3625
  "requestDatatype": "JSON",
3515
3626
  "responseDatatype": "JSON",
3516
3627
  "headers": {},
@@ -3531,6 +3642,7 @@
3531
3642
  "responseSchema": "schema.json",
3532
3643
  "timeout": 0,
3533
3644
  "sendEmpty": false,
3645
+ "sendGetBody": false,
3534
3646
  "requestDatatype": "JSON",
3535
3647
  "responseDatatype": "JSON",
3536
3648
  "headers": {},
@@ -3572,6 +3684,7 @@
3572
3684
  "responseSchema": "schema.json",
3573
3685
  "timeout": 0,
3574
3686
  "sendEmpty": false,
3687
+ "sendGetBody": false,
3575
3688
  "requestDatatype": "JSON",
3576
3689
  "responseDatatype": "JSON",
3577
3690
  "headers": {},
@@ -3592,6 +3705,7 @@
3592
3705
  "responseSchema": "schema.json",
3593
3706
  "timeout": 0,
3594
3707
  "sendEmpty": false,
3708
+ "sendGetBody": false,
3595
3709
  "requestDatatype": "JSON",
3596
3710
  "responseDatatype": "JSON",
3597
3711
  "headers": {},
@@ -3633,6 +3747,7 @@
3633
3747
  "responseSchema": "schema.json",
3634
3748
  "timeout": 0,
3635
3749
  "sendEmpty": false,
3750
+ "sendGetBody": false,
3636
3751
  "requestDatatype": "JSON",
3637
3752
  "responseDatatype": "JSON",
3638
3753
  "headers": {},
@@ -3653,6 +3768,7 @@
3653
3768
  "responseSchema": "schema.json",
3654
3769
  "timeout": 0,
3655
3770
  "sendEmpty": false,
3771
+ "sendGetBody": false,
3656
3772
  "requestDatatype": "JSON",
3657
3773
  "responseDatatype": "JSON",
3658
3774
  "headers": {},
@@ -3694,6 +3810,7 @@
3694
3810
  "responseSchema": "schema.json",
3695
3811
  "timeout": 0,
3696
3812
  "sendEmpty": false,
3813
+ "sendGetBody": false,
3697
3814
  "requestDatatype": "JSON",
3698
3815
  "responseDatatype": "JSON",
3699
3816
  "headers": {},
@@ -3714,6 +3831,7 @@
3714
3831
  "responseSchema": "schema.json",
3715
3832
  "timeout": 0,
3716
3833
  "sendEmpty": false,
3834
+ "sendGetBody": false,
3717
3835
  "requestDatatype": "JSON",
3718
3836
  "responseDatatype": "JSON",
3719
3837
  "headers": {},
@@ -3755,6 +3873,7 @@
3755
3873
  "responseSchema": "schema.json",
3756
3874
  "timeout": 0,
3757
3875
  "sendEmpty": false,
3876
+ "sendGetBody": false,
3758
3877
  "requestDatatype": "JSON",
3759
3878
  "responseDatatype": "JSON",
3760
3879
  "headers": {},
@@ -3775,6 +3894,7 @@
3775
3894
  "responseSchema": "schema.json",
3776
3895
  "timeout": 0,
3777
3896
  "sendEmpty": false,
3897
+ "sendGetBody": false,
3778
3898
  "requestDatatype": "JSON",
3779
3899
  "responseDatatype": "JSON",
3780
3900
  "headers": {},
@@ -3816,6 +3936,7 @@
3816
3936
  "responseSchema": "schema.json",
3817
3937
  "timeout": 0,
3818
3938
  "sendEmpty": false,
3939
+ "sendGetBody": false,
3819
3940
  "requestDatatype": "JSON",
3820
3941
  "responseDatatype": "JSON",
3821
3942
  "headers": {},
@@ -3836,6 +3957,7 @@
3836
3957
  "responseSchema": "schema.json",
3837
3958
  "timeout": 0,
3838
3959
  "sendEmpty": false,
3960
+ "sendGetBody": false,
3839
3961
  "requestDatatype": "JSON",
3840
3962
  "responseDatatype": "JSON",
3841
3963
  "headers": {},
@@ -3877,6 +3999,7 @@
3877
3999
  "responseSchema": "schema.json",
3878
4000
  "timeout": 0,
3879
4001
  "sendEmpty": false,
4002
+ "sendGetBody": false,
3880
4003
  "requestDatatype": "JSON",
3881
4004
  "responseDatatype": "JSON",
3882
4005
  "headers": {},
@@ -3897,6 +4020,7 @@
3897
4020
  "responseSchema": "schema.json",
3898
4021
  "timeout": 0,
3899
4022
  "sendEmpty": false,
4023
+ "sendGetBody": false,
3900
4024
  "requestDatatype": "JSON",
3901
4025
  "responseDatatype": "JSON",
3902
4026
  "headers": {},
@@ -3938,6 +4062,7 @@
3938
4062
  "responseSchema": "schema.json",
3939
4063
  "timeout": 0,
3940
4064
  "sendEmpty": false,
4065
+ "sendGetBody": false,
3941
4066
  "requestDatatype": "JSON",
3942
4067
  "responseDatatype": "JSON",
3943
4068
  "headers": {},
@@ -3958,6 +4083,7 @@
3958
4083
  "responseSchema": "schema.json",
3959
4084
  "timeout": 0,
3960
4085
  "sendEmpty": false,
4086
+ "sendGetBody": false,
3961
4087
  "requestDatatype": "JSON",
3962
4088
  "responseDatatype": "JSON",
3963
4089
  "headers": {},
@@ -3999,6 +4125,7 @@
3999
4125
  "responseSchema": "schema.json",
4000
4126
  "timeout": 0,
4001
4127
  "sendEmpty": false,
4128
+ "sendGetBody": false,
4002
4129
  "requestDatatype": "JSON",
4003
4130
  "responseDatatype": "JSON",
4004
4131
  "headers": {},
@@ -4019,6 +4146,7 @@
4019
4146
  "responseSchema": "schema.json",
4020
4147
  "timeout": 0,
4021
4148
  "sendEmpty": false,
4149
+ "sendGetBody": false,
4022
4150
  "requestDatatype": "JSON",
4023
4151
  "responseDatatype": "JSON",
4024
4152
  "headers": {},
@@ -4060,6 +4188,7 @@
4060
4188
  "responseSchema": "schema.json",
4061
4189
  "timeout": 0,
4062
4190
  "sendEmpty": false,
4191
+ "sendGetBody": false,
4063
4192
  "requestDatatype": "JSON",
4064
4193
  "responseDatatype": "JSON",
4065
4194
  "headers": {},
@@ -4080,6 +4209,7 @@
4080
4209
  "responseSchema": "schema.json",
4081
4210
  "timeout": 0,
4082
4211
  "sendEmpty": false,
4212
+ "sendGetBody": false,
4083
4213
  "requestDatatype": "JSON",
4084
4214
  "responseDatatype": "JSON",
4085
4215
  "headers": {},
@@ -4121,6 +4251,7 @@
4121
4251
  "responseSchema": "schema.json",
4122
4252
  "timeout": 0,
4123
4253
  "sendEmpty": false,
4254
+ "sendGetBody": false,
4124
4255
  "requestDatatype": "JSON",
4125
4256
  "responseDatatype": "JSON",
4126
4257
  "headers": {},
@@ -4141,6 +4272,7 @@
4141
4272
  "responseSchema": "schema.json",
4142
4273
  "timeout": 0,
4143
4274
  "sendEmpty": false,
4275
+ "sendGetBody": false,
4144
4276
  "requestDatatype": "JSON",
4145
4277
  "responseDatatype": "JSON",
4146
4278
  "headers": {},
@@ -4182,6 +4314,7 @@
4182
4314
  "responseSchema": "schema.json",
4183
4315
  "timeout": 0,
4184
4316
  "sendEmpty": false,
4317
+ "sendGetBody": false,
4185
4318
  "requestDatatype": "JSON",
4186
4319
  "responseDatatype": "JSON",
4187
4320
  "headers": {},
@@ -4202,6 +4335,7 @@
4202
4335
  "responseSchema": "schema.json",
4203
4336
  "timeout": 0,
4204
4337
  "sendEmpty": false,
4338
+ "sendGetBody": false,
4205
4339
  "requestDatatype": "JSON",
4206
4340
  "responseDatatype": "JSON",
4207
4341
  "headers": {},
@@ -4243,6 +4377,7 @@
4243
4377
  "responseSchema": "schema.json",
4244
4378
  "timeout": 0,
4245
4379
  "sendEmpty": false,
4380
+ "sendGetBody": false,
4246
4381
  "requestDatatype": "JSON",
4247
4382
  "responseDatatype": "JSON",
4248
4383
  "headers": {},
@@ -4263,6 +4398,7 @@
4263
4398
  "responseSchema": "schema.json",
4264
4399
  "timeout": 0,
4265
4400
  "sendEmpty": false,
4401
+ "sendGetBody": false,
4266
4402
  "requestDatatype": "JSON",
4267
4403
  "responseDatatype": "JSON",
4268
4404
  "headers": {},
@@ -4304,6 +4440,7 @@
4304
4440
  "responseSchema": "schema.json",
4305
4441
  "timeout": 0,
4306
4442
  "sendEmpty": false,
4443
+ "sendGetBody": false,
4307
4444
  "requestDatatype": "JSON",
4308
4445
  "responseDatatype": "JSON",
4309
4446
  "headers": {},
@@ -4324,6 +4461,7 @@
4324
4461
  "responseSchema": "schema.json",
4325
4462
  "timeout": 0,
4326
4463
  "sendEmpty": false,
4464
+ "sendGetBody": false,
4327
4465
  "requestDatatype": "JSON",
4328
4466
  "responseDatatype": "JSON",
4329
4467
  "headers": {},
@@ -4365,6 +4503,7 @@
4365
4503
  "responseSchema": "schema.json",
4366
4504
  "timeout": 0,
4367
4505
  "sendEmpty": false,
4506
+ "sendGetBody": false,
4368
4507
  "requestDatatype": "JSON",
4369
4508
  "responseDatatype": "JSON",
4370
4509
  "headers": {},
@@ -4385,6 +4524,7 @@
4385
4524
  "responseSchema": "schema.json",
4386
4525
  "timeout": 0,
4387
4526
  "sendEmpty": false,
4527
+ "sendGetBody": false,
4388
4528
  "requestDatatype": "JSON",
4389
4529
  "responseDatatype": "JSON",
4390
4530
  "headers": {},
@@ -4426,6 +4566,7 @@
4426
4566
  "responseSchema": "schema.json",
4427
4567
  "timeout": 0,
4428
4568
  "sendEmpty": false,
4569
+ "sendGetBody": false,
4429
4570
  "requestDatatype": "JSON",
4430
4571
  "responseDatatype": "JSON",
4431
4572
  "headers": {},
@@ -4446,6 +4587,7 @@
4446
4587
  "responseSchema": "schema.json",
4447
4588
  "timeout": 0,
4448
4589
  "sendEmpty": false,
4590
+ "sendGetBody": false,
4449
4591
  "requestDatatype": "JSON",
4450
4592
  "responseDatatype": "JSON",
4451
4593
  "headers": {},
@@ -4487,6 +4629,7 @@
4487
4629
  "responseSchema": "schema.json",
4488
4630
  "timeout": 0,
4489
4631
  "sendEmpty": false,
4632
+ "sendGetBody": false,
4490
4633
  "requestDatatype": "JSON",
4491
4634
  "responseDatatype": "JSON",
4492
4635
  "headers": {},
@@ -4507,6 +4650,7 @@
4507
4650
  "responseSchema": "schema.json",
4508
4651
  "timeout": 0,
4509
4652
  "sendEmpty": false,
4653
+ "sendGetBody": false,
4510
4654
  "requestDatatype": "JSON",
4511
4655
  "responseDatatype": "JSON",
4512
4656
  "headers": {},
@@ -4548,6 +4692,7 @@
4548
4692
  "responseSchema": "schema.json",
4549
4693
  "timeout": 0,
4550
4694
  "sendEmpty": false,
4695
+ "sendGetBody": false,
4551
4696
  "requestDatatype": "JSON",
4552
4697
  "responseDatatype": "JSON",
4553
4698
  "headers": {},
@@ -4568,6 +4713,7 @@
4568
4713
  "responseSchema": "schema.json",
4569
4714
  "timeout": 0,
4570
4715
  "sendEmpty": false,
4716
+ "sendGetBody": false,
4571
4717
  "requestDatatype": "JSON",
4572
4718
  "responseDatatype": "JSON",
4573
4719
  "headers": {},
@@ -4609,6 +4755,7 @@
4609
4755
  "responseSchema": "schema.json",
4610
4756
  "timeout": 0,
4611
4757
  "sendEmpty": false,
4758
+ "sendGetBody": false,
4612
4759
  "requestDatatype": "JSON",
4613
4760
  "responseDatatype": "JSON",
4614
4761
  "headers": {},
@@ -4629,6 +4776,7 @@
4629
4776
  "responseSchema": "schema.json",
4630
4777
  "timeout": 0,
4631
4778
  "sendEmpty": false,
4779
+ "sendGetBody": false,
4632
4780
  "requestDatatype": "JSON",
4633
4781
  "responseDatatype": "JSON",
4634
4782
  "headers": {},
@@ -4670,6 +4818,7 @@
4670
4818
  "responseSchema": "schema.json",
4671
4819
  "timeout": 0,
4672
4820
  "sendEmpty": false,
4821
+ "sendGetBody": false,
4673
4822
  "requestDatatype": "JSON",
4674
4823
  "responseDatatype": "JSON",
4675
4824
  "headers": {},
@@ -4690,6 +4839,7 @@
4690
4839
  "responseSchema": "schema.json",
4691
4840
  "timeout": 0,
4692
4841
  "sendEmpty": false,
4842
+ "sendGetBody": false,
4693
4843
  "requestDatatype": "JSON",
4694
4844
  "responseDatatype": "JSON",
4695
4845
  "headers": {},
@@ -4731,6 +4881,7 @@
4731
4881
  "responseSchema": "schema.json",
4732
4882
  "timeout": 0,
4733
4883
  "sendEmpty": false,
4884
+ "sendGetBody": false,
4734
4885
  "requestDatatype": "JSON",
4735
4886
  "responseDatatype": "JSON",
4736
4887
  "headers": {},
@@ -4751,6 +4902,7 @@
4751
4902
  "responseSchema": "schema.json",
4752
4903
  "timeout": 0,
4753
4904
  "sendEmpty": false,
4905
+ "sendGetBody": false,
4754
4906
  "requestDatatype": "JSON",
4755
4907
  "responseDatatype": "JSON",
4756
4908
  "headers": {},
@@ -4792,6 +4944,7 @@
4792
4944
  "responseSchema": "schema.json",
4793
4945
  "timeout": 0,
4794
4946
  "sendEmpty": false,
4947
+ "sendGetBody": false,
4795
4948
  "requestDatatype": "JSON",
4796
4949
  "responseDatatype": "JSON",
4797
4950
  "headers": {},
@@ -4812,6 +4965,7 @@
4812
4965
  "responseSchema": "schema.json",
4813
4966
  "timeout": 0,
4814
4967
  "sendEmpty": false,
4968
+ "sendGetBody": false,
4815
4969
  "requestDatatype": "JSON",
4816
4970
  "responseDatatype": "JSON",
4817
4971
  "headers": {},
@@ -4853,6 +5007,7 @@
4853
5007
  "responseSchema": "schema.json",
4854
5008
  "timeout": 0,
4855
5009
  "sendEmpty": false,
5010
+ "sendGetBody": false,
4856
5011
  "requestDatatype": "JSON",
4857
5012
  "responseDatatype": "JSON",
4858
5013
  "headers": {},
@@ -4873,6 +5028,7 @@
4873
5028
  "responseSchema": "schema.json",
4874
5029
  "timeout": 0,
4875
5030
  "sendEmpty": false,
5031
+ "sendGetBody": false,
4876
5032
  "requestDatatype": "JSON",
4877
5033
  "responseDatatype": "JSON",
4878
5034
  "headers": {},
@@ -4914,6 +5070,7 @@
4914
5070
  "responseSchema": "schema.json",
4915
5071
  "timeout": 0,
4916
5072
  "sendEmpty": false,
5073
+ "sendGetBody": false,
4917
5074
  "requestDatatype": "JSON",
4918
5075
  "responseDatatype": "JSON",
4919
5076
  "headers": {},
@@ -4934,6 +5091,7 @@
4934
5091
  "responseSchema": "schema.json",
4935
5092
  "timeout": 0,
4936
5093
  "sendEmpty": false,
5094
+ "sendGetBody": false,
4937
5095
  "requestDatatype": "JSON",
4938
5096
  "responseDatatype": "JSON",
4939
5097
  "headers": {},
@@ -4975,6 +5133,7 @@
4975
5133
  "responseSchema": "schema.json",
4976
5134
  "timeout": 0,
4977
5135
  "sendEmpty": false,
5136
+ "sendGetBody": false,
4978
5137
  "requestDatatype": "JSON",
4979
5138
  "responseDatatype": "JSON",
4980
5139
  "headers": {},
@@ -4995,6 +5154,7 @@
4995
5154
  "responseSchema": "schema.json",
4996
5155
  "timeout": 0,
4997
5156
  "sendEmpty": false,
5157
+ "sendGetBody": false,
4998
5158
  "requestDatatype": "JSON",
4999
5159
  "responseDatatype": "JSON",
5000
5160
  "headers": {},
@@ -5036,6 +5196,7 @@
5036
5196
  "responseSchema": "schema.json",
5037
5197
  "timeout": 0,
5038
5198
  "sendEmpty": false,
5199
+ "sendGetBody": false,
5039
5200
  "requestDatatype": "JSON",
5040
5201
  "responseDatatype": "JSON",
5041
5202
  "headers": {},
@@ -5056,6 +5217,7 @@
5056
5217
  "responseSchema": "schema.json",
5057
5218
  "timeout": 0,
5058
5219
  "sendEmpty": false,
5220
+ "sendGetBody": false,
5059
5221
  "requestDatatype": "JSON",
5060
5222
  "responseDatatype": "JSON",
5061
5223
  "headers": {},
@@ -5097,6 +5259,7 @@
5097
5259
  "responseSchema": "schema.json",
5098
5260
  "timeout": 0,
5099
5261
  "sendEmpty": false,
5262
+ "sendGetBody": false,
5100
5263
  "requestDatatype": "JSON",
5101
5264
  "responseDatatype": "JSON",
5102
5265
  "headers": {},
@@ -5117,6 +5280,7 @@
5117
5280
  "responseSchema": "schema.json",
5118
5281
  "timeout": 0,
5119
5282
  "sendEmpty": false,
5283
+ "sendGetBody": false,
5120
5284
  "requestDatatype": "JSON",
5121
5285
  "responseDatatype": "JSON",
5122
5286
  "headers": {},
@@ -5158,6 +5322,7 @@
5158
5322
  "responseSchema": "schema.json",
5159
5323
  "timeout": 0,
5160
5324
  "sendEmpty": false,
5325
+ "sendGetBody": false,
5161
5326
  "requestDatatype": "JSON",
5162
5327
  "responseDatatype": "JSON",
5163
5328
  "headers": {},
@@ -5178,6 +5343,7 @@
5178
5343
  "responseSchema": "schema.json",
5179
5344
  "timeout": 0,
5180
5345
  "sendEmpty": false,
5346
+ "sendGetBody": false,
5181
5347
  "requestDatatype": "JSON",
5182
5348
  "responseDatatype": "JSON",
5183
5349
  "headers": {},
@@ -5219,6 +5385,7 @@
5219
5385
  "responseSchema": "schema.json",
5220
5386
  "timeout": 0,
5221
5387
  "sendEmpty": false,
5388
+ "sendGetBody": false,
5222
5389
  "requestDatatype": "JSON",
5223
5390
  "responseDatatype": "JSON",
5224
5391
  "headers": {},
@@ -5260,6 +5427,7 @@
5260
5427
  "responseSchema": "schema.json",
5261
5428
  "timeout": 0,
5262
5429
  "sendEmpty": false,
5430
+ "sendGetBody": false,
5263
5431
  "requestDatatype": "JSON",
5264
5432
  "responseDatatype": "JSON",
5265
5433
  "headers": {},
@@ -5301,6 +5469,7 @@
5301
5469
  "responseSchema": "schema.json",
5302
5470
  "timeout": 0,
5303
5471
  "sendEmpty": false,
5472
+ "sendGetBody": false,
5304
5473
  "requestDatatype": "JSON",
5305
5474
  "responseDatatype": "JSON",
5306
5475
  "headers": {},
@@ -5342,6 +5511,7 @@
5342
5511
  "responseSchema": "schema.json",
5343
5512
  "timeout": 0,
5344
5513
  "sendEmpty": false,
5514
+ "sendGetBody": false,
5345
5515
  "requestDatatype": "JSON",
5346
5516
  "responseDatatype": "JSON",
5347
5517
  "headers": {},
@@ -5362,6 +5532,7 @@
5362
5532
  "responseSchema": "schema.json",
5363
5533
  "timeout": 0,
5364
5534
  "sendEmpty": false,
5535
+ "sendGetBody": false,
5365
5536
  "requestDatatype": "JSON",
5366
5537
  "responseDatatype": "JSON",
5367
5538
  "headers": {},
@@ -5403,6 +5574,7 @@
5403
5574
  "responseSchema": "schema.json",
5404
5575
  "timeout": 0,
5405
5576
  "sendEmpty": false,
5577
+ "sendGetBody": false,
5406
5578
  "requestDatatype": "JSON",
5407
5579
  "responseDatatype": "JSON",
5408
5580
  "headers": {},
@@ -5423,6 +5595,7 @@
5423
5595
  "responseSchema": "schema.json",
5424
5596
  "timeout": 0,
5425
5597
  "sendEmpty": false,
5598
+ "sendGetBody": false,
5426
5599
  "requestDatatype": "JSON",
5427
5600
  "responseDatatype": "JSON",
5428
5601
  "headers": {},
@@ -5464,6 +5637,7 @@
5464
5637
  "responseSchema": "schema.json",
5465
5638
  "timeout": 0,
5466
5639
  "sendEmpty": false,
5640
+ "sendGetBody": false,
5467
5641
  "requestDatatype": "JSON",
5468
5642
  "responseDatatype": "JSON",
5469
5643
  "headers": {},
@@ -5505,6 +5679,7 @@
5505
5679
  "responseSchema": "schema.json",
5506
5680
  "timeout": 0,
5507
5681
  "sendEmpty": false,
5682
+ "sendGetBody": false,
5508
5683
  "requestDatatype": "JSON",
5509
5684
  "responseDatatype": "JSON",
5510
5685
  "headers": {},
@@ -5546,6 +5721,7 @@
5546
5721
  "responseSchema": "schema.json",
5547
5722
  "timeout": 0,
5548
5723
  "sendEmpty": false,
5724
+ "sendGetBody": false,
5549
5725
  "requestDatatype": "JSON",
5550
5726
  "responseDatatype": "JSON",
5551
5727
  "headers": {},
@@ -5587,6 +5763,7 @@
5587
5763
  "responseSchema": "schema.json",
5588
5764
  "timeout": 0,
5589
5765
  "sendEmpty": false,
5766
+ "sendGetBody": false,
5590
5767
  "requestDatatype": "JSON",
5591
5768
  "responseDatatype": "JSON",
5592
5769
  "headers": {},
@@ -5628,6 +5805,7 @@
5628
5805
  "responseSchema": "schema.json",
5629
5806
  "timeout": 0,
5630
5807
  "sendEmpty": false,
5808
+ "sendGetBody": false,
5631
5809
  "requestDatatype": "JSON",
5632
5810
  "responseDatatype": "JSON",
5633
5811
  "headers": {},
@@ -5648,6 +5826,7 @@
5648
5826
  "responseSchema": "schema.json",
5649
5827
  "timeout": 0,
5650
5828
  "sendEmpty": false,
5829
+ "sendGetBody": false,
5651
5830
  "requestDatatype": "JSON",
5652
5831
  "responseDatatype": "JSON",
5653
5832
  "headers": {},
@@ -5689,6 +5868,7 @@
5689
5868
  "responseSchema": "schema.json",
5690
5869
  "timeout": 0,
5691
5870
  "sendEmpty": false,
5871
+ "sendGetBody": false,
5692
5872
  "requestDatatype": "JSON",
5693
5873
  "responseDatatype": "JSON",
5694
5874
  "headers": {},
@@ -5709,6 +5889,7 @@
5709
5889
  "responseSchema": "schema.json",
5710
5890
  "timeout": 0,
5711
5891
  "sendEmpty": false,
5892
+ "sendGetBody": false,
5712
5893
  "requestDatatype": "JSON",
5713
5894
  "responseDatatype": "JSON",
5714
5895
  "headers": {},
@@ -5750,6 +5931,7 @@
5750
5931
  "responseSchema": "schema.json",
5751
5932
  "timeout": 0,
5752
5933
  "sendEmpty": false,
5934
+ "sendGetBody": false,
5753
5935
  "requestDatatype": "JSON",
5754
5936
  "responseDatatype": "JSON",
5755
5937
  "headers": {},
@@ -5770,6 +5952,7 @@
5770
5952
  "responseSchema": "schema.json",
5771
5953
  "timeout": 0,
5772
5954
  "sendEmpty": false,
5955
+ "sendGetBody": false,
5773
5956
  "requestDatatype": "JSON",
5774
5957
  "responseDatatype": "JSON",
5775
5958
  "headers": {},
@@ -5811,6 +5994,7 @@
5811
5994
  "responseSchema": "schema.json",
5812
5995
  "timeout": 0,
5813
5996
  "sendEmpty": false,
5997
+ "sendGetBody": false,
5814
5998
  "requestDatatype": "JSON",
5815
5999
  "responseDatatype": "JSON",
5816
6000
  "headers": {},
@@ -5831,6 +6015,7 @@
5831
6015
  "responseSchema": "schema.json",
5832
6016
  "timeout": 0,
5833
6017
  "sendEmpty": false,
6018
+ "sendGetBody": false,
5834
6019
  "requestDatatype": "JSON",
5835
6020
  "responseDatatype": "JSON",
5836
6021
  "headers": {},
@@ -5872,6 +6057,7 @@
5872
6057
  "responseSchema": "schema.json",
5873
6058
  "timeout": 0,
5874
6059
  "sendEmpty": false,
6060
+ "sendGetBody": false,
5875
6061
  "requestDatatype": "JSON",
5876
6062
  "responseDatatype": "JSON",
5877
6063
  "headers": {},
@@ -5913,6 +6099,7 @@
5913
6099
  "responseSchema": "schema.json",
5914
6100
  "timeout": 0,
5915
6101
  "sendEmpty": false,
6102
+ "sendGetBody": false,
5916
6103
  "requestDatatype": "JSON",
5917
6104
  "responseDatatype": "JSON",
5918
6105
  "headers": {},
@@ -5954,6 +6141,7 @@
5954
6141
  "responseSchema": "schema.json",
5955
6142
  "timeout": 0,
5956
6143
  "sendEmpty": false,
6144
+ "sendGetBody": false,
5957
6145
  "requestDatatype": "JSON",
5958
6146
  "responseDatatype": "JSON",
5959
6147
  "headers": {},
@@ -5974,6 +6162,7 @@
5974
6162
  "responseSchema": "schema.json",
5975
6163
  "timeout": 0,
5976
6164
  "sendEmpty": false,
6165
+ "sendGetBody": false,
5977
6166
  "requestDatatype": "JSON",
5978
6167
  "responseDatatype": "JSON",
5979
6168
  "headers": {},
@@ -6015,6 +6204,7 @@
6015
6204
  "responseSchema": "schema.json",
6016
6205
  "timeout": 0,
6017
6206
  "sendEmpty": false,
6207
+ "sendGetBody": false,
6018
6208
  "requestDatatype": "JSON",
6019
6209
  "responseDatatype": "JSON",
6020
6210
  "headers": {},
@@ -6035,6 +6225,7 @@
6035
6225
  "responseSchema": "schema.json",
6036
6226
  "timeout": 0,
6037
6227
  "sendEmpty": false,
6228
+ "sendGetBody": false,
6038
6229
  "requestDatatype": "JSON",
6039
6230
  "responseDatatype": "JSON",
6040
6231
  "headers": {},
@@ -6076,6 +6267,7 @@
6076
6267
  "responseSchema": "schema.json",
6077
6268
  "timeout": 0,
6078
6269
  "sendEmpty": false,
6270
+ "sendGetBody": false,
6079
6271
  "requestDatatype": "JSON",
6080
6272
  "responseDatatype": "JSON",
6081
6273
  "headers": {},
@@ -6096,6 +6288,7 @@
6096
6288
  "responseSchema": "schema.json",
6097
6289
  "timeout": 0,
6098
6290
  "sendEmpty": false,
6291
+ "sendGetBody": false,
6099
6292
  "requestDatatype": "JSON",
6100
6293
  "responseDatatype": "JSON",
6101
6294
  "headers": {},
@@ -6137,6 +6330,7 @@
6137
6330
  "responseSchema": "schema.json",
6138
6331
  "timeout": 0,
6139
6332
  "sendEmpty": false,
6333
+ "sendGetBody": false,
6140
6334
  "requestDatatype": "JSON",
6141
6335
  "responseDatatype": "JSON",
6142
6336
  "headers": {},
@@ -6157,6 +6351,7 @@
6157
6351
  "responseSchema": "schema.json",
6158
6352
  "timeout": 0,
6159
6353
  "sendEmpty": false,
6354
+ "sendGetBody": false,
6160
6355
  "requestDatatype": "JSON",
6161
6356
  "responseDatatype": "JSON",
6162
6357
  "headers": {},
@@ -6198,6 +6393,7 @@
6198
6393
  "responseSchema": "schema.json",
6199
6394
  "timeout": 0,
6200
6395
  "sendEmpty": false,
6396
+ "sendGetBody": false,
6201
6397
  "requestDatatype": "JSON",
6202
6398
  "responseDatatype": "JSON",
6203
6399
  "headers": {},
@@ -6218,6 +6414,7 @@
6218
6414
  "responseSchema": "schema.json",
6219
6415
  "timeout": 0,
6220
6416
  "sendEmpty": false,
6417
+ "sendGetBody": false,
6221
6418
  "requestDatatype": "JSON",
6222
6419
  "responseDatatype": "JSON",
6223
6420
  "headers": {},
@@ -6259,6 +6456,7 @@
6259
6456
  "responseSchema": "schema.json",
6260
6457
  "timeout": 0,
6261
6458
  "sendEmpty": false,
6459
+ "sendGetBody": false,
6262
6460
  "requestDatatype": "JSON",
6263
6461
  "responseDatatype": "JSON",
6264
6462
  "headers": {},
@@ -6279,6 +6477,7 @@
6279
6477
  "responseSchema": "schema.json",
6280
6478
  "timeout": 0,
6281
6479
  "sendEmpty": false,
6480
+ "sendGetBody": false,
6282
6481
  "requestDatatype": "JSON",
6283
6482
  "responseDatatype": "JSON",
6284
6483
  "headers": {},
@@ -6320,6 +6519,7 @@
6320
6519
  "responseSchema": "schema.json",
6321
6520
  "timeout": 0,
6322
6521
  "sendEmpty": false,
6522
+ "sendGetBody": false,
6323
6523
  "requestDatatype": "JSON",
6324
6524
  "responseDatatype": "JSON",
6325
6525
  "headers": {},
@@ -6340,6 +6540,7 @@
6340
6540
  "responseSchema": "schema.json",
6341
6541
  "timeout": 0,
6342
6542
  "sendEmpty": false,
6543
+ "sendGetBody": false,
6343
6544
  "requestDatatype": "JSON",
6344
6545
  "responseDatatype": "JSON",
6345
6546
  "headers": {},
@@ -6381,6 +6582,7 @@
6381
6582
  "responseSchema": "schema.json",
6382
6583
  "timeout": 0,
6383
6584
  "sendEmpty": false,
6585
+ "sendGetBody": false,
6384
6586
  "requestDatatype": "JSON",
6385
6587
  "responseDatatype": "JSON",
6386
6588
  "headers": {},
@@ -6401,6 +6603,7 @@
6401
6603
  "responseSchema": "schema.json",
6402
6604
  "timeout": 0,
6403
6605
  "sendEmpty": false,
6606
+ "sendGetBody": false,
6404
6607
  "requestDatatype": "JSON",
6405
6608
  "responseDatatype": "JSON",
6406
6609
  "headers": {},
@@ -6442,6 +6645,7 @@
6442
6645
  "responseSchema": "schema.json",
6443
6646
  "timeout": 0,
6444
6647
  "sendEmpty": false,
6648
+ "sendGetBody": false,
6445
6649
  "requestDatatype": "JSON",
6446
6650
  "responseDatatype": "JSON",
6447
6651
  "headers": {},
@@ -6462,6 +6666,7 @@
6462
6666
  "responseSchema": "schema.json",
6463
6667
  "timeout": 0,
6464
6668
  "sendEmpty": false,
6669
+ "sendGetBody": false,
6465
6670
  "requestDatatype": "JSON",
6466
6671
  "responseDatatype": "JSON",
6467
6672
  "headers": {},
@@ -6503,6 +6708,7 @@
6503
6708
  "responseSchema": "schema.json",
6504
6709
  "timeout": 0,
6505
6710
  "sendEmpty": false,
6711
+ "sendGetBody": false,
6506
6712
  "requestDatatype": "JSON",
6507
6713
  "responseDatatype": "JSON",
6508
6714
  "headers": {},
@@ -6523,6 +6729,7 @@
6523
6729
  "responseSchema": "schema.json",
6524
6730
  "timeout": 0,
6525
6731
  "sendEmpty": false,
6732
+ "sendGetBody": false,
6526
6733
  "requestDatatype": "JSON",
6527
6734
  "responseDatatype": "JSON",
6528
6735
  "headers": {},
@@ -6564,6 +6771,7 @@
6564
6771
  "responseSchema": "schema.json",
6565
6772
  "timeout": 0,
6566
6773
  "sendEmpty": false,
6774
+ "sendGetBody": false,
6567
6775
  "requestDatatype": "JSON",
6568
6776
  "responseDatatype": "JSON",
6569
6777
  "headers": {},
@@ -6605,6 +6813,7 @@
6605
6813
  "responseSchema": "schema.json",
6606
6814
  "timeout": 0,
6607
6815
  "sendEmpty": false,
6816
+ "sendGetBody": false,
6608
6817
  "requestDatatype": "JSON",
6609
6818
  "responseDatatype": "JSON",
6610
6819
  "headers": {},
@@ -6625,6 +6834,7 @@
6625
6834
  "responseSchema": "schema.json",
6626
6835
  "timeout": 0,
6627
6836
  "sendEmpty": false,
6837
+ "sendGetBody": false,
6628
6838
  "requestDatatype": "JSON",
6629
6839
  "responseDatatype": "JSON",
6630
6840
  "headers": {},
@@ -6666,6 +6876,7 @@
6666
6876
  "responseSchema": "schema.json",
6667
6877
  "timeout": 0,
6668
6878
  "sendEmpty": false,
6879
+ "sendGetBody": false,
6669
6880
  "requestDatatype": "JSON",
6670
6881
  "responseDatatype": "JSON",
6671
6882
  "headers": {},
@@ -6686,6 +6897,7 @@
6686
6897
  "responseSchema": "schema.json",
6687
6898
  "timeout": 0,
6688
6899
  "sendEmpty": false,
6900
+ "sendGetBody": false,
6689
6901
  "requestDatatype": "JSON",
6690
6902
  "responseDatatype": "JSON",
6691
6903
  "headers": {},
@@ -6727,6 +6939,7 @@
6727
6939
  "responseSchema": "schema.json",
6728
6940
  "timeout": 0,
6729
6941
  "sendEmpty": false,
6942
+ "sendGetBody": false,
6730
6943
  "requestDatatype": "JSON",
6731
6944
  "responseDatatype": "JSON",
6732
6945
  "headers": {},
@@ -6747,6 +6960,7 @@
6747
6960
  "responseSchema": "schema.json",
6748
6961
  "timeout": 0,
6749
6962
  "sendEmpty": false,
6963
+ "sendGetBody": false,
6750
6964
  "requestDatatype": "JSON",
6751
6965
  "responseDatatype": "JSON",
6752
6966
  "headers": {},
@@ -6767,6 +6981,7 @@
6767
6981
  "responseSchema": "schema.json",
6768
6982
  "timeout": 0,
6769
6983
  "sendEmpty": false,
6984
+ "sendGetBody": false,
6770
6985
  "requestDatatype": "JSON",
6771
6986
  "responseDatatype": "JSON",
6772
6987
  "headers": {},
@@ -6808,6 +7023,7 @@
6808
7023
  "responseSchema": "schema.json",
6809
7024
  "timeout": 0,
6810
7025
  "sendEmpty": false,
7026
+ "sendGetBody": false,
6811
7027
  "requestDatatype": "JSON",
6812
7028
  "responseDatatype": "JSON",
6813
7029
  "headers": {},
@@ -6828,6 +7044,7 @@
6828
7044
  "responseSchema": "schema.json",
6829
7045
  "timeout": 0,
6830
7046
  "sendEmpty": false,
7047
+ "sendGetBody": false,
6831
7048
  "requestDatatype": "JSON",
6832
7049
  "responseDatatype": "JSON",
6833
7050
  "headers": {},
@@ -6869,6 +7086,7 @@
6869
7086
  "responseSchema": "schema.json",
6870
7087
  "timeout": 0,
6871
7088
  "sendEmpty": false,
7089
+ "sendGetBody": false,
6872
7090
  "requestDatatype": "JSON",
6873
7091
  "responseDatatype": "JSON",
6874
7092
  "headers": {},
@@ -6910,6 +7128,7 @@
6910
7128
  "responseSchema": "schema.json",
6911
7129
  "timeout": 0,
6912
7130
  "sendEmpty": false,
7131
+ "sendGetBody": false,
6913
7132
  "requestDatatype": "JSON",
6914
7133
  "responseDatatype": "JSON",
6915
7134
  "headers": {},
@@ -6951,6 +7170,7 @@
6951
7170
  "responseSchema": "schema.json",
6952
7171
  "timeout": 0,
6953
7172
  "sendEmpty": false,
7173
+ "sendGetBody": false,
6954
7174
  "requestDatatype": "JSON",
6955
7175
  "responseDatatype": "JSON",
6956
7176
  "headers": {},
@@ -6992,6 +7212,7 @@
6992
7212
  "responseSchema": "schema.json",
6993
7213
  "timeout": 0,
6994
7214
  "sendEmpty": false,
7215
+ "sendGetBody": false,
6995
7216
  "requestDatatype": "JSON",
6996
7217
  "responseDatatype": "JSON",
6997
7218
  "headers": {},
@@ -7012,6 +7233,7 @@
7012
7233
  "responseSchema": "schema.json",
7013
7234
  "timeout": 0,
7014
7235
  "sendEmpty": false,
7236
+ "sendGetBody": false,
7015
7237
  "requestDatatype": "JSON",
7016
7238
  "responseDatatype": "JSON",
7017
7239
  "headers": {},
@@ -7053,6 +7275,7 @@
7053
7275
  "responseSchema": "schema.json",
7054
7276
  "timeout": 0,
7055
7277
  "sendEmpty": false,
7278
+ "sendGetBody": false,
7056
7279
  "requestDatatype": "JSON",
7057
7280
  "responseDatatype": "JSON",
7058
7281
  "headers": {},
@@ -7073,6 +7296,7 @@
7073
7296
  "responseSchema": "schema.json",
7074
7297
  "timeout": 0,
7075
7298
  "sendEmpty": false,
7299
+ "sendGetBody": false,
7076
7300
  "requestDatatype": "JSON",
7077
7301
  "responseDatatype": "JSON",
7078
7302
  "headers": {},
@@ -7114,6 +7338,7 @@
7114
7338
  "responseSchema": "schema.json",
7115
7339
  "timeout": 0,
7116
7340
  "sendEmpty": false,
7341
+ "sendGetBody": false,
7117
7342
  "requestDatatype": "JSON",
7118
7343
  "responseDatatype": "JSON",
7119
7344
  "headers": {},
@@ -7155,6 +7380,7 @@
7155
7380
  "responseSchema": "schema.json",
7156
7381
  "timeout": 0,
7157
7382
  "sendEmpty": false,
7383
+ "sendGetBody": false,
7158
7384
  "requestDatatype": "JSON",
7159
7385
  "responseDatatype": "JSON",
7160
7386
  "headers": {},
@@ -7196,6 +7422,7 @@
7196
7422
  "responseSchema": "schema.json",
7197
7423
  "timeout": 0,
7198
7424
  "sendEmpty": false,
7425
+ "sendGetBody": false,
7199
7426
  "requestDatatype": "JSON",
7200
7427
  "responseDatatype": "JSON",
7201
7428
  "headers": {},
@@ -7237,6 +7464,7 @@
7237
7464
  "responseSchema": "schema.json",
7238
7465
  "timeout": 0,
7239
7466
  "sendEmpty": false,
7467
+ "sendGetBody": false,
7240
7468
  "requestDatatype": "JSON",
7241
7469
  "responseDatatype": "JSON",
7242
7470
  "headers": {},
@@ -7278,6 +7506,7 @@
7278
7506
  "responseSchema": "schema.json",
7279
7507
  "timeout": 0,
7280
7508
  "sendEmpty": false,
7509
+ "sendGetBody": false,
7281
7510
  "requestDatatype": "JSON",
7282
7511
  "responseDatatype": "JSON",
7283
7512
  "headers": {},
@@ -7298,6 +7527,7 @@
7298
7527
  "responseSchema": "schema.json",
7299
7528
  "timeout": 0,
7300
7529
  "sendEmpty": false,
7530
+ "sendGetBody": false,
7301
7531
  "requestDatatype": "JSON",
7302
7532
  "responseDatatype": "JSON",
7303
7533
  "headers": {},
@@ -7339,6 +7569,7 @@
7339
7569
  "responseSchema": "schema.json",
7340
7570
  "timeout": 0,
7341
7571
  "sendEmpty": false,
7572
+ "sendGetBody": false,
7342
7573
  "requestDatatype": "JSON",
7343
7574
  "responseDatatype": "JSON",
7344
7575
  "headers": {},
@@ -7359,6 +7590,7 @@
7359
7590
  "responseSchema": "schema.json",
7360
7591
  "timeout": 0,
7361
7592
  "sendEmpty": false,
7593
+ "sendGetBody": false,
7362
7594
  "requestDatatype": "JSON",
7363
7595
  "responseDatatype": "JSON",
7364
7596
  "headers": {},
@@ -7400,6 +7632,7 @@
7400
7632
  "responseSchema": "schema.json",
7401
7633
  "timeout": 0,
7402
7634
  "sendEmpty": false,
7635
+ "sendGetBody": false,
7403
7636
  "requestDatatype": "JSON",
7404
7637
  "responseDatatype": "JSON",
7405
7638
  "headers": {},
@@ -7420,6 +7653,7 @@
7420
7653
  "responseSchema": "schema.json",
7421
7654
  "timeout": 0,
7422
7655
  "sendEmpty": false,
7656
+ "sendGetBody": false,
7423
7657
  "requestDatatype": "JSON",
7424
7658
  "responseDatatype": "JSON",
7425
7659
  "headers": {},
@@ -7461,6 +7695,7 @@
7461
7695
  "responseSchema": "schema.json",
7462
7696
  "timeout": 0,
7463
7697
  "sendEmpty": false,
7698
+ "sendGetBody": false,
7464
7699
  "requestDatatype": "JSON",
7465
7700
  "responseDatatype": "JSON",
7466
7701
  "headers": {},
@@ -7481,6 +7716,7 @@
7481
7716
  "responseSchema": "schema.json",
7482
7717
  "timeout": 0,
7483
7718
  "sendEmpty": false,
7719
+ "sendGetBody": false,
7484
7720
  "requestDatatype": "JSON",
7485
7721
  "responseDatatype": "JSON",
7486
7722
  "headers": {},
@@ -7522,6 +7758,7 @@
7522
7758
  "responseSchema": "schema.json",
7523
7759
  "timeout": 0,
7524
7760
  "sendEmpty": false,
7761
+ "sendGetBody": false,
7525
7762
  "requestDatatype": "JSON",
7526
7763
  "responseDatatype": "JSON",
7527
7764
  "headers": {},
@@ -7563,6 +7800,7 @@
7563
7800
  "responseSchema": "schema.json",
7564
7801
  "timeout": 0,
7565
7802
  "sendEmpty": false,
7803
+ "sendGetBody": false,
7566
7804
  "requestDatatype": "JSON",
7567
7805
  "responseDatatype": "JSON",
7568
7806
  "headers": {},
@@ -7604,6 +7842,7 @@
7604
7842
  "responseSchema": "schema.json",
7605
7843
  "timeout": 0,
7606
7844
  "sendEmpty": false,
7845
+ "sendGetBody": false,
7607
7846
  "requestDatatype": "JSON",
7608
7847
  "responseDatatype": "JSON",
7609
7848
  "headers": {},
@@ -7645,6 +7884,7 @@
7645
7884
  "responseSchema": "schema.json",
7646
7885
  "timeout": 0,
7647
7886
  "sendEmpty": false,
7887
+ "sendGetBody": false,
7648
7888
  "requestDatatype": "JSON",
7649
7889
  "responseDatatype": "JSON",
7650
7890
  "headers": {},
@@ -7686,6 +7926,7 @@
7686
7926
  "responseSchema": "schema.json",
7687
7927
  "timeout": 0,
7688
7928
  "sendEmpty": false,
7929
+ "sendGetBody": false,
7689
7930
  "requestDatatype": "JSON",
7690
7931
  "responseDatatype": "JSON",
7691
7932
  "headers": {},
@@ -7727,6 +7968,7 @@
7727
7968
  "responseSchema": "schema.json",
7728
7969
  "timeout": 0,
7729
7970
  "sendEmpty": false,
7971
+ "sendGetBody": false,
7730
7972
  "requestDatatype": "JSON",
7731
7973
  "responseDatatype": "JSON",
7732
7974
  "headers": {},
@@ -7768,6 +8010,7 @@
7768
8010
  "responseSchema": "schema.json",
7769
8011
  "timeout": 0,
7770
8012
  "sendEmpty": false,
8013
+ "sendGetBody": false,
7771
8014
  "requestDatatype": "JSON",
7772
8015
  "responseDatatype": "JSON",
7773
8016
  "headers": {},
@@ -7809,6 +8052,7 @@
7809
8052
  "responseSchema": "schema.json",
7810
8053
  "timeout": 0,
7811
8054
  "sendEmpty": false,
8055
+ "sendGetBody": false,
7812
8056
  "requestDatatype": "JSON",
7813
8057
  "responseDatatype": "JSON",
7814
8058
  "headers": {},
@@ -7850,6 +8094,7 @@
7850
8094
  "responseSchema": "schema.json",
7851
8095
  "timeout": 0,
7852
8096
  "sendEmpty": false,
8097
+ "sendGetBody": false,
7853
8098
  "requestDatatype": "JSON",
7854
8099
  "responseDatatype": "JSON",
7855
8100
  "headers": {},
@@ -7891,6 +8136,7 @@
7891
8136
  "responseSchema": "schema.json",
7892
8137
  "timeout": 0,
7893
8138
  "sendEmpty": false,
8139
+ "sendGetBody": false,
7894
8140
  "requestDatatype": "JSON",
7895
8141
  "responseDatatype": "JSON",
7896
8142
  "headers": {},
@@ -7932,6 +8178,7 @@
7932
8178
  "responseSchema": "schema.json",
7933
8179
  "timeout": 0,
7934
8180
  "sendEmpty": false,
8181
+ "sendGetBody": false,
7935
8182
  "requestDatatype": "JSON",
7936
8183
  "responseDatatype": "JSON",
7937
8184
  "headers": {},
@@ -7973,6 +8220,7 @@
7973
8220
  "responseSchema": "schema.json",
7974
8221
  "timeout": 0,
7975
8222
  "sendEmpty": false,
8223
+ "sendGetBody": false,
7976
8224
  "requestDatatype": "JSON",
7977
8225
  "responseDatatype": "JSON",
7978
8226
  "headers": {},
@@ -8014,6 +8262,7 @@
8014
8262
  "responseSchema": "schema.json",
8015
8263
  "timeout": 0,
8016
8264
  "sendEmpty": false,
8265
+ "sendGetBody": false,
8017
8266
  "requestDatatype": "JSON",
8018
8267
  "responseDatatype": "JSON",
8019
8268
  "headers": {},
@@ -8034,6 +8283,7 @@
8034
8283
  "responseSchema": "schema.json",
8035
8284
  "timeout": 0,
8036
8285
  "sendEmpty": false,
8286
+ "sendGetBody": false,
8037
8287
  "requestDatatype": "JSON",
8038
8288
  "responseDatatype": "JSON",
8039
8289
  "headers": {},
@@ -8075,6 +8325,7 @@
8075
8325
  "responseSchema": "schema.json",
8076
8326
  "timeout": 0,
8077
8327
  "sendEmpty": false,
8328
+ "sendGetBody": false,
8078
8329
  "requestDatatype": "JSON",
8079
8330
  "responseDatatype": "JSON",
8080
8331
  "headers": {},
@@ -8095,6 +8346,7 @@
8095
8346
  "responseSchema": "schema.json",
8096
8347
  "timeout": 0,
8097
8348
  "sendEmpty": false,
8349
+ "sendGetBody": false,
8098
8350
  "requestDatatype": "JSON",
8099
8351
  "responseDatatype": "JSON",
8100
8352
  "headers": {},
@@ -8136,6 +8388,7 @@
8136
8388
  "responseSchema": "schema.json",
8137
8389
  "timeout": 0,
8138
8390
  "sendEmpty": false,
8391
+ "sendGetBody": false,
8139
8392
  "requestDatatype": "JSON",
8140
8393
  "responseDatatype": "JSON",
8141
8394
  "headers": {},
@@ -8177,6 +8430,7 @@
8177
8430
  "responseSchema": "schema.json",
8178
8431
  "timeout": 0,
8179
8432
  "sendEmpty": false,
8433
+ "sendGetBody": false,
8180
8434
  "requestDatatype": "JSON",
8181
8435
  "responseDatatype": "JSON",
8182
8436
  "headers": {},
@@ -8197,6 +8451,7 @@
8197
8451
  "responseSchema": "schema.json",
8198
8452
  "timeout": 0,
8199
8453
  "sendEmpty": false,
8454
+ "sendGetBody": false,
8200
8455
  "requestDatatype": "JSON",
8201
8456
  "responseDatatype": "JSON",
8202
8457
  "headers": {},
@@ -8238,6 +8493,7 @@
8238
8493
  "responseSchema": "schema.json",
8239
8494
  "timeout": 0,
8240
8495
  "sendEmpty": false,
8496
+ "sendGetBody": false,
8241
8497
  "requestDatatype": "JSON",
8242
8498
  "responseDatatype": "JSON",
8243
8499
  "headers": {},
@@ -8258,6 +8514,7 @@
8258
8514
  "responseSchema": "schema.json",
8259
8515
  "timeout": 0,
8260
8516
  "sendEmpty": false,
8517
+ "sendGetBody": false,
8261
8518
  "requestDatatype": "JSON",
8262
8519
  "responseDatatype": "JSON",
8263
8520
  "headers": {},
@@ -8299,6 +8556,7 @@
8299
8556
  "responseSchema": "schema.json",
8300
8557
  "timeout": 0,
8301
8558
  "sendEmpty": false,
8559
+ "sendGetBody": false,
8302
8560
  "requestDatatype": "JSON",
8303
8561
  "responseDatatype": "JSON",
8304
8562
  "headers": {},
@@ -8319,6 +8577,7 @@
8319
8577
  "responseSchema": "schema.json",
8320
8578
  "timeout": 0,
8321
8579
  "sendEmpty": false,
8580
+ "sendGetBody": false,
8322
8581
  "requestDatatype": "JSON",
8323
8582
  "responseDatatype": "JSON",
8324
8583
  "headers": {},
@@ -8360,6 +8619,7 @@
8360
8619
  "responseSchema": "schema.json",
8361
8620
  "timeout": 0,
8362
8621
  "sendEmpty": false,
8622
+ "sendGetBody": false,
8363
8623
  "requestDatatype": "JSON",
8364
8624
  "responseDatatype": "JSON",
8365
8625
  "headers": {},
@@ -8380,6 +8640,7 @@
8380
8640
  "responseSchema": "schema.json",
8381
8641
  "timeout": 0,
8382
8642
  "sendEmpty": false,
8643
+ "sendGetBody": false,
8383
8644
  "requestDatatype": "JSON",
8384
8645
  "responseDatatype": "JSON",
8385
8646
  "headers": {},
@@ -8421,6 +8682,7 @@
8421
8682
  "responseSchema": "schema.json",
8422
8683
  "timeout": 0,
8423
8684
  "sendEmpty": false,
8685
+ "sendGetBody": false,
8424
8686
  "requestDatatype": "JSON",
8425
8687
  "responseDatatype": "JSON",
8426
8688
  "headers": {},
@@ -8441,6 +8703,7 @@
8441
8703
  "responseSchema": "schema.json",
8442
8704
  "timeout": 0,
8443
8705
  "sendEmpty": false,
8706
+ "sendGetBody": false,
8444
8707
  "requestDatatype": "JSON",
8445
8708
  "responseDatatype": "JSON",
8446
8709
  "headers": {},
@@ -8482,6 +8745,7 @@
8482
8745
  "responseSchema": "schema.json",
8483
8746
  "timeout": 0,
8484
8747
  "sendEmpty": false,
8748
+ "sendGetBody": false,
8485
8749
  "requestDatatype": "JSON",
8486
8750
  "responseDatatype": "JSON",
8487
8751
  "headers": {},
@@ -8502,6 +8766,7 @@
8502
8766
  "responseSchema": "schema.json",
8503
8767
  "timeout": 0,
8504
8768
  "sendEmpty": false,
8769
+ "sendGetBody": false,
8505
8770
  "requestDatatype": "JSON",
8506
8771
  "responseDatatype": "JSON",
8507
8772
  "headers": {},
@@ -8543,6 +8808,7 @@
8543
8808
  "responseSchema": "schema.json",
8544
8809
  "timeout": 0,
8545
8810
  "sendEmpty": false,
8811
+ "sendGetBody": false,
8546
8812
  "requestDatatype": "JSON",
8547
8813
  "responseDatatype": "JSON",
8548
8814
  "headers": {},
@@ -8563,6 +8829,7 @@
8563
8829
  "responseSchema": "schema.json",
8564
8830
  "timeout": 0,
8565
8831
  "sendEmpty": false,
8832
+ "sendGetBody": false,
8566
8833
  "requestDatatype": "JSON",
8567
8834
  "responseDatatype": "JSON",
8568
8835
  "headers": {},
@@ -8604,6 +8871,7 @@
8604
8871
  "responseSchema": "schema.json",
8605
8872
  "timeout": 0,
8606
8873
  "sendEmpty": false,
8874
+ "sendGetBody": false,
8607
8875
  "requestDatatype": "JSON",
8608
8876
  "responseDatatype": "JSON",
8609
8877
  "headers": {},
@@ -8624,6 +8892,7 @@
8624
8892
  "responseSchema": "schema.json",
8625
8893
  "timeout": 0,
8626
8894
  "sendEmpty": false,
8895
+ "sendGetBody": false,
8627
8896
  "requestDatatype": "JSON",
8628
8897
  "responseDatatype": "JSON",
8629
8898
  "headers": {},
@@ -8665,6 +8934,7 @@
8665
8934
  "responseSchema": "schema.json",
8666
8935
  "timeout": 0,
8667
8936
  "sendEmpty": false,
8937
+ "sendGetBody": false,
8668
8938
  "requestDatatype": "JSON",
8669
8939
  "responseDatatype": "JSON",
8670
8940
  "headers": {},
@@ -8685,6 +8955,7 @@
8685
8955
  "responseSchema": "schema.json",
8686
8956
  "timeout": 0,
8687
8957
  "sendEmpty": false,
8958
+ "sendGetBody": false,
8688
8959
  "requestDatatype": "JSON",
8689
8960
  "responseDatatype": "JSON",
8690
8961
  "headers": {},
@@ -8726,6 +8997,7 @@
8726
8997
  "responseSchema": "schema.json",
8727
8998
  "timeout": 0,
8728
8999
  "sendEmpty": false,
9000
+ "sendGetBody": false,
8729
9001
  "requestDatatype": "JSON",
8730
9002
  "responseDatatype": "JSON",
8731
9003
  "headers": {},
@@ -8746,6 +9018,7 @@
8746
9018
  "responseSchema": "schema.json",
8747
9019
  "timeout": 0,
8748
9020
  "sendEmpty": false,
9021
+ "sendGetBody": false,
8749
9022
  "requestDatatype": "JSON",
8750
9023
  "responseDatatype": "JSON",
8751
9024
  "headers": {},
@@ -8787,6 +9060,7 @@
8787
9060
  "responseSchema": "schema.json",
8788
9061
  "timeout": 0,
8789
9062
  "sendEmpty": false,
9063
+ "sendGetBody": false,
8790
9064
  "requestDatatype": "JSON",
8791
9065
  "responseDatatype": "JSON",
8792
9066
  "headers": {},
@@ -8828,6 +9102,7 @@
8828
9102
  "responseSchema": "schema.json",
8829
9103
  "timeout": 0,
8830
9104
  "sendEmpty": false,
9105
+ "sendGetBody": false,
8831
9106
  "requestDatatype": "JSON",
8832
9107
  "responseDatatype": "JSON",
8833
9108
  "headers": {},
@@ -8848,6 +9123,7 @@
8848
9123
  "responseSchema": "schema.json",
8849
9124
  "timeout": 0,
8850
9125
  "sendEmpty": false,
9126
+ "sendGetBody": false,
8851
9127
  "requestDatatype": "JSON",
8852
9128
  "responseDatatype": "JSON",
8853
9129
  "headers": {},
@@ -8889,6 +9165,7 @@
8889
9165
  "responseSchema": "schema.json",
8890
9166
  "timeout": 0,
8891
9167
  "sendEmpty": false,
9168
+ "sendGetBody": false,
8892
9169
  "requestDatatype": "JSON",
8893
9170
  "responseDatatype": "JSON",
8894
9171
  "headers": {},
@@ -8909,6 +9186,7 @@
8909
9186
  "responseSchema": "schema.json",
8910
9187
  "timeout": 0,
8911
9188
  "sendEmpty": false,
9189
+ "sendGetBody": false,
8912
9190
  "requestDatatype": "JSON",
8913
9191
  "responseDatatype": "JSON",
8914
9192
  "headers": {},
@@ -8950,6 +9228,7 @@
8950
9228
  "responseSchema": "schema.json",
8951
9229
  "timeout": 0,
8952
9230
  "sendEmpty": false,
9231
+ "sendGetBody": false,
8953
9232
  "requestDatatype": "JSON",
8954
9233
  "responseDatatype": "JSON",
8955
9234
  "headers": {},
@@ -8970,6 +9249,7 @@
8970
9249
  "responseSchema": "schema.json",
8971
9250
  "timeout": 0,
8972
9251
  "sendEmpty": false,
9252
+ "sendGetBody": false,
8973
9253
  "requestDatatype": "JSON",
8974
9254
  "responseDatatype": "JSON",
8975
9255
  "headers": {},
@@ -9011,6 +9291,7 @@
9011
9291
  "responseSchema": "schema.json",
9012
9292
  "timeout": 0,
9013
9293
  "sendEmpty": false,
9294
+ "sendGetBody": false,
9014
9295
  "requestDatatype": "JSON",
9015
9296
  "responseDatatype": "JSON",
9016
9297
  "headers": {},
@@ -9031,6 +9312,7 @@
9031
9312
  "responseSchema": "schema.json",
9032
9313
  "timeout": 0,
9033
9314
  "sendEmpty": false,
9315
+ "sendGetBody": false,
9034
9316
  "requestDatatype": "JSON",
9035
9317
  "responseDatatype": "JSON",
9036
9318
  "headers": {},
@@ -9072,6 +9354,7 @@
9072
9354
  "responseSchema": "schema.json",
9073
9355
  "timeout": 0,
9074
9356
  "sendEmpty": false,
9357
+ "sendGetBody": false,
9075
9358
  "requestDatatype": "JSON",
9076
9359
  "responseDatatype": "JSON",
9077
9360
  "headers": {},
@@ -9092,6 +9375,7 @@
9092
9375
  "responseSchema": "schema.json",
9093
9376
  "timeout": 0,
9094
9377
  "sendEmpty": false,
9378
+ "sendGetBody": false,
9095
9379
  "requestDatatype": "JSON",
9096
9380
  "responseDatatype": "JSON",
9097
9381
  "headers": {},
@@ -9133,6 +9417,7 @@
9133
9417
  "responseSchema": "schema.json",
9134
9418
  "timeout": 0,
9135
9419
  "sendEmpty": false,
9420
+ "sendGetBody": false,
9136
9421
  "requestDatatype": "JSON",
9137
9422
  "responseDatatype": "JSON",
9138
9423
  "headers": {},
@@ -9153,6 +9438,7 @@
9153
9438
  "responseSchema": "schema.json",
9154
9439
  "timeout": 0,
9155
9440
  "sendEmpty": false,
9441
+ "sendGetBody": false,
9156
9442
  "requestDatatype": "JSON",
9157
9443
  "responseDatatype": "JSON",
9158
9444
  "headers": {},
@@ -9194,6 +9480,7 @@
9194
9480
  "responseSchema": "schema.json",
9195
9481
  "timeout": 0,
9196
9482
  "sendEmpty": false,
9483
+ "sendGetBody": false,
9197
9484
  "requestDatatype": "JSON",
9198
9485
  "responseDatatype": "JSON",
9199
9486
  "headers": {},
@@ -9214,6 +9501,7 @@
9214
9501
  "responseSchema": "schema.json",
9215
9502
  "timeout": 0,
9216
9503
  "sendEmpty": false,
9504
+ "sendGetBody": false,
9217
9505
  "requestDatatype": "JSON",
9218
9506
  "responseDatatype": "JSON",
9219
9507
  "headers": {},
@@ -9255,6 +9543,7 @@
9255
9543
  "responseSchema": "schema.json",
9256
9544
  "timeout": 0,
9257
9545
  "sendEmpty": false,
9546
+ "sendGetBody": false,
9258
9547
  "requestDatatype": "JSON",
9259
9548
  "responseDatatype": "JSON",
9260
9549
  "headers": {},
@@ -9275,6 +9564,7 @@
9275
9564
  "responseSchema": "schema.json",
9276
9565
  "timeout": 0,
9277
9566
  "sendEmpty": false,
9567
+ "sendGetBody": false,
9278
9568
  "requestDatatype": "JSON",
9279
9569
  "responseDatatype": "JSON",
9280
9570
  "headers": {},
@@ -9316,6 +9606,7 @@
9316
9606
  "responseSchema": "schema.json",
9317
9607
  "timeout": 0,
9318
9608
  "sendEmpty": false,
9609
+ "sendGetBody": false,
9319
9610
  "requestDatatype": "JSON",
9320
9611
  "responseDatatype": "JSON",
9321
9612
  "headers": {},
@@ -9336,6 +9627,7 @@
9336
9627
  "responseSchema": "schema.json",
9337
9628
  "timeout": 0,
9338
9629
  "sendEmpty": false,
9630
+ "sendGetBody": false,
9339
9631
  "requestDatatype": "JSON",
9340
9632
  "responseDatatype": "JSON",
9341
9633
  "headers": {},
@@ -9377,6 +9669,7 @@
9377
9669
  "responseSchema": "schema.json",
9378
9670
  "timeout": 0,
9379
9671
  "sendEmpty": false,
9672
+ "sendGetBody": false,
9380
9673
  "requestDatatype": "JSON",
9381
9674
  "responseDatatype": "JSON",
9382
9675
  "headers": {},
@@ -9397,6 +9690,7 @@
9397
9690
  "responseSchema": "schema.json",
9398
9691
  "timeout": 0,
9399
9692
  "sendEmpty": false,
9693
+ "sendGetBody": false,
9400
9694
  "requestDatatype": "JSON",
9401
9695
  "responseDatatype": "JSON",
9402
9696
  "headers": {},
@@ -9438,6 +9732,7 @@
9438
9732
  "responseSchema": "schema.json",
9439
9733
  "timeout": 0,
9440
9734
  "sendEmpty": false,
9735
+ "sendGetBody": false,
9441
9736
  "requestDatatype": "JSON",
9442
9737
  "responseDatatype": "JSON",
9443
9738
  "headers": {},
@@ -9458,6 +9753,7 @@
9458
9753
  "responseSchema": "schema.json",
9459
9754
  "timeout": 0,
9460
9755
  "sendEmpty": false,
9756
+ "sendGetBody": false,
9461
9757
  "requestDatatype": "JSON",
9462
9758
  "responseDatatype": "JSON",
9463
9759
  "headers": {},
@@ -9499,6 +9795,7 @@
9499
9795
  "responseSchema": "schema.json",
9500
9796
  "timeout": 0,
9501
9797
  "sendEmpty": false,
9798
+ "sendGetBody": false,
9502
9799
  "requestDatatype": "JSON",
9503
9800
  "responseDatatype": "JSON",
9504
9801
  "headers": {},
@@ -9519,6 +9816,7 @@
9519
9816
  "responseSchema": "schema.json",
9520
9817
  "timeout": 0,
9521
9818
  "sendEmpty": false,
9819
+ "sendGetBody": false,
9522
9820
  "requestDatatype": "JSON",
9523
9821
  "responseDatatype": "JSON",
9524
9822
  "headers": {},
@@ -9560,6 +9858,7 @@
9560
9858
  "responseSchema": "schema.json",
9561
9859
  "timeout": 0,
9562
9860
  "sendEmpty": false,
9861
+ "sendGetBody": false,
9563
9862
  "requestDatatype": "JSON",
9564
9863
  "responseDatatype": "JSON",
9565
9864
  "headers": {},
@@ -9580,6 +9879,7 @@
9580
9879
  "responseSchema": "schema.json",
9581
9880
  "timeout": 0,
9582
9881
  "sendEmpty": false,
9882
+ "sendGetBody": false,
9583
9883
  "requestDatatype": "JSON",
9584
9884
  "responseDatatype": "JSON",
9585
9885
  "headers": {},
@@ -9621,6 +9921,7 @@
9621
9921
  "responseSchema": "schema.json",
9622
9922
  "timeout": 0,
9623
9923
  "sendEmpty": false,
9924
+ "sendGetBody": false,
9624
9925
  "requestDatatype": "JSON",
9625
9926
  "responseDatatype": "JSON",
9626
9927
  "headers": {},
@@ -9641,6 +9942,7 @@
9641
9942
  "responseSchema": "schema.json",
9642
9943
  "timeout": 0,
9643
9944
  "sendEmpty": false,
9945
+ "sendGetBody": false,
9644
9946
  "requestDatatype": "JSON",
9645
9947
  "responseDatatype": "JSON",
9646
9948
  "headers": {},
@@ -9682,6 +9984,7 @@
9682
9984
  "responseSchema": "schema.json",
9683
9985
  "timeout": 0,
9684
9986
  "sendEmpty": false,
9987
+ "sendGetBody": false,
9685
9988
  "requestDatatype": "JSON",
9686
9989
  "responseDatatype": "JSON",
9687
9990
  "headers": {},
@@ -9723,6 +10026,7 @@
9723
10026
  "responseSchema": "schema.json",
9724
10027
  "timeout": 0,
9725
10028
  "sendEmpty": false,
10029
+ "sendGetBody": false,
9726
10030
  "requestDatatype": "JSON",
9727
10031
  "responseDatatype": "JSON",
9728
10032
  "headers": {},
@@ -9764,6 +10068,7 @@
9764
10068
  "responseSchema": "schema.json",
9765
10069
  "timeout": 0,
9766
10070
  "sendEmpty": false,
10071
+ "sendGetBody": false,
9767
10072
  "requestDatatype": "JSON",
9768
10073
  "responseDatatype": "JSON",
9769
10074
  "headers": {},
@@ -9784,6 +10089,7 @@
9784
10089
  "responseSchema": "schema.json",
9785
10090
  "timeout": 0,
9786
10091
  "sendEmpty": false,
10092
+ "sendGetBody": false,
9787
10093
  "requestDatatype": "JSON",
9788
10094
  "responseDatatype": "JSON",
9789
10095
  "headers": {},
@@ -9825,6 +10131,7 @@
9825
10131
  "responseSchema": "schema.json",
9826
10132
  "timeout": 0,
9827
10133
  "sendEmpty": false,
10134
+ "sendGetBody": false,
9828
10135
  "requestDatatype": "JSON",
9829
10136
  "responseDatatype": "JSON",
9830
10137
  "headers": {},
@@ -9845,6 +10152,7 @@
9845
10152
  "responseSchema": "schema.json",
9846
10153
  "timeout": 0,
9847
10154
  "sendEmpty": false,
10155
+ "sendGetBody": false,
9848
10156
  "requestDatatype": "JSON",
9849
10157
  "responseDatatype": "JSON",
9850
10158
  "headers": {},
@@ -9886,6 +10194,7 @@
9886
10194
  "responseSchema": "schema.json",
9887
10195
  "timeout": 0,
9888
10196
  "sendEmpty": false,
10197
+ "sendGetBody": false,
9889
10198
  "requestDatatype": "JSON",
9890
10199
  "responseDatatype": "JSON",
9891
10200
  "headers": {},
@@ -9927,6 +10236,7 @@
9927
10236
  "responseSchema": "schema.json",
9928
10237
  "timeout": 0,
9929
10238
  "sendEmpty": false,
10239
+ "sendGetBody": false,
9930
10240
  "requestDatatype": "JSON",
9931
10241
  "responseDatatype": "JSON",
9932
10242
  "headers": {},
@@ -9968,6 +10278,7 @@
9968
10278
  "responseSchema": "schema.json",
9969
10279
  "timeout": 0,
9970
10280
  "sendEmpty": false,
10281
+ "sendGetBody": false,
9971
10282
  "requestDatatype": "JSON",
9972
10283
  "responseDatatype": "JSON",
9973
10284
  "headers": {},
@@ -10009,6 +10320,7 @@
10009
10320
  "responseSchema": "schema.json",
10010
10321
  "timeout": 0,
10011
10322
  "sendEmpty": false,
10323
+ "sendGetBody": false,
10012
10324
  "requestDatatype": "JSON",
10013
10325
  "responseDatatype": "JSON",
10014
10326
  "headers": {},
@@ -10050,6 +10362,7 @@
10050
10362
  "responseSchema": "schema.json",
10051
10363
  "timeout": 0,
10052
10364
  "sendEmpty": false,
10365
+ "sendGetBody": false,
10053
10366
  "requestDatatype": "JSON",
10054
10367
  "responseDatatype": "JSON",
10055
10368
  "headers": {},
@@ -10091,6 +10404,7 @@
10091
10404
  "responseSchema": "schema.json",
10092
10405
  "timeout": 0,
10093
10406
  "sendEmpty": false,
10407
+ "sendGetBody": false,
10094
10408
  "requestDatatype": "JSON",
10095
10409
  "responseDatatype": "JSON",
10096
10410
  "headers": {},
@@ -10111,6 +10425,7 @@
10111
10425
  "responseSchema": "schema.json",
10112
10426
  "timeout": 0,
10113
10427
  "sendEmpty": false,
10428
+ "sendGetBody": false,
10114
10429
  "requestDatatype": "JSON",
10115
10430
  "responseDatatype": "JSON",
10116
10431
  "headers": {},
@@ -10152,6 +10467,7 @@
10152
10467
  "responseSchema": "schema.json",
10153
10468
  "timeout": 0,
10154
10469
  "sendEmpty": false,
10470
+ "sendGetBody": false,
10155
10471
  "requestDatatype": "JSON",
10156
10472
  "responseDatatype": "JSON",
10157
10473
  "headers": {},
@@ -10172,6 +10488,7 @@
10172
10488
  "responseSchema": "schema.json",
10173
10489
  "timeout": 0,
10174
10490
  "sendEmpty": false,
10491
+ "sendGetBody": false,
10175
10492
  "requestDatatype": "JSON",
10176
10493
  "responseDatatype": "JSON",
10177
10494
  "headers": {},
@@ -10213,6 +10530,7 @@
10213
10530
  "responseSchema": "schema.json",
10214
10531
  "timeout": 0,
10215
10532
  "sendEmpty": false,
10533
+ "sendGetBody": false,
10216
10534
  "requestDatatype": "JSON",
10217
10535
  "responseDatatype": "JSON",
10218
10536
  "headers": {},
@@ -10233,6 +10551,7 @@
10233
10551
  "responseSchema": "schema.json",
10234
10552
  "timeout": 0,
10235
10553
  "sendEmpty": false,
10554
+ "sendGetBody": false,
10236
10555
  "requestDatatype": "JSON",
10237
10556
  "responseDatatype": "JSON",
10238
10557
  "headers": {},
@@ -10274,6 +10593,7 @@
10274
10593
  "responseSchema": "schema.json",
10275
10594
  "timeout": 0,
10276
10595
  "sendEmpty": false,
10596
+ "sendGetBody": false,
10277
10597
  "requestDatatype": "JSON",
10278
10598
  "responseDatatype": "JSON",
10279
10599
  "headers": {},
@@ -10294,6 +10614,7 @@
10294
10614
  "responseSchema": "schema.json",
10295
10615
  "timeout": 0,
10296
10616
  "sendEmpty": false,
10617
+ "sendGetBody": false,
10297
10618
  "requestDatatype": "JSON",
10298
10619
  "responseDatatype": "JSON",
10299
10620
  "headers": {},
@@ -10335,6 +10656,7 @@
10335
10656
  "responseSchema": "schema.json",
10336
10657
  "timeout": 0,
10337
10658
  "sendEmpty": false,
10659
+ "sendGetBody": false,
10338
10660
  "requestDatatype": "JSON",
10339
10661
  "responseDatatype": "JSON",
10340
10662
  "headers": {},
@@ -10376,6 +10698,7 @@
10376
10698
  "responseSchema": "schema.json",
10377
10699
  "timeout": 0,
10378
10700
  "sendEmpty": false,
10701
+ "sendGetBody": false,
10379
10702
  "requestDatatype": "JSON",
10380
10703
  "responseDatatype": "JSON",
10381
10704
  "headers": {},
@@ -10417,6 +10740,7 @@
10417
10740
  "responseSchema": "schema.json",
10418
10741
  "timeout": 0,
10419
10742
  "sendEmpty": false,
10743
+ "sendGetBody": false,
10420
10744
  "requestDatatype": "JSON",
10421
10745
  "responseDatatype": "JSON",
10422
10746
  "headers": {},
@@ -10458,6 +10782,7 @@
10458
10782
  "responseSchema": "schema.json",
10459
10783
  "timeout": 0,
10460
10784
  "sendEmpty": false,
10785
+ "sendGetBody": false,
10461
10786
  "requestDatatype": "JSON",
10462
10787
  "responseDatatype": "JSON",
10463
10788
  "headers": {},
@@ -10499,6 +10824,7 @@
10499
10824
  "responseSchema": "schema.json",
10500
10825
  "timeout": 0,
10501
10826
  "sendEmpty": false,
10827
+ "sendGetBody": false,
10502
10828
  "requestDatatype": "JSON",
10503
10829
  "responseDatatype": "JSON",
10504
10830
  "headers": {},
@@ -10540,6 +10866,7 @@
10540
10866
  "responseSchema": "schema.json",
10541
10867
  "timeout": 0,
10542
10868
  "sendEmpty": false,
10869
+ "sendGetBody": false,
10543
10870
  "requestDatatype": "JSON",
10544
10871
  "responseDatatype": "JSON",
10545
10872
  "headers": {},
@@ -10581,6 +10908,7 @@
10581
10908
  "responseSchema": "schema.json",
10582
10909
  "timeout": 0,
10583
10910
  "sendEmpty": false,
10911
+ "sendGetBody": false,
10584
10912
  "requestDatatype": "JSON",
10585
10913
  "responseDatatype": "JSON",
10586
10914
  "headers": {},
@@ -10622,6 +10950,7 @@
10622
10950
  "responseSchema": "schema.json",
10623
10951
  "timeout": 0,
10624
10952
  "sendEmpty": false,
10953
+ "sendGetBody": false,
10625
10954
  "requestDatatype": "JSON",
10626
10955
  "responseDatatype": "JSON",
10627
10956
  "headers": {},
@@ -10663,6 +10992,7 @@
10663
10992
  "responseSchema": "schema.json",
10664
10993
  "timeout": 0,
10665
10994
  "sendEmpty": false,
10995
+ "sendGetBody": false,
10666
10996
  "requestDatatype": "JSON",
10667
10997
  "responseDatatype": "JSON",
10668
10998
  "headers": {},
@@ -10683,6 +11013,7 @@
10683
11013
  "responseSchema": "schema.json",
10684
11014
  "timeout": 0,
10685
11015
  "sendEmpty": false,
11016
+ "sendGetBody": false,
10686
11017
  "requestDatatype": "JSON",
10687
11018
  "responseDatatype": "JSON",
10688
11019
  "headers": {},
@@ -10724,6 +11055,7 @@
10724
11055
  "responseSchema": "schema.json",
10725
11056
  "timeout": 0,
10726
11057
  "sendEmpty": false,
11058
+ "sendGetBody": false,
10727
11059
  "requestDatatype": "JSON",
10728
11060
  "responseDatatype": "JSON",
10729
11061
  "headers": {},
@@ -10744,6 +11076,7 @@
10744
11076
  "responseSchema": "schema.json",
10745
11077
  "timeout": 0,
10746
11078
  "sendEmpty": false,
11079
+ "sendGetBody": false,
10747
11080
  "requestDatatype": "JSON",
10748
11081
  "responseDatatype": "JSON",
10749
11082
  "headers": {},
@@ -10785,6 +11118,7 @@
10785
11118
  "responseSchema": "schema.json",
10786
11119
  "timeout": 0,
10787
11120
  "sendEmpty": false,
11121
+ "sendGetBody": false,
10788
11122
  "requestDatatype": "JSON",
10789
11123
  "responseDatatype": "JSON",
10790
11124
  "headers": {},
@@ -10826,6 +11160,7 @@
10826
11160
  "responseSchema": "schema.json",
10827
11161
  "timeout": 0,
10828
11162
  "sendEmpty": false,
11163
+ "sendGetBody": false,
10829
11164
  "requestDatatype": "JSON",
10830
11165
  "responseDatatype": "JSON",
10831
11166
  "headers": {},
@@ -10867,6 +11202,7 @@
10867
11202
  "responseSchema": "schema.json",
10868
11203
  "timeout": 0,
10869
11204
  "sendEmpty": false,
11205
+ "sendGetBody": false,
10870
11206
  "requestDatatype": "JSON",
10871
11207
  "responseDatatype": "JSON",
10872
11208
  "headers": {},
@@ -10887,6 +11223,7 @@
10887
11223
  "responseSchema": "schema.json",
10888
11224
  "timeout": 0,
10889
11225
  "sendEmpty": false,
11226
+ "sendGetBody": false,
10890
11227
  "requestDatatype": "JSON",
10891
11228
  "responseDatatype": "JSON",
10892
11229
  "headers": {},
@@ -10928,6 +11265,7 @@
10928
11265
  "responseSchema": "schema.json",
10929
11266
  "timeout": 0,
10930
11267
  "sendEmpty": false,
11268
+ "sendGetBody": false,
10931
11269
  "requestDatatype": "JSON",
10932
11270
  "responseDatatype": "JSON",
10933
11271
  "headers": {},
@@ -10948,6 +11286,7 @@
10948
11286
  "responseSchema": "schema.json",
10949
11287
  "timeout": 0,
10950
11288
  "sendEmpty": false,
11289
+ "sendGetBody": false,
10951
11290
  "requestDatatype": "JSON",
10952
11291
  "responseDatatype": "JSON",
10953
11292
  "headers": {},
@@ -10989,6 +11328,7 @@
10989
11328
  "responseSchema": "schema.json",
10990
11329
  "timeout": 0,
10991
11330
  "sendEmpty": false,
11331
+ "sendGetBody": false,
10992
11332
  "requestDatatype": "JSON",
10993
11333
  "responseDatatype": "JSON",
10994
11334
  "headers": {},
@@ -11009,6 +11349,7 @@
11009
11349
  "responseSchema": "schema.json",
11010
11350
  "timeout": 0,
11011
11351
  "sendEmpty": false,
11352
+ "sendGetBody": false,
11012
11353
  "requestDatatype": "JSON",
11013
11354
  "responseDatatype": "JSON",
11014
11355
  "headers": {},
@@ -11050,6 +11391,7 @@
11050
11391
  "responseSchema": "schema.json",
11051
11392
  "timeout": 0,
11052
11393
  "sendEmpty": false,
11394
+ "sendGetBody": false,
11053
11395
  "requestDatatype": "JSON",
11054
11396
  "responseDatatype": "JSON",
11055
11397
  "headers": {},
@@ -11070,6 +11412,7 @@
11070
11412
  "responseSchema": "schema.json",
11071
11413
  "timeout": 0,
11072
11414
  "sendEmpty": false,
11415
+ "sendGetBody": false,
11073
11416
  "requestDatatype": "JSON",
11074
11417
  "responseDatatype": "JSON",
11075
11418
  "headers": {},
@@ -11111,6 +11454,7 @@
11111
11454
  "responseSchema": "schema.json",
11112
11455
  "timeout": 0,
11113
11456
  "sendEmpty": false,
11457
+ "sendGetBody": false,
11114
11458
  "requestDatatype": "JSON",
11115
11459
  "responseDatatype": "JSON",
11116
11460
  "headers": {},
@@ -11152,6 +11496,7 @@
11152
11496
  "responseSchema": "schema.json",
11153
11497
  "timeout": 0,
11154
11498
  "sendEmpty": false,
11499
+ "sendGetBody": false,
11155
11500
  "requestDatatype": "JSON",
11156
11501
  "responseDatatype": "JSON",
11157
11502
  "headers": {},
@@ -11172,6 +11517,7 @@
11172
11517
  "responseSchema": "schema.json",
11173
11518
  "timeout": 0,
11174
11519
  "sendEmpty": false,
11520
+ "sendGetBody": false,
11175
11521
  "requestDatatype": "JSON",
11176
11522
  "responseDatatype": "JSON",
11177
11523
  "headers": {},
@@ -11213,6 +11559,7 @@
11213
11559
  "responseSchema": "schema.json",
11214
11560
  "timeout": 0,
11215
11561
  "sendEmpty": false,
11562
+ "sendGetBody": false,
11216
11563
  "requestDatatype": "JSON",
11217
11564
  "responseDatatype": "JSON",
11218
11565
  "headers": {},
@@ -11233,6 +11580,7 @@
11233
11580
  "responseSchema": "schema.json",
11234
11581
  "timeout": 0,
11235
11582
  "sendEmpty": false,
11583
+ "sendGetBody": false,
11236
11584
  "requestDatatype": "JSON",
11237
11585
  "responseDatatype": "JSON",
11238
11586
  "headers": {},
@@ -11253,6 +11601,7 @@
11253
11601
  "responseSchema": "schema.json",
11254
11602
  "timeout": 0,
11255
11603
  "sendEmpty": false,
11604
+ "sendGetBody": false,
11256
11605
  "requestDatatype": "JSON",
11257
11606
  "responseDatatype": "JSON",
11258
11607
  "headers": {},
@@ -11294,6 +11643,7 @@
11294
11643
  "responseSchema": "schema.json",
11295
11644
  "timeout": 0,
11296
11645
  "sendEmpty": false,
11646
+ "sendGetBody": false,
11297
11647
  "requestDatatype": "JSON",
11298
11648
  "responseDatatype": "JSON",
11299
11649
  "headers": {},
@@ -11314,6 +11664,7 @@
11314
11664
  "responseSchema": "schema.json",
11315
11665
  "timeout": 0,
11316
11666
  "sendEmpty": false,
11667
+ "sendGetBody": false,
11317
11668
  "requestDatatype": "JSON",
11318
11669
  "responseDatatype": "JSON",
11319
11670
  "headers": {},
@@ -11355,6 +11706,7 @@
11355
11706
  "responseSchema": "schema.json",
11356
11707
  "timeout": 0,
11357
11708
  "sendEmpty": false,
11709
+ "sendGetBody": false,
11358
11710
  "requestDatatype": "JSON",
11359
11711
  "responseDatatype": "JSON",
11360
11712
  "headers": {},
@@ -11375,6 +11727,7 @@
11375
11727
  "responseSchema": "schema.json",
11376
11728
  "timeout": 0,
11377
11729
  "sendEmpty": false,
11730
+ "sendGetBody": false,
11378
11731
  "requestDatatype": "JSON",
11379
11732
  "responseDatatype": "JSON",
11380
11733
  "headers": {},
@@ -11416,6 +11769,7 @@
11416
11769
  "responseSchema": "schema.json",
11417
11770
  "timeout": 0,
11418
11771
  "sendEmpty": false,
11772
+ "sendGetBody": false,
11419
11773
  "requestDatatype": "JSON",
11420
11774
  "responseDatatype": "JSON",
11421
11775
  "headers": {},
@@ -11436,6 +11790,7 @@
11436
11790
  "responseSchema": "schema.json",
11437
11791
  "timeout": 0,
11438
11792
  "sendEmpty": false,
11793
+ "sendGetBody": false,
11439
11794
  "requestDatatype": "JSON",
11440
11795
  "responseDatatype": "JSON",
11441
11796
  "headers": {},
@@ -11477,6 +11832,7 @@
11477
11832
  "responseSchema": "schema.json",
11478
11833
  "timeout": 0,
11479
11834
  "sendEmpty": false,
11835
+ "sendGetBody": false,
11480
11836
  "requestDatatype": "JSON",
11481
11837
  "responseDatatype": "JSON",
11482
11838
  "headers": {},
@@ -11497,6 +11853,7 @@
11497
11853
  "responseSchema": "schema.json",
11498
11854
  "timeout": 0,
11499
11855
  "sendEmpty": false,
11856
+ "sendGetBody": false,
11500
11857
  "requestDatatype": "JSON",
11501
11858
  "responseDatatype": "JSON",
11502
11859
  "headers": {},
@@ -11538,6 +11895,7 @@
11538
11895
  "responseSchema": "schema.json",
11539
11896
  "timeout": 0,
11540
11897
  "sendEmpty": false,
11898
+ "sendGetBody": false,
11541
11899
  "requestDatatype": "JSON",
11542
11900
  "responseDatatype": "JSON",
11543
11901
  "headers": {},
@@ -11558,6 +11916,7 @@
11558
11916
  "responseSchema": "schema.json",
11559
11917
  "timeout": 0,
11560
11918
  "sendEmpty": false,
11919
+ "sendGetBody": false,
11561
11920
  "requestDatatype": "JSON",
11562
11921
  "responseDatatype": "JSON",
11563
11922
  "headers": {},
@@ -11599,6 +11958,7 @@
11599
11958
  "responseSchema": "schema.json",
11600
11959
  "timeout": 0,
11601
11960
  "sendEmpty": false,
11961
+ "sendGetBody": false,
11602
11962
  "requestDatatype": "JSON",
11603
11963
  "responseDatatype": "JSON",
11604
11964
  "headers": {},
@@ -11640,6 +12000,7 @@
11640
12000
  "responseSchema": "schema.json",
11641
12001
  "timeout": 0,
11642
12002
  "sendEmpty": false,
12003
+ "sendGetBody": false,
11643
12004
  "requestDatatype": "JSON",
11644
12005
  "responseDatatype": "JSON",
11645
12006
  "headers": {},
@@ -11681,6 +12042,7 @@
11681
12042
  "responseSchema": "schema.json",
11682
12043
  "timeout": 0,
11683
12044
  "sendEmpty": false,
12045
+ "sendGetBody": false,
11684
12046
  "requestDatatype": "JSON",
11685
12047
  "responseDatatype": "JSON",
11686
12048
  "headers": {},
@@ -11722,6 +12084,7 @@
11722
12084
  "responseSchema": "schema.json",
11723
12085
  "timeout": 0,
11724
12086
  "sendEmpty": false,
12087
+ "sendGetBody": false,
11725
12088
  "requestDatatype": "JSON",
11726
12089
  "responseDatatype": "JSON",
11727
12090
  "headers": {},
@@ -11763,6 +12126,7 @@
11763
12126
  "responseSchema": "schema.json",
11764
12127
  "timeout": 0,
11765
12128
  "sendEmpty": false,
12129
+ "sendGetBody": false,
11766
12130
  "requestDatatype": "JSON",
11767
12131
  "responseDatatype": "JSON",
11768
12132
  "headers": {},
@@ -11804,6 +12168,7 @@
11804
12168
  "responseSchema": "schema.json",
11805
12169
  "timeout": 0,
11806
12170
  "sendEmpty": false,
12171
+ "sendGetBody": false,
11807
12172
  "requestDatatype": "JSON",
11808
12173
  "responseDatatype": "JSON",
11809
12174
  "headers": {},
@@ -11845,6 +12210,7 @@
11845
12210
  "responseSchema": "schema.json",
11846
12211
  "timeout": 0,
11847
12212
  "sendEmpty": false,
12213
+ "sendGetBody": false,
11848
12214
  "requestDatatype": "JSON",
11849
12215
  "responseDatatype": "JSON",
11850
12216
  "headers": {},
@@ -11886,6 +12252,7 @@
11886
12252
  "responseSchema": "schema.json",
11887
12253
  "timeout": 0,
11888
12254
  "sendEmpty": false,
12255
+ "sendGetBody": false,
11889
12256
  "requestDatatype": "JSON",
11890
12257
  "responseDatatype": "JSON",
11891
12258
  "headers": {},
@@ -11927,6 +12294,7 @@
11927
12294
  "responseSchema": "schema.json",
11928
12295
  "timeout": 0,
11929
12296
  "sendEmpty": false,
12297
+ "sendGetBody": false,
11930
12298
  "requestDatatype": "JSON",
11931
12299
  "responseDatatype": "JSON",
11932
12300
  "headers": {},
@@ -11947,6 +12315,7 @@
11947
12315
  "responseSchema": "schema.json",
11948
12316
  "timeout": 0,
11949
12317
  "sendEmpty": false,
12318
+ "sendGetBody": false,
11950
12319
  "requestDatatype": "JSON",
11951
12320
  "responseDatatype": "JSON",
11952
12321
  "headers": {},
@@ -11988,6 +12357,7 @@
11988
12357
  "responseSchema": "schema.json",
11989
12358
  "timeout": 0,
11990
12359
  "sendEmpty": false,
12360
+ "sendGetBody": false,
11991
12361
  "requestDatatype": "JSON",
11992
12362
  "responseDatatype": "JSON",
11993
12363
  "headers": {},
@@ -12008,6 +12378,7 @@
12008
12378
  "responseSchema": "schema.json",
12009
12379
  "timeout": 0,
12010
12380
  "sendEmpty": false,
12381
+ "sendGetBody": false,
12011
12382
  "requestDatatype": "JSON",
12012
12383
  "responseDatatype": "JSON",
12013
12384
  "headers": {},
@@ -12049,6 +12420,7 @@
12049
12420
  "responseSchema": "schema.json",
12050
12421
  "timeout": 0,
12051
12422
  "sendEmpty": false,
12423
+ "sendGetBody": false,
12052
12424
  "requestDatatype": "JSON",
12053
12425
  "responseDatatype": "JSON",
12054
12426
  "headers": {},
@@ -12090,6 +12462,7 @@
12090
12462
  "responseSchema": "schema.json",
12091
12463
  "timeout": 0,
12092
12464
  "sendEmpty": false,
12465
+ "sendGetBody": false,
12093
12466
  "requestDatatype": "JSON",
12094
12467
  "responseDatatype": "JSON",
12095
12468
  "headers": {},
@@ -12131,6 +12504,7 @@
12131
12504
  "responseSchema": "schema.json",
12132
12505
  "timeout": 0,
12133
12506
  "sendEmpty": false,
12507
+ "sendGetBody": false,
12134
12508
  "requestDatatype": "JSON",
12135
12509
  "responseDatatype": "JSON",
12136
12510
  "headers": {},
@@ -12151,6 +12525,7 @@
12151
12525
  "responseSchema": "schema.json",
12152
12526
  "timeout": 0,
12153
12527
  "sendEmpty": false,
12528
+ "sendGetBody": false,
12154
12529
  "requestDatatype": "JSON",
12155
12530
  "responseDatatype": "JSON",
12156
12531
  "headers": {},
@@ -12192,6 +12567,7 @@
12192
12567
  "responseSchema": "schema.json",
12193
12568
  "timeout": 0,
12194
12569
  "sendEmpty": false,
12570
+ "sendGetBody": false,
12195
12571
  "requestDatatype": "JSON",
12196
12572
  "responseDatatype": "JSON",
12197
12573
  "headers": {},
@@ -12212,6 +12588,7 @@
12212
12588
  "responseSchema": "schema.json",
12213
12589
  "timeout": 0,
12214
12590
  "sendEmpty": false,
12591
+ "sendGetBody": false,
12215
12592
  "requestDatatype": "JSON",
12216
12593
  "responseDatatype": "JSON",
12217
12594
  "headers": {},
@@ -12253,6 +12630,7 @@
12253
12630
  "responseSchema": "schema.json",
12254
12631
  "timeout": 0,
12255
12632
  "sendEmpty": false,
12633
+ "sendGetBody": false,
12256
12634
  "requestDatatype": "JSON",
12257
12635
  "responseDatatype": "JSON",
12258
12636
  "headers": {},
@@ -12294,6 +12672,7 @@
12294
12672
  "responseSchema": "schema.json",
12295
12673
  "timeout": 0,
12296
12674
  "sendEmpty": false,
12675
+ "sendGetBody": false,
12297
12676
  "requestDatatype": "JSON",
12298
12677
  "responseDatatype": "JSON",
12299
12678
  "headers": {},
@@ -12335,6 +12714,7 @@
12335
12714
  "responseSchema": "schema.json",
12336
12715
  "timeout": 0,
12337
12716
  "sendEmpty": false,
12717
+ "sendGetBody": false,
12338
12718
  "requestDatatype": "JSON",
12339
12719
  "responseDatatype": "JSON",
12340
12720
  "headers": {},
@@ -12376,6 +12756,7 @@
12376
12756
  "responseSchema": "schema.json",
12377
12757
  "timeout": 0,
12378
12758
  "sendEmpty": false,
12759
+ "sendGetBody": false,
12379
12760
  "requestDatatype": "JSON",
12380
12761
  "responseDatatype": "JSON",
12381
12762
  "headers": {},
@@ -12396,6 +12777,7 @@
12396
12777
  "responseSchema": "schema.json",
12397
12778
  "timeout": 0,
12398
12779
  "sendEmpty": false,
12780
+ "sendGetBody": false,
12399
12781
  "requestDatatype": "JSON",
12400
12782
  "responseDatatype": "JSON",
12401
12783
  "headers": {},
@@ -12437,6 +12819,7 @@
12437
12819
  "responseSchema": "schema.json",
12438
12820
  "timeout": 0,
12439
12821
  "sendEmpty": false,
12822
+ "sendGetBody": false,
12440
12823
  "requestDatatype": "JSON",
12441
12824
  "responseDatatype": "JSON",
12442
12825
  "headers": {},
@@ -12457,6 +12840,7 @@
12457
12840
  "responseSchema": "schema.json",
12458
12841
  "timeout": 0,
12459
12842
  "sendEmpty": false,
12843
+ "sendGetBody": false,
12460
12844
  "requestDatatype": "JSON",
12461
12845
  "responseDatatype": "JSON",
12462
12846
  "headers": {},
@@ -12498,6 +12882,7 @@
12498
12882
  "responseSchema": "schema.json",
12499
12883
  "timeout": 0,
12500
12884
  "sendEmpty": false,
12885
+ "sendGetBody": false,
12501
12886
  "requestDatatype": "JSON",
12502
12887
  "responseDatatype": "JSON",
12503
12888
  "headers": {},
@@ -12518,6 +12903,7 @@
12518
12903
  "responseSchema": "schema.json",
12519
12904
  "timeout": 0,
12520
12905
  "sendEmpty": false,
12906
+ "sendGetBody": false,
12521
12907
  "requestDatatype": "JSON",
12522
12908
  "responseDatatype": "JSON",
12523
12909
  "headers": {},
@@ -12559,6 +12945,7 @@
12559
12945
  "responseSchema": "schema.json",
12560
12946
  "timeout": 0,
12561
12947
  "sendEmpty": false,
12948
+ "sendGetBody": false,
12562
12949
  "requestDatatype": "JSON",
12563
12950
  "responseDatatype": "JSON",
12564
12951
  "headers": {},
@@ -12579,6 +12966,7 @@
12579
12966
  "responseSchema": "schema.json",
12580
12967
  "timeout": 0,
12581
12968
  "sendEmpty": false,
12969
+ "sendGetBody": false,
12582
12970
  "requestDatatype": "JSON",
12583
12971
  "responseDatatype": "JSON",
12584
12972
  "headers": {},
@@ -12620,6 +13008,7 @@
12620
13008
  "responseSchema": "schema.json",
12621
13009
  "timeout": 0,
12622
13010
  "sendEmpty": false,
13011
+ "sendGetBody": false,
12623
13012
  "requestDatatype": "JSON",
12624
13013
  "responseDatatype": "JSON",
12625
13014
  "headers": {},
@@ -12661,6 +13050,7 @@
12661
13050
  "responseSchema": "schema.json",
12662
13051
  "timeout": 0,
12663
13052
  "sendEmpty": false,
13053
+ "sendGetBody": false,
12664
13054
  "requestDatatype": "JSON",
12665
13055
  "responseDatatype": "JSON",
12666
13056
  "headers": {},
@@ -12681,6 +13071,7 @@
12681
13071
  "responseSchema": "schema.json",
12682
13072
  "timeout": 0,
12683
13073
  "sendEmpty": false,
13074
+ "sendGetBody": false,
12684
13075
  "requestDatatype": "JSON",
12685
13076
  "responseDatatype": "JSON",
12686
13077
  "headers": {},
@@ -12722,6 +13113,7 @@
12722
13113
  "responseSchema": "schema.json",
12723
13114
  "timeout": 0,
12724
13115
  "sendEmpty": false,
13116
+ "sendGetBody": false,
12725
13117
  "requestDatatype": "JSON",
12726
13118
  "responseDatatype": "JSON",
12727
13119
  "headers": {},
@@ -12742,6 +13134,7 @@
12742
13134
  "responseSchema": "schema.json",
12743
13135
  "timeout": 0,
12744
13136
  "sendEmpty": false,
13137
+ "sendGetBody": false,
12745
13138
  "requestDatatype": "JSON",
12746
13139
  "responseDatatype": "JSON",
12747
13140
  "headers": {},
@@ -12783,6 +13176,7 @@
12783
13176
  "responseSchema": "schema.json",
12784
13177
  "timeout": 0,
12785
13178
  "sendEmpty": false,
13179
+ "sendGetBody": false,
12786
13180
  "requestDatatype": "JSON",
12787
13181
  "responseDatatype": "JSON",
12788
13182
  "headers": {},
@@ -12824,6 +13218,7 @@
12824
13218
  "responseSchema": "schema.json",
12825
13219
  "timeout": 0,
12826
13220
  "sendEmpty": false,
13221
+ "sendGetBody": false,
12827
13222
  "requestDatatype": "JSON",
12828
13223
  "responseDatatype": "JSON",
12829
13224
  "headers": {},
@@ -12865,6 +13260,7 @@
12865
13260
  "responseSchema": "schema.json",
12866
13261
  "timeout": 0,
12867
13262
  "sendEmpty": false,
13263
+ "sendGetBody": false,
12868
13264
  "requestDatatype": "JSON",
12869
13265
  "responseDatatype": "JSON",
12870
13266
  "headers": {},
@@ -12906,6 +13302,7 @@
12906
13302
  "responseSchema": "schema.json",
12907
13303
  "timeout": 0,
12908
13304
  "sendEmpty": false,
13305
+ "sendGetBody": false,
12909
13306
  "requestDatatype": "JSON",
12910
13307
  "responseDatatype": "JSON",
12911
13308
  "headers": {},
@@ -12926,6 +13323,7 @@
12926
13323
  "responseSchema": "schema.json",
12927
13324
  "timeout": 0,
12928
13325
  "sendEmpty": false,
13326
+ "sendGetBody": false,
12929
13327
  "requestDatatype": "JSON",
12930
13328
  "responseDatatype": "JSON",
12931
13329
  "headers": {},
@@ -12967,6 +13365,7 @@
12967
13365
  "responseSchema": "schema.json",
12968
13366
  "timeout": 0,
12969
13367
  "sendEmpty": false,
13368
+ "sendGetBody": false,
12970
13369
  "requestDatatype": "JSON",
12971
13370
  "responseDatatype": "JSON",
12972
13371
  "headers": {},
@@ -12987,6 +13386,7 @@
12987
13386
  "responseSchema": "schema.json",
12988
13387
  "timeout": 0,
12989
13388
  "sendEmpty": false,
13389
+ "sendGetBody": false,
12990
13390
  "requestDatatype": "JSON",
12991
13391
  "responseDatatype": "JSON",
12992
13392
  "headers": {},
@@ -13028,6 +13428,7 @@
13028
13428
  "responseSchema": "schema.json",
13029
13429
  "timeout": 0,
13030
13430
  "sendEmpty": false,
13431
+ "sendGetBody": false,
13031
13432
  "requestDatatype": "JSON",
13032
13433
  "responseDatatype": "JSON",
13033
13434
  "headers": {},
@@ -13069,6 +13470,7 @@
13069
13470
  "responseSchema": "schema.json",
13070
13471
  "timeout": 0,
13071
13472
  "sendEmpty": false,
13473
+ "sendGetBody": false,
13072
13474
  "requestDatatype": "JSON",
13073
13475
  "responseDatatype": "JSON",
13074
13476
  "headers": {},
@@ -13110,6 +13512,7 @@
13110
13512
  "responseSchema": "schema.json",
13111
13513
  "timeout": 0,
13112
13514
  "sendEmpty": false,
13515
+ "sendGetBody": false,
13113
13516
  "requestDatatype": "JSON",
13114
13517
  "responseDatatype": "JSON",
13115
13518
  "headers": {},
@@ -13130,6 +13533,7 @@
13130
13533
  "responseSchema": "schema.json",
13131
13534
  "timeout": 0,
13132
13535
  "sendEmpty": false,
13536
+ "sendGetBody": false,
13133
13537
  "requestDatatype": "JSON",
13134
13538
  "responseDatatype": "JSON",
13135
13539
  "headers": {},
@@ -13171,6 +13575,7 @@
13171
13575
  "responseSchema": "schema.json",
13172
13576
  "timeout": 0,
13173
13577
  "sendEmpty": false,
13578
+ "sendGetBody": false,
13174
13579
  "requestDatatype": "JSON",
13175
13580
  "responseDatatype": "JSON",
13176
13581
  "headers": {},
@@ -13191,6 +13596,7 @@
13191
13596
  "responseSchema": "schema.json",
13192
13597
  "timeout": 0,
13193
13598
  "sendEmpty": false,
13599
+ "sendGetBody": false,
13194
13600
  "requestDatatype": "JSON",
13195
13601
  "responseDatatype": "JSON",
13196
13602
  "headers": {},
@@ -13232,6 +13638,7 @@
13232
13638
  "responseSchema": "schema.json",
13233
13639
  "timeout": 0,
13234
13640
  "sendEmpty": false,
13641
+ "sendGetBody": false,
13235
13642
  "requestDatatype": "JSON",
13236
13643
  "responseDatatype": "JSON",
13237
13644
  "headers": {},
@@ -13252,6 +13659,7 @@
13252
13659
  "responseSchema": "schema.json",
13253
13660
  "timeout": 0,
13254
13661
  "sendEmpty": false,
13662
+ "sendGetBody": false,
13255
13663
  "requestDatatype": "JSON",
13256
13664
  "responseDatatype": "JSON",
13257
13665
  "headers": {},
@@ -13272,6 +13680,7 @@
13272
13680
  "responseSchema": "schema.json",
13273
13681
  "timeout": 0,
13274
13682
  "sendEmpty": false,
13683
+ "sendGetBody": false,
13275
13684
  "requestDatatype": "JSON",
13276
13685
  "responseDatatype": "JSON",
13277
13686
  "headers": {},
@@ -13313,6 +13722,7 @@
13313
13722
  "responseSchema": "schema.json",
13314
13723
  "timeout": 0,
13315
13724
  "sendEmpty": false,
13725
+ "sendGetBody": false,
13316
13726
  "requestDatatype": "JSON",
13317
13727
  "responseDatatype": "JSON",
13318
13728
  "headers": {},
@@ -13333,6 +13743,7 @@
13333
13743
  "responseSchema": "schema.json",
13334
13744
  "timeout": 0,
13335
13745
  "sendEmpty": false,
13746
+ "sendGetBody": false,
13336
13747
  "requestDatatype": "JSON",
13337
13748
  "responseDatatype": "JSON",
13338
13749
  "headers": {},
@@ -13374,6 +13785,7 @@
13374
13785
  "responseSchema": "schema.json",
13375
13786
  "timeout": 0,
13376
13787
  "sendEmpty": false,
13788
+ "sendGetBody": false,
13377
13789
  "requestDatatype": "JSON",
13378
13790
  "responseDatatype": "JSON",
13379
13791
  "headers": {},
@@ -13394,6 +13806,7 @@
13394
13806
  "responseSchema": "schema.json",
13395
13807
  "timeout": 0,
13396
13808
  "sendEmpty": false,
13809
+ "sendGetBody": false,
13397
13810
  "requestDatatype": "JSON",
13398
13811
  "responseDatatype": "JSON",
13399
13812
  "headers": {},
@@ -13435,6 +13848,7 @@
13435
13848
  "responseSchema": "schema.json",
13436
13849
  "timeout": 0,
13437
13850
  "sendEmpty": false,
13851
+ "sendGetBody": false,
13438
13852
  "requestDatatype": "JSON",
13439
13853
  "responseDatatype": "JSON",
13440
13854
  "headers": {},
@@ -13455,6 +13869,7 @@
13455
13869
  "responseSchema": "schema.json",
13456
13870
  "timeout": 0,
13457
13871
  "sendEmpty": false,
13872
+ "sendGetBody": false,
13458
13873
  "requestDatatype": "JSON",
13459
13874
  "responseDatatype": "JSON",
13460
13875
  "headers": {},
@@ -13496,6 +13911,7 @@
13496
13911
  "responseSchema": "schema.json",
13497
13912
  "timeout": 0,
13498
13913
  "sendEmpty": false,
13914
+ "sendGetBody": false,
13499
13915
  "requestDatatype": "JSON",
13500
13916
  "responseDatatype": "JSON",
13501
13917
  "headers": {},
@@ -13516,6 +13932,7 @@
13516
13932
  "responseSchema": "schema.json",
13517
13933
  "timeout": 0,
13518
13934
  "sendEmpty": false,
13935
+ "sendGetBody": false,
13519
13936
  "requestDatatype": "JSON",
13520
13937
  "responseDatatype": "JSON",
13521
13938
  "headers": {},
@@ -13536,6 +13953,7 @@
13536
13953
  "responseSchema": "schema.json",
13537
13954
  "timeout": 0,
13538
13955
  "sendEmpty": false,
13956
+ "sendGetBody": false,
13539
13957
  "requestDatatype": "JSON",
13540
13958
  "responseDatatype": "JSON",
13541
13959
  "headers": {},
@@ -13577,6 +13995,7 @@
13577
13995
  "responseSchema": "schema.json",
13578
13996
  "timeout": 0,
13579
13997
  "sendEmpty": false,
13998
+ "sendGetBody": false,
13580
13999
  "requestDatatype": "JSON",
13581
14000
  "responseDatatype": "JSON",
13582
14001
  "headers": {},
@@ -13597,6 +14016,7 @@
13597
14016
  "responseSchema": "schema.json",
13598
14017
  "timeout": 0,
13599
14018
  "sendEmpty": false,
14019
+ "sendGetBody": false,
13600
14020
  "requestDatatype": "JSON",
13601
14021
  "responseDatatype": "JSON",
13602
14022
  "headers": {},
@@ -13638,6 +14058,7 @@
13638
14058
  "responseSchema": "schema.json",
13639
14059
  "timeout": 0,
13640
14060
  "sendEmpty": false,
14061
+ "sendGetBody": false,
13641
14062
  "requestDatatype": "JSON",
13642
14063
  "responseDatatype": "JSON",
13643
14064
  "headers": {},
@@ -13658,6 +14079,7 @@
13658
14079
  "responseSchema": "schema.json",
13659
14080
  "timeout": 0,
13660
14081
  "sendEmpty": false,
14082
+ "sendGetBody": false,
13661
14083
  "requestDatatype": "JSON",
13662
14084
  "responseDatatype": "JSON",
13663
14085
  "headers": {},
@@ -13699,6 +14121,7 @@
13699
14121
  "responseSchema": "schema.json",
13700
14122
  "timeout": 0,
13701
14123
  "sendEmpty": false,
14124
+ "sendGetBody": false,
13702
14125
  "requestDatatype": "JSON",
13703
14126
  "responseDatatype": "JSON",
13704
14127
  "headers": {},
@@ -13719,6 +14142,7 @@
13719
14142
  "responseSchema": "schema.json",
13720
14143
  "timeout": 0,
13721
14144
  "sendEmpty": false,
14145
+ "sendGetBody": false,
13722
14146
  "requestDatatype": "JSON",
13723
14147
  "responseDatatype": "JSON",
13724
14148
  "headers": {},
@@ -13760,6 +14184,7 @@
13760
14184
  "responseSchema": "schema.json",
13761
14185
  "timeout": 0,
13762
14186
  "sendEmpty": false,
14187
+ "sendGetBody": false,
13763
14188
  "requestDatatype": "JSON",
13764
14189
  "responseDatatype": "JSON",
13765
14190
  "headers": {},
@@ -13780,6 +14205,7 @@
13780
14205
  "responseSchema": "schema.json",
13781
14206
  "timeout": 0,
13782
14207
  "sendEmpty": false,
14208
+ "sendGetBody": false,
13783
14209
  "requestDatatype": "JSON",
13784
14210
  "responseDatatype": "JSON",
13785
14211
  "headers": {},
@@ -13821,6 +14247,7 @@
13821
14247
  "responseSchema": "schema.json",
13822
14248
  "timeout": 0,
13823
14249
  "sendEmpty": false,
14250
+ "sendGetBody": false,
13824
14251
  "requestDatatype": "JSON",
13825
14252
  "responseDatatype": "JSON",
13826
14253
  "headers": {},
@@ -13841,6 +14268,7 @@
13841
14268
  "responseSchema": "schema.json",
13842
14269
  "timeout": 0,
13843
14270
  "sendEmpty": false,
14271
+ "sendGetBody": false,
13844
14272
  "requestDatatype": "JSON",
13845
14273
  "responseDatatype": "JSON",
13846
14274
  "headers": {},
@@ -13882,6 +14310,7 @@
13882
14310
  "responseSchema": "schema.json",
13883
14311
  "timeout": 0,
13884
14312
  "sendEmpty": false,
14313
+ "sendGetBody": false,
13885
14314
  "requestDatatype": "JSON",
13886
14315
  "responseDatatype": "JSON",
13887
14316
  "headers": {},
@@ -13902,6 +14331,7 @@
13902
14331
  "responseSchema": "schema.json",
13903
14332
  "timeout": 0,
13904
14333
  "sendEmpty": false,
14334
+ "sendGetBody": false,
13905
14335
  "requestDatatype": "JSON",
13906
14336
  "responseDatatype": "JSON",
13907
14337
  "headers": {},
@@ -13943,6 +14373,7 @@
13943
14373
  "responseSchema": "schema.json",
13944
14374
  "timeout": 0,
13945
14375
  "sendEmpty": false,
14376
+ "sendGetBody": false,
13946
14377
  "requestDatatype": "JSON",
13947
14378
  "responseDatatype": "JSON",
13948
14379
  "headers": {},
@@ -13963,6 +14394,7 @@
13963
14394
  "responseSchema": "schema.json",
13964
14395
  "timeout": 0,
13965
14396
  "sendEmpty": false,
14397
+ "sendGetBody": false,
13966
14398
  "requestDatatype": "JSON",
13967
14399
  "responseDatatype": "JSON",
13968
14400
  "headers": {},
@@ -14004,6 +14436,7 @@
14004
14436
  "responseSchema": "schema.json",
14005
14437
  "timeout": 0,
14006
14438
  "sendEmpty": false,
14439
+ "sendGetBody": false,
14007
14440
  "requestDatatype": "JSON",
14008
14441
  "responseDatatype": "JSON",
14009
14442
  "headers": {},
@@ -14045,6 +14478,7 @@
14045
14478
  "responseSchema": "schema.json",
14046
14479
  "timeout": 0,
14047
14480
  "sendEmpty": false,
14481
+ "sendGetBody": false,
14048
14482
  "requestDatatype": "JSON",
14049
14483
  "responseDatatype": "JSON",
14050
14484
  "headers": {},
@@ -14065,6 +14499,7 @@
14065
14499
  "responseSchema": "schema.json",
14066
14500
  "timeout": 0,
14067
14501
  "sendEmpty": false,
14502
+ "sendGetBody": false,
14068
14503
  "requestDatatype": "JSON",
14069
14504
  "responseDatatype": "JSON",
14070
14505
  "headers": {},
@@ -14106,6 +14541,7 @@
14106
14541
  "responseSchema": "schema.json",
14107
14542
  "timeout": 0,
14108
14543
  "sendEmpty": false,
14544
+ "sendGetBody": false,
14109
14545
  "requestDatatype": "JSON",
14110
14546
  "responseDatatype": "JSON",
14111
14547
  "headers": {},
@@ -14126,6 +14562,7 @@
14126
14562
  "responseSchema": "schema.json",
14127
14563
  "timeout": 0,
14128
14564
  "sendEmpty": false,
14565
+ "sendGetBody": false,
14129
14566
  "requestDatatype": "JSON",
14130
14567
  "responseDatatype": "JSON",
14131
14568
  "headers": {},
@@ -14167,6 +14604,7 @@
14167
14604
  "responseSchema": "schema.json",
14168
14605
  "timeout": 0,
14169
14606
  "sendEmpty": false,
14607
+ "sendGetBody": false,
14170
14608
  "requestDatatype": "JSON",
14171
14609
  "responseDatatype": "JSON",
14172
14610
  "headers": {},
@@ -14187,6 +14625,7 @@
14187
14625
  "responseSchema": "schema.json",
14188
14626
  "timeout": 0,
14189
14627
  "sendEmpty": false,
14628
+ "sendGetBody": false,
14190
14629
  "requestDatatype": "JSON",
14191
14630
  "responseDatatype": "JSON",
14192
14631
  "headers": {},
@@ -14228,6 +14667,7 @@
14228
14667
  "responseSchema": "schema.json",
14229
14668
  "timeout": 0,
14230
14669
  "sendEmpty": false,
14670
+ "sendGetBody": false,
14231
14671
  "requestDatatype": "JSON",
14232
14672
  "responseDatatype": "JSON",
14233
14673
  "headers": {},
@@ -14248,6 +14688,7 @@
14248
14688
  "responseSchema": "schema.json",
14249
14689
  "timeout": 0,
14250
14690
  "sendEmpty": false,
14691
+ "sendGetBody": false,
14251
14692
  "requestDatatype": "JSON",
14252
14693
  "responseDatatype": "JSON",
14253
14694
  "headers": {},
@@ -14289,6 +14730,7 @@
14289
14730
  "responseSchema": "schema.json",
14290
14731
  "timeout": 0,
14291
14732
  "sendEmpty": false,
14733
+ "sendGetBody": false,
14292
14734
  "requestDatatype": "JSON",
14293
14735
  "responseDatatype": "JSON",
14294
14736
  "headers": {},
@@ -14309,6 +14751,7 @@
14309
14751
  "responseSchema": "schema.json",
14310
14752
  "timeout": 0,
14311
14753
  "sendEmpty": false,
14754
+ "sendGetBody": false,
14312
14755
  "requestDatatype": "JSON",
14313
14756
  "responseDatatype": "JSON",
14314
14757
  "headers": {},
@@ -14350,6 +14793,7 @@
14350
14793
  "responseSchema": "schema.json",
14351
14794
  "timeout": 0,
14352
14795
  "sendEmpty": false,
14796
+ "sendGetBody": false,
14353
14797
  "requestDatatype": "JSON",
14354
14798
  "responseDatatype": "JSON",
14355
14799
  "headers": {},
@@ -14370,6 +14814,7 @@
14370
14814
  "responseSchema": "schema.json",
14371
14815
  "timeout": 0,
14372
14816
  "sendEmpty": false,
14817
+ "sendGetBody": false,
14373
14818
  "requestDatatype": "JSON",
14374
14819
  "responseDatatype": "JSON",
14375
14820
  "headers": {},
@@ -14411,6 +14856,7 @@
14411
14856
  "responseSchema": "schema.json",
14412
14857
  "timeout": 0,
14413
14858
  "sendEmpty": false,
14859
+ "sendGetBody": false,
14414
14860
  "requestDatatype": "JSON",
14415
14861
  "responseDatatype": "JSON",
14416
14862
  "headers": {},
@@ -14431,6 +14877,7 @@
14431
14877
  "responseSchema": "schema.json",
14432
14878
  "timeout": 0,
14433
14879
  "sendEmpty": false,
14880
+ "sendGetBody": false,
14434
14881
  "requestDatatype": "JSON",
14435
14882
  "responseDatatype": "JSON",
14436
14883
  "headers": {},
@@ -14451,6 +14898,7 @@
14451
14898
  "responseSchema": "schema.json",
14452
14899
  "timeout": 0,
14453
14900
  "sendEmpty": false,
14901
+ "sendGetBody": false,
14454
14902
  "requestDatatype": "JSON",
14455
14903
  "responseDatatype": "JSON",
14456
14904
  "headers": {},
@@ -14492,6 +14940,7 @@
14492
14940
  "responseSchema": "schema.json",
14493
14941
  "timeout": 0,
14494
14942
  "sendEmpty": false,
14943
+ "sendGetBody": false,
14495
14944
  "requestDatatype": "JSON",
14496
14945
  "responseDatatype": "JSON",
14497
14946
  "headers": {},
@@ -14512,6 +14961,7 @@
14512
14961
  "responseSchema": "schema.json",
14513
14962
  "timeout": 0,
14514
14963
  "sendEmpty": false,
14964
+ "sendGetBody": false,
14515
14965
  "requestDatatype": "JSON",
14516
14966
  "responseDatatype": "JSON",
14517
14967
  "headers": {},
@@ -14532,6 +14982,7 @@
14532
14982
  "responseSchema": "schema.json",
14533
14983
  "timeout": 0,
14534
14984
  "sendEmpty": false,
14985
+ "sendGetBody": false,
14535
14986
  "requestDatatype": "JSON",
14536
14987
  "responseDatatype": "JSON",
14537
14988
  "headers": {},
@@ -14573,6 +15024,7 @@
14573
15024
  "responseSchema": "schema.json",
14574
15025
  "timeout": 0,
14575
15026
  "sendEmpty": false,
15027
+ "sendGetBody": false,
14576
15028
  "requestDatatype": "JSON",
14577
15029
  "responseDatatype": "JSON",
14578
15030
  "headers": {},
@@ -14593,6 +15045,7 @@
14593
15045
  "responseSchema": "schema.json",
14594
15046
  "timeout": 0,
14595
15047
  "sendEmpty": false,
15048
+ "sendGetBody": false,
14596
15049
  "requestDatatype": "JSON",
14597
15050
  "responseDatatype": "JSON",
14598
15051
  "headers": {},
@@ -14634,6 +15087,7 @@
14634
15087
  "responseSchema": "schema.json",
14635
15088
  "timeout": 0,
14636
15089
  "sendEmpty": false,
15090
+ "sendGetBody": false,
14637
15091
  "requestDatatype": "JSON",
14638
15092
  "responseDatatype": "JSON",
14639
15093
  "headers": {},
@@ -14654,6 +15108,7 @@
14654
15108
  "responseSchema": "schema.json",
14655
15109
  "timeout": 0,
14656
15110
  "sendEmpty": false,
15111
+ "sendGetBody": false,
14657
15112
  "requestDatatype": "JSON",
14658
15113
  "responseDatatype": "JSON",
14659
15114
  "headers": {},
@@ -14695,6 +15150,7 @@
14695
15150
  "responseSchema": "schema.json",
14696
15151
  "timeout": 0,
14697
15152
  "sendEmpty": false,
15153
+ "sendGetBody": false,
14698
15154
  "requestDatatype": "JSON",
14699
15155
  "responseDatatype": "JSON",
14700
15156
  "headers": {},
@@ -14715,6 +15171,7 @@
14715
15171
  "responseSchema": "schema.json",
14716
15172
  "timeout": 0,
14717
15173
  "sendEmpty": false,
15174
+ "sendGetBody": false,
14718
15175
  "requestDatatype": "JSON",
14719
15176
  "responseDatatype": "JSON",
14720
15177
  "headers": {},
@@ -14756,6 +15213,7 @@
14756
15213
  "responseSchema": "schema.json",
14757
15214
  "timeout": 0,
14758
15215
  "sendEmpty": false,
15216
+ "sendGetBody": false,
14759
15217
  "requestDatatype": "JSON",
14760
15218
  "responseDatatype": "JSON",
14761
15219
  "headers": {},
@@ -14776,6 +15234,7 @@
14776
15234
  "responseSchema": "schema.json",
14777
15235
  "timeout": 0,
14778
15236
  "sendEmpty": false,
15237
+ "sendGetBody": false,
14779
15238
  "requestDatatype": "JSON",
14780
15239
  "responseDatatype": "JSON",
14781
15240
  "headers": {},
@@ -14817,6 +15276,7 @@
14817
15276
  "responseSchema": "schema.json",
14818
15277
  "timeout": 0,
14819
15278
  "sendEmpty": false,
15279
+ "sendGetBody": false,
14820
15280
  "requestDatatype": "JSON",
14821
15281
  "responseDatatype": "JSON",
14822
15282
  "headers": {},
@@ -14837,6 +15297,7 @@
14837
15297
  "responseSchema": "schema.json",
14838
15298
  "timeout": 0,
14839
15299
  "sendEmpty": false,
15300
+ "sendGetBody": false,
14840
15301
  "requestDatatype": "JSON",
14841
15302
  "responseDatatype": "JSON",
14842
15303
  "headers": {},
@@ -14878,6 +15339,7 @@
14878
15339
  "responseSchema": "schema.json",
14879
15340
  "timeout": 0,
14880
15341
  "sendEmpty": false,
15342
+ "sendGetBody": false,
14881
15343
  "requestDatatype": "JSON",
14882
15344
  "responseDatatype": "JSON",
14883
15345
  "headers": {},
@@ -14898,6 +15360,7 @@
14898
15360
  "responseSchema": "schema.json",
14899
15361
  "timeout": 0,
14900
15362
  "sendEmpty": false,
15363
+ "sendGetBody": false,
14901
15364
  "requestDatatype": "JSON",
14902
15365
  "responseDatatype": "JSON",
14903
15366
  "headers": {},
@@ -14939,6 +15402,7 @@
14939
15402
  "responseSchema": "schema.json",
14940
15403
  "timeout": 0,
14941
15404
  "sendEmpty": false,
15405
+ "sendGetBody": false,
14942
15406
  "requestDatatype": "JSON",
14943
15407
  "responseDatatype": "JSON",
14944
15408
  "headers": {},
@@ -14959,6 +15423,7 @@
14959
15423
  "responseSchema": "schema.json",
14960
15424
  "timeout": 0,
14961
15425
  "sendEmpty": false,
15426
+ "sendGetBody": false,
14962
15427
  "requestDatatype": "JSON",
14963
15428
  "responseDatatype": "JSON",
14964
15429
  "headers": {},
@@ -15000,6 +15465,7 @@
15000
15465
  "responseSchema": "schema.json",
15001
15466
  "timeout": 0,
15002
15467
  "sendEmpty": false,
15468
+ "sendGetBody": false,
15003
15469
  "requestDatatype": "JSON",
15004
15470
  "responseDatatype": "JSON",
15005
15471
  "headers": {},
@@ -15020,6 +15486,7 @@
15020
15486
  "responseSchema": "schema.json",
15021
15487
  "timeout": 0,
15022
15488
  "sendEmpty": false,
15489
+ "sendGetBody": false,
15023
15490
  "requestDatatype": "JSON",
15024
15491
  "responseDatatype": "JSON",
15025
15492
  "headers": {},
@@ -15061,6 +15528,7 @@
15061
15528
  "responseSchema": "schema.json",
15062
15529
  "timeout": 0,
15063
15530
  "sendEmpty": false,
15531
+ "sendGetBody": false,
15064
15532
  "requestDatatype": "JSON",
15065
15533
  "responseDatatype": "JSON",
15066
15534
  "headers": {},
@@ -15081,6 +15549,7 @@
15081
15549
  "responseSchema": "schema.json",
15082
15550
  "timeout": 0,
15083
15551
  "sendEmpty": false,
15552
+ "sendGetBody": false,
15084
15553
  "requestDatatype": "JSON",
15085
15554
  "responseDatatype": "JSON",
15086
15555
  "headers": {},
@@ -15122,6 +15591,7 @@
15122
15591
  "responseSchema": "schema.json",
15123
15592
  "timeout": 0,
15124
15593
  "sendEmpty": false,
15594
+ "sendGetBody": false,
15125
15595
  "requestDatatype": "JSON",
15126
15596
  "responseDatatype": "JSON",
15127
15597
  "headers": {},
@@ -15142,6 +15612,7 @@
15142
15612
  "responseSchema": "schema.json",
15143
15613
  "timeout": 0,
15144
15614
  "sendEmpty": false,
15615
+ "sendGetBody": false,
15145
15616
  "requestDatatype": "JSON",
15146
15617
  "responseDatatype": "JSON",
15147
15618
  "headers": {},
@@ -15183,6 +15654,7 @@
15183
15654
  "responseSchema": "schema.json",
15184
15655
  "timeout": 0,
15185
15656
  "sendEmpty": false,
15657
+ "sendGetBody": false,
15186
15658
  "requestDatatype": "JSON",
15187
15659
  "responseDatatype": "JSON",
15188
15660
  "headers": {},
@@ -15203,6 +15675,7 @@
15203
15675
  "responseSchema": "schema.json",
15204
15676
  "timeout": 0,
15205
15677
  "sendEmpty": false,
15678
+ "sendGetBody": false,
15206
15679
  "requestDatatype": "JSON",
15207
15680
  "responseDatatype": "JSON",
15208
15681
  "headers": {},
@@ -15244,6 +15717,7 @@
15244
15717
  "responseSchema": "schema.json",
15245
15718
  "timeout": 0,
15246
15719
  "sendEmpty": false,
15720
+ "sendGetBody": false,
15247
15721
  "requestDatatype": "JSON",
15248
15722
  "responseDatatype": "JSON",
15249
15723
  "headers": {},
@@ -15264,6 +15738,7 @@
15264
15738
  "responseSchema": "schema.json",
15265
15739
  "timeout": 0,
15266
15740
  "sendEmpty": false,
15741
+ "sendGetBody": false,
15267
15742
  "requestDatatype": "JSON",
15268
15743
  "responseDatatype": "JSON",
15269
15744
  "headers": {},
@@ -15305,6 +15780,7 @@
15305
15780
  "responseSchema": "schema.json",
15306
15781
  "timeout": 0,
15307
15782
  "sendEmpty": false,
15783
+ "sendGetBody": false,
15308
15784
  "requestDatatype": "JSON",
15309
15785
  "responseDatatype": "JSON",
15310
15786
  "headers": {},
@@ -15325,6 +15801,7 @@
15325
15801
  "responseSchema": "schema.json",
15326
15802
  "timeout": 0,
15327
15803
  "sendEmpty": false,
15804
+ "sendGetBody": false,
15328
15805
  "requestDatatype": "JSON",
15329
15806
  "responseDatatype": "JSON",
15330
15807
  "headers": {},
@@ -15366,6 +15843,7 @@
15366
15843
  "responseSchema": "schema.json",
15367
15844
  "timeout": 0,
15368
15845
  "sendEmpty": false,
15846
+ "sendGetBody": false,
15369
15847
  "requestDatatype": "JSON",
15370
15848
  "responseDatatype": "JSON",
15371
15849
  "headers": {},
@@ -15386,6 +15864,7 @@
15386
15864
  "responseSchema": "schema.json",
15387
15865
  "timeout": 0,
15388
15866
  "sendEmpty": false,
15867
+ "sendGetBody": false,
15389
15868
  "requestDatatype": "JSON",
15390
15869
  "responseDatatype": "JSON",
15391
15870
  "headers": {},
@@ -15427,6 +15906,7 @@
15427
15906
  "responseSchema": "schema.json",
15428
15907
  "timeout": 0,
15429
15908
  "sendEmpty": false,
15909
+ "sendGetBody": false,
15430
15910
  "requestDatatype": "JSON",
15431
15911
  "responseDatatype": "JSON",
15432
15912
  "headers": {},
@@ -15447,6 +15927,7 @@
15447
15927
  "responseSchema": "schema.json",
15448
15928
  "timeout": 0,
15449
15929
  "sendEmpty": false,
15930
+ "sendGetBody": false,
15450
15931
  "requestDatatype": "JSON",
15451
15932
  "responseDatatype": "JSON",
15452
15933
  "headers": {},
@@ -15488,6 +15969,7 @@
15488
15969
  "responseSchema": "schema.json",
15489
15970
  "timeout": 0,
15490
15971
  "sendEmpty": false,
15972
+ "sendGetBody": false,
15491
15973
  "requestDatatype": "JSON",
15492
15974
  "responseDatatype": "JSON",
15493
15975
  "headers": {},
@@ -15508,6 +15990,7 @@
15508
15990
  "responseSchema": "schema.json",
15509
15991
  "timeout": 0,
15510
15992
  "sendEmpty": false,
15993
+ "sendGetBody": false,
15511
15994
  "requestDatatype": "JSON",
15512
15995
  "responseDatatype": "JSON",
15513
15996
  "headers": {},
@@ -15549,6 +16032,7 @@
15549
16032
  "responseSchema": "schema.json",
15550
16033
  "timeout": 0,
15551
16034
  "sendEmpty": false,
16035
+ "sendGetBody": false,
15552
16036
  "requestDatatype": "JSON",
15553
16037
  "responseDatatype": "JSON",
15554
16038
  "headers": {},
@@ -15569,6 +16053,7 @@
15569
16053
  "responseSchema": "schema.json",
15570
16054
  "timeout": 0,
15571
16055
  "sendEmpty": false,
16056
+ "sendGetBody": false,
15572
16057
  "requestDatatype": "JSON",
15573
16058
  "responseDatatype": "JSON",
15574
16059
  "headers": {},
@@ -15610,6 +16095,7 @@
15610
16095
  "responseSchema": "schema.json",
15611
16096
  "timeout": 0,
15612
16097
  "sendEmpty": false,
16098
+ "sendGetBody": false,
15613
16099
  "requestDatatype": "JSON",
15614
16100
  "responseDatatype": "JSON",
15615
16101
  "headers": {},
@@ -15630,6 +16116,7 @@
15630
16116
  "responseSchema": "schema.json",
15631
16117
  "timeout": 0,
15632
16118
  "sendEmpty": false,
16119
+ "sendGetBody": false,
15633
16120
  "requestDatatype": "JSON",
15634
16121
  "responseDatatype": "JSON",
15635
16122
  "headers": {},
@@ -15671,6 +16158,7 @@
15671
16158
  "responseSchema": "schema.json",
15672
16159
  "timeout": 0,
15673
16160
  "sendEmpty": false,
16161
+ "sendGetBody": false,
15674
16162
  "requestDatatype": "JSON",
15675
16163
  "responseDatatype": "JSON",
15676
16164
  "headers": {},
@@ -15691,6 +16179,7 @@
15691
16179
  "responseSchema": "schema.json",
15692
16180
  "timeout": 0,
15693
16181
  "sendEmpty": false,
16182
+ "sendGetBody": false,
15694
16183
  "requestDatatype": "JSON",
15695
16184
  "responseDatatype": "JSON",
15696
16185
  "headers": {},
@@ -15732,6 +16221,7 @@
15732
16221
  "responseSchema": "schema.json",
15733
16222
  "timeout": 0,
15734
16223
  "sendEmpty": false,
16224
+ "sendGetBody": false,
15735
16225
  "requestDatatype": "JSON",
15736
16226
  "responseDatatype": "JSON",
15737
16227
  "headers": {},
@@ -15752,6 +16242,7 @@
15752
16242
  "responseSchema": "schema.json",
15753
16243
  "timeout": 0,
15754
16244
  "sendEmpty": false,
16245
+ "sendGetBody": false,
15755
16246
  "requestDatatype": "JSON",
15756
16247
  "responseDatatype": "JSON",
15757
16248
  "headers": {},
@@ -15793,6 +16284,7 @@
15793
16284
  "responseSchema": "schema.json",
15794
16285
  "timeout": 0,
15795
16286
  "sendEmpty": false,
16287
+ "sendGetBody": false,
15796
16288
  "requestDatatype": "JSON",
15797
16289
  "responseDatatype": "JSON",
15798
16290
  "headers": {},
@@ -15813,6 +16305,7 @@
15813
16305
  "responseSchema": "schema.json",
15814
16306
  "timeout": 0,
15815
16307
  "sendEmpty": false,
16308
+ "sendGetBody": false,
15816
16309
  "requestDatatype": "JSON",
15817
16310
  "responseDatatype": "JSON",
15818
16311
  "headers": {},
@@ -15854,6 +16347,7 @@
15854
16347
  "responseSchema": "schema.json",
15855
16348
  "timeout": 0,
15856
16349
  "sendEmpty": false,
16350
+ "sendGetBody": false,
15857
16351
  "requestDatatype": "JSON",
15858
16352
  "responseDatatype": "JSON",
15859
16353
  "headers": {},
@@ -15874,6 +16368,7 @@
15874
16368
  "responseSchema": "schema.json",
15875
16369
  "timeout": 0,
15876
16370
  "sendEmpty": false,
16371
+ "sendGetBody": false,
15877
16372
  "requestDatatype": "JSON",
15878
16373
  "responseDatatype": "JSON",
15879
16374
  "headers": {},
@@ -15915,6 +16410,7 @@
15915
16410
  "responseSchema": "schema.json",
15916
16411
  "timeout": 0,
15917
16412
  "sendEmpty": false,
16413
+ "sendGetBody": false,
15918
16414
  "requestDatatype": "JSON",
15919
16415
  "responseDatatype": "JSON",
15920
16416
  "headers": {},
@@ -15935,6 +16431,7 @@
15935
16431
  "responseSchema": "schema.json",
15936
16432
  "timeout": 0,
15937
16433
  "sendEmpty": false,
16434
+ "sendGetBody": false,
15938
16435
  "requestDatatype": "JSON",
15939
16436
  "responseDatatype": "JSON",
15940
16437
  "headers": {},
@@ -15976,6 +16473,7 @@
15976
16473
  "responseSchema": "schema.json",
15977
16474
  "timeout": 0,
15978
16475
  "sendEmpty": false,
16476
+ "sendGetBody": false,
15979
16477
  "requestDatatype": "JSON",
15980
16478
  "responseDatatype": "JSON",
15981
16479
  "headers": {},
@@ -15996,6 +16494,7 @@
15996
16494
  "responseSchema": "schema.json",
15997
16495
  "timeout": 0,
15998
16496
  "sendEmpty": false,
16497
+ "sendGetBody": false,
15999
16498
  "requestDatatype": "JSON",
16000
16499
  "responseDatatype": "JSON",
16001
16500
  "headers": {},
@@ -16037,6 +16536,7 @@
16037
16536
  "responseSchema": "schema.json",
16038
16537
  "timeout": 0,
16039
16538
  "sendEmpty": false,
16539
+ "sendGetBody": false,
16040
16540
  "requestDatatype": "JSON",
16041
16541
  "responseDatatype": "JSON",
16042
16542
  "headers": {},
@@ -16057,6 +16557,7 @@
16057
16557
  "responseSchema": "schema.json",
16058
16558
  "timeout": 0,
16059
16559
  "sendEmpty": false,
16560
+ "sendGetBody": false,
16060
16561
  "requestDatatype": "JSON",
16061
16562
  "responseDatatype": "JSON",
16062
16563
  "headers": {},
@@ -16098,6 +16599,7 @@
16098
16599
  "responseSchema": "schema.json",
16099
16600
  "timeout": 0,
16100
16601
  "sendEmpty": false,
16602
+ "sendGetBody": false,
16101
16603
  "requestDatatype": "JSON",
16102
16604
  "responseDatatype": "JSON",
16103
16605
  "headers": {},
@@ -16139,6 +16641,7 @@
16139
16641
  "responseSchema": "schema.json",
16140
16642
  "timeout": 0,
16141
16643
  "sendEmpty": false,
16644
+ "sendGetBody": false,
16142
16645
  "requestDatatype": "JSON",
16143
16646
  "responseDatatype": "JSON",
16144
16647
  "headers": {},
@@ -16180,6 +16683,7 @@
16180
16683
  "responseSchema": "schema.json",
16181
16684
  "timeout": 0,
16182
16685
  "sendEmpty": false,
16686
+ "sendGetBody": false,
16183
16687
  "requestDatatype": "JSON",
16184
16688
  "responseDatatype": "JSON",
16185
16689
  "headers": {},
@@ -16221,6 +16725,7 @@
16221
16725
  "responseSchema": "schema.json",
16222
16726
  "timeout": 0,
16223
16727
  "sendEmpty": false,
16728
+ "sendGetBody": false,
16224
16729
  "requestDatatype": "JSON",
16225
16730
  "responseDatatype": "JSON",
16226
16731
  "headers": {},