|
3 | 3 | "info": { |
4 | 4 | "title": "Redis Data Integration API", |
5 | 5 | "description": "API for Redis Data Integration services", |
6 | | - "version": "1.6.3" |
| 6 | + "version": "1.6.4" |
7 | 7 | }, |
8 | 8 | "paths": { |
9 | 9 | "/": { |
|
221 | 221 | "content": { |
222 | 222 | "application/json": { |
223 | 223 | "schema": { |
| 224 | + "additionalProperties": true, |
224 | 225 | "type": "object", |
225 | 226 | "title": "Response Protected Route Api V1 Me Get" |
226 | 227 | } |
|
257 | 258 | "content": { |
258 | 259 | "application/json": { |
259 | 260 | "schema": { |
| 261 | + "additionalProperties": true, |
260 | 262 | "type": "object", |
261 | 263 | "title": "Body", |
262 | 264 | "examples": [ |
|
346 | 348 | "application/json": { |
347 | 349 | "schema": { |
348 | 350 | "type": "object", |
| 351 | + "additionalProperties": true, |
349 | 352 | "examples": [ |
350 | 353 | { |
351 | 354 | "type": "cdc", |
|
428 | 431 | "application/json": { |
429 | 432 | "schema": { |
430 | 433 | "type": "object", |
| 434 | + "additionalProperties": true, |
431 | 435 | "examples": [ |
432 | 436 | { |
433 | 437 | "active": true, |
|
550 | 554 | "content": { |
551 | 555 | "application/json": { |
552 | 556 | "schema": { |
| 557 | + "additionalProperties": true, |
553 | 558 | "type": "object", |
554 | 559 | "title": "Body", |
555 | 560 | "examples": [ |
|
634 | 639 | "application/json": { |
635 | 640 | "schema": { |
636 | 641 | "type": "object", |
| 642 | + "additionalProperties": true, |
637 | 643 | "examples": [ |
638 | 644 | { |
639 | 645 | "connection": { |
|
711 | 717 | "application/json": { |
712 | 718 | "schema": { |
713 | 719 | "type": "object", |
| 720 | + "additionalProperties": true, |
714 | 721 | "examples": [{ "connection": { "port": 12001 } }], |
715 | 722 | "title": "Body" |
716 | 723 | } |
|
839 | 846 | "application/json": { |
840 | 847 | "schema": { |
841 | 848 | "type": "object", |
| 849 | + "additionalProperties": true, |
842 | 850 | "examples": [ |
843 | 851 | { |
844 | 852 | "type": "vault", |
|
924 | 932 | "application/json": { |
925 | 933 | "schema": { |
926 | 934 | "type": "object", |
| 935 | + "additionalProperties": true, |
927 | 936 | "examples": [{ "type": "aws" }], |
928 | 937 | "title": "Body" |
929 | 938 | } |
|
1041 | 1050 | "content": { |
1042 | 1051 | "application/json": { |
1043 | 1052 | "schema": { |
| 1053 | + "additionalProperties": true, |
1044 | 1054 | "type": "object", |
1045 | 1055 | "title": "Body", |
1046 | 1056 | "examples": [ |
|
1119 | 1129 | "content": { |
1120 | 1130 | "application/json": { |
1121 | 1131 | "schema": { |
| 1132 | + "additionalProperties": true, |
1122 | 1133 | "type": "object", |
1123 | 1134 | "title": "Body", |
1124 | 1135 | "examples": [ |
|
1190 | 1201 | "content": { |
1191 | 1202 | "application/json": { |
1192 | 1203 | "schema": { |
| 1204 | + "additionalProperties": true, |
1193 | 1205 | "type": "object", |
1194 | 1206 | "title": "Body", |
1195 | 1207 | "examples": [ |
|
1543 | 1555 | "content": { |
1544 | 1556 | "application/json": { |
1545 | 1557 | "schema": { |
| 1558 | + "additionalProperties": true, |
1546 | 1559 | "type": "object", |
1547 | 1560 | "title": "Response Retrieve Pipelines Api V1 Pipelines Get" |
1548 | 1561 | } |
|
1577 | 1590 | "content": { |
1578 | 1591 | "application/json": { |
1579 | 1592 | "schema": { |
| 1593 | + "additionalProperties": true, |
1580 | 1594 | "type": "object", |
1581 | 1595 | "title": "Body", |
1582 | 1596 | "examples": [ |
|
2009 | 2023 | "content": { |
2010 | 2024 | "application/json": { |
2011 | 2025 | "schema": { |
| 2026 | + "additionalProperties": true, |
2012 | 2027 | "type": "object", |
2013 | 2028 | "title": "Response Pipelines Config Schemas Api V1 Pipelines Config Schemas Get" |
2014 | 2029 | } |
|
2047 | 2062 | "content": { |
2048 | 2063 | "application/json": { |
2049 | 2064 | "schema": { |
| 2065 | + "additionalProperties": true, |
2050 | 2066 | "type": "object", |
2051 | 2067 | "title": "Response Pipelines Jobs Schemas Api V1 Pipelines Jobs Schemas Get" |
2052 | 2068 | } |
|
2082 | 2098 | "requestBody": { |
2083 | 2099 | "content": { |
2084 | 2100 | "application/json": { |
2085 | | - "schema": { "type": "object", "title": "Body" }, |
| 2101 | + "schema": { |
| 2102 | + "additionalProperties": true, |
| 2103 | + "type": "object", |
| 2104 | + "title": "Body" |
| 2105 | + }, |
2086 | 2106 | "examples": { |
2087 | 2107 | "multi_update": { |
2088 | 2108 | "summary": "Update multiple processor properties", |
|
2870 | 2890 | "title": "Job settings to dry run with." |
2871 | 2891 | }, |
2872 | 2892 | "input_data": { |
2873 | | - "items": { "type": "object" }, |
| 2893 | + "items": { "additionalProperties": true, "type": "object" }, |
2874 | 2894 | "type": "array", |
2875 | 2895 | "title": "Input Data", |
2876 | 2896 | "examples": [ |
|
2888 | 2908 | "JobDryRunSuccessResponse": { |
2889 | 2909 | "properties": { |
2890 | 2910 | "transformation": { |
2891 | | - "items": { "type": "object" }, |
| 2911 | + "items": { "additionalProperties": true, "type": "object" }, |
2892 | 2912 | "type": "array", |
2893 | 2913 | "title": "Transformation", |
2894 | 2914 | "examples": [ |
|
3351 | 3371 | "type": "object", |
3352 | 3372 | "title": "Clients" |
3353 | 3373 | }, |
3354 | | - "offsets": { "type": "object", "title": "Offsets" }, |
| 3374 | + "offsets": { |
| 3375 | + "additionalProperties": true, |
| 3376 | + "type": "object", |
| 3377 | + "title": "Offsets" |
| 3378 | + }, |
3355 | 3379 | "snapshot_status": { |
3356 | 3380 | "$ref": "#/components/schemas/SnapshotStatus", |
3357 | 3381 | "examples": ["running"] |
|
3393 | 3417 | "title": "Cdc Ready", |
3394 | 3418 | "examples": [true] |
3395 | 3419 | }, |
3396 | | - "columns": { "type": "object", "title": "Columns" } |
| 3420 | + "columns": { |
| 3421 | + "additionalProperties": true, |
| 3422 | + "type": "object", |
| 3423 | + "title": "Columns" |
| 3424 | + } |
3397 | 3425 | }, |
3398 | 3426 | "type": "object", |
3399 | 3427 | "required": ["cdc_ready", "columns"], |
|
3543 | 3571 | "examples": ["hash"] |
3544 | 3572 | }, |
3545 | 3573 | "args": { |
3546 | | - "anyOf": [{ "type": "object" }, { "type": "null" }], |
| 3574 | + "anyOf": [ |
| 3575 | + { "additionalProperties": true, "type": "object" }, |
| 3576 | + { "type": "null" } |
| 3577 | + ], |
3547 | 3578 | "title": "Args", |
3548 | 3579 | "examples": [{ "member": "value" }] |
3549 | 3580 | }, |
|
0 commit comments