|
6 | 6 | "request": {
|
7 | 7 | "string": "string",
|
8 | 8 | "boolean": true,
|
| 9 | + "float": 0.1875, |
9 | 10 | "double": 0.375,
|
10 | 11 | "int32": 42,
|
11 | 12 | "int64": 12345678910,
|
|
21 | 22 | "request": {
|
22 | 23 | "string": "string",
|
23 | 24 | "boolean": true,
|
| 25 | + "float": 0.1875, |
24 | 26 | "double": 0.375,
|
25 | 27 | "int32": 42,
|
26 | 28 | "int64": 12345678910,
|
|
203 | 205 | "array": {
|
204 | 206 | "string": ["string", "\n"],
|
205 | 207 | "boolean": [true, false],
|
| 208 | + "float": [0.1875, -0.75], |
206 | 209 | "double": [0.375, -1.5],
|
207 | 210 | "int32": [42, 24],
|
208 | 211 | "int64": [12345678910, -987654321],
|
|
226 | 229 | "array": {
|
227 | 230 | "string": ["string", "\n"],
|
228 | 231 | "boolean": [true, false],
|
| 232 | + "float": [0.1875, -0.75], |
229 | 233 | "double": [0.375, -1.5],
|
230 | 234 | "int32": [42, 24],
|
231 | 235 | "int64": [12345678910, -987654321],
|
|
252 | 256 | "field": {
|
253 | 257 | "string": "string",
|
254 | 258 | "boolean": true,
|
| 259 | + "float": 0.1875, |
255 | 260 | "double": 0.375,
|
256 | 261 | "int32": 42,
|
257 | 262 | "int64": 12345678910,
|
|
268 | 273 | "field": {
|
269 | 274 | "string": "string",
|
270 | 275 | "boolean": true,
|
| 276 | + "float": 0.1875, |
271 | 277 | "double": 0.375,
|
272 | 278 | "int32": 42,
|
273 | 279 | "int64": 12345678910,
|
|
287 | 293 | "request": {
|
288 | 294 | "string": "string",
|
289 | 295 | "boolean": true,
|
| 296 | + "float": 0.1875, |
290 | 297 | "double": 0.375,
|
291 | 298 | "int32": 42,
|
292 | 299 | "int64": 12345678910,
|
|
297 | 304 | "response": {
|
298 | 305 | "string": "string",
|
299 | 306 | "boolean": true,
|
| 307 | + "float": 0.1875, |
300 | 308 | "double": 0.375,
|
301 | 309 | "int32": 42,
|
302 | 310 | "int64": 12345678910,
|
|
319 | 327 | "map": {
|
320 | 328 | "string": { "": "string", " ": "\n" },
|
321 | 329 | "boolean": { "": true, " ": false },
|
| 330 | + "float": { "": 0.1875, " ": -0.75 }, |
322 | 331 | "double": { "": 0.375, " ": -1.5 },
|
323 | 332 | "int32": { "": 42, " ": 24 },
|
324 | 333 | "int64": { "": 12345678910, " ": -987654321 },
|
|
341 | 350 | "map": {
|
342 | 351 | "string": { "": "string", " ": "\n" },
|
343 | 352 | "boolean": { "": true, " ": false },
|
| 353 | + "float": { "": 0.1875, " ": -0.75 }, |
344 | 354 | "double": { "": 0.375, " ": -1.5 },
|
345 | 355 | "int32": { "": 42, " ": 24 },
|
346 | 356 | "int64": { "": 12345678910, " ": -987654321 },
|
|
367 | 377 | "nullable": {
|
368 | 378 | "string": "string",
|
369 | 379 | "boolean": true,
|
| 380 | + "float": 0.1875, |
370 | 381 | "double": 0.375,
|
371 | 382 | "int32": 42,
|
372 | 383 | "int64": 12345678910,
|
|
388 | 399 | "nullable": {
|
389 | 400 | "string": "string",
|
390 | 401 | "boolean": true,
|
| 402 | + "float": 0.1875, |
391 | 403 | "double": 0.375,
|
392 | 404 | "int32": 42,
|
393 | 405 | "int64": 12345678910,
|
|
429 | 441 | "nullable": {
|
430 | 442 | "string": null,
|
431 | 443 | "boolean": null,
|
| 444 | + "float": null, |
432 | 445 | "double": null,
|
433 | 446 | "int32": null,
|
434 | 447 | "int64": null,
|
|
450 | 463 | "nullable": {
|
451 | 464 | "string": null,
|
452 | 465 | "boolean": null,
|
| 466 | + "float": null, |
453 | 467 | "double": null,
|
454 | 468 | "int32": null,
|
455 | 469 | "int64": null,
|
|
475 | 489 | "result": {
|
476 | 490 | "string": { "error": { "code": "code", "message": "message", "innerError": { "code": "code" }, "details": { "": null, " ": [null] } } },
|
477 | 491 | "boolean": { "error": { "code": "code", "message": "message", "innerError": { "code": "code" }, "details": { "": null, " ": [null] } } },
|
| 492 | + "float": { "error": { "code": "code", "message": "message", "innerError": { "code": "code" }, "details": { "": null, " ": [null] } } }, |
478 | 493 | "double": { "error": { "code": "code", "message": "message", "innerError": { "code": "code" }, "details": { "": null, " ": [null] } } },
|
479 | 494 | "int32": { "error": { "code": "code", "message": "message", "innerError": { "code": "code" }, "details": { "": null, " ": [null] } } },
|
480 | 495 | "int64": { "error": { "code": "code", "message": "message", "innerError": { "code": "code" }, "details": { "": null, " ": [null] } } },
|
|
496 | 511 | "result": {
|
497 | 512 | "string": { "error": { "code": "code", "message": "message", "innerError": { "code": "code" }, "details": { "": null, " ": [null] } } },
|
498 | 513 | "boolean": { "error": { "code": "code", "message": "message", "innerError": { "code": "code" }, "details": { "": null, " ": [null] } } },
|
| 514 | + "float": { "error": { "code": "code", "message": "message", "innerError": { "code": "code" }, "details": { "": null, " ": [null] } } }, |
499 | 515 | "double": { "error": { "code": "code", "message": "message", "innerError": { "code": "code" }, "details": { "": null, " ": [null] } } },
|
500 | 516 | "int32": { "error": { "code": "code", "message": "message", "innerError": { "code": "code" }, "details": { "": null, " ": [null] } } },
|
501 | 517 | "int64": { "error": { "code": "code", "message": "message", "innerError": { "code": "code" }, "details": { "": null, " ": [null] } } },
|
|
521 | 537 | "result": {
|
522 | 538 | "string": { "value": "string" },
|
523 | 539 | "boolean": { "value": true },
|
| 540 | + "float": { "value": 0.1875 }, |
524 | 541 | "double": { "value": 0.375 },
|
525 | 542 | "int32": { "value": 42 },
|
526 | 543 | "int64": { "value": 12345678910 },
|
|
543 | 560 | "result": {
|
544 | 561 | "string": { "value": "string" },
|
545 | 562 | "boolean": { "value": true },
|
| 563 | + "float": { "value": 0.1875 }, |
546 | 564 | "double": { "value": 0.375 },
|
547 | 565 | "int32": { "value": 42 },
|
548 | 566 | "int64": { "value": 12345678910 },
|
|
785 | 803 | "method": "checkPath",
|
786 | 804 | "httpRequest": {
|
787 | 805 | "method": "GET",
|
788 |
| - "path": "/CHECKPATH/pathCase/true/1.5/3/4/0.625/yes/2001-02-03T04:05:06Z" |
| 806 | + "path": "/CHECKPATH/pathCase/true/0.75/1.5/3/4/0.625/yes/2001-02-03T04:05:06Z" |
789 | 807 | },
|
790 | 808 | "request": {
|
791 | 809 | "string": "pathCase",
|
792 | 810 | "boolean": true,
|
| 811 | + "float": 0.75, |
793 | 812 | "double": 1.5,
|
794 | 813 | "int32": 3,
|
795 | 814 | "int64": 4,
|
|
804 | 823 | "method": "checkPath",
|
805 | 824 | "httpRequest": {
|
806 | 825 | "method": "GET",
|
807 |
| - "path": "/checkPath/booleanCase/TRUE/1.5/3/4/0.625/yes/2001-02-03T04:05:06Z" |
| 826 | + "path": "/checkPath/booleanCase/TRUE/0.75/1.5/3/4/0.625/yes/2001-02-03T04:05:06Z" |
808 | 827 | },
|
809 | 828 | "request": {
|
810 | 829 | "string": "booleanCase",
|
811 | 830 | "boolean": true,
|
| 831 | + "float": 0.75, |
812 | 832 | "double": 1.5,
|
813 | 833 | "int32": 3,
|
814 | 834 | "int64": 4,
|
|
823 | 843 | "method": "checkQuery",
|
824 | 844 | "httpRequest": {
|
825 | 845 | "method": "GET",
|
826 |
| - "path": "/CHECKQUERY?string=pathCase&boolean=true&double=1.5&int32=3&int64=4&decimal=0.625&enum=yes&datetime=2001-02-03T04:05:06Z" |
| 846 | + "path": "/CHECKQUERY?string=pathCase&boolean=true&float=0.75&double=1.5&int32=3&int64=4&decimal=0.625&enum=yes&datetime=2001-02-03T04:05:06Z" |
827 | 847 | },
|
828 | 848 | "request": {
|
829 | 849 | "string": "pathCase",
|
830 | 850 | "boolean": true,
|
| 851 | + "float": 0.75, |
831 | 852 | "double": 1.5,
|
832 | 853 | "int32": 3,
|
833 | 854 | "int64": 4,
|
|
842 | 863 | "method": "checkQuery",
|
843 | 864 | "httpRequest": {
|
844 | 865 | "method": "GET",
|
845 |
| - "path": "/checkQuery?STRING=queryCase&boolean=true&double=1.5&int32=3&int64=4&decimal=0.625&enum=yes&datetime=2001-02-03T04:05:06Z" |
| 866 | + "path": "/checkQuery?STRING=queryCase&boolean=true&float=0.75&double=1.5&int32=3&int64=4&decimal=0.625&enum=yes&datetime=2001-02-03T04:05:06Z" |
846 | 867 | },
|
847 | 868 | "request": {
|
848 | 869 | "string": "queryCase",
|
849 | 870 | "boolean": true,
|
| 871 | + "float": 0.75, |
850 | 872 | "double": 1.5,
|
851 | 873 | "int32": 3,
|
852 | 874 | "int64": 4,
|
|
0 commit comments