|
382 | 382 | }, |
383 | 383 | { |
384 | 384 | "$ref": "#/components/schemas/Envelope_FileMetaDataGetv010_" |
| 385 | + }, |
| 386 | + { |
| 387 | + "$ref": "#/components/schemas/Envelope_dict_" |
385 | 388 | } |
386 | 389 | ], |
387 | 390 | "title": "Response Get File Metadata V0 Locations Location Id Files File Id Metadata Get" |
|
886 | 889 | "content": { |
887 | 890 | "application/json": { |
888 | 891 | "schema": { |
889 | | - "$ref": "#/components/schemas/FileUploadCompleteFutureResponse" |
| 892 | + "$ref": "#/components/schemas/Envelope_FileUploadCompleteFutureResponse_" |
890 | 893 | } |
891 | 894 | } |
892 | 895 | } |
|
958 | 961 | "content": { |
959 | 962 | "application/json": { |
960 | 963 | "schema": { |
961 | | - "$ref": "#/components/schemas/FileMetaDataGet" |
| 964 | + "$ref": "#/components/schemas/Envelope_FileMetaDataGet_" |
962 | 965 | } |
963 | 966 | } |
964 | 967 | } |
|
1027 | 1030 | ], |
1028 | 1031 | "summary": "Copy Folders From Project", |
1029 | 1032 | "operationId": "copy_folders_from_project_v0_simcore_s3_folders_post", |
| 1033 | + "parameters": [ |
| 1034 | + { |
| 1035 | + "name": "user_id", |
| 1036 | + "in": "query", |
| 1037 | + "required": true, |
| 1038 | + "schema": { |
| 1039 | + "type": "integer", |
| 1040 | + "exclusiveMinimum": true, |
| 1041 | + "title": "User Id", |
| 1042 | + "minimum": 0 |
| 1043 | + } |
| 1044 | + } |
| 1045 | + ], |
1030 | 1046 | "requestBody": { |
| 1047 | + "required": true, |
1031 | 1048 | "content": { |
1032 | 1049 | "application/json": { |
1033 | 1050 | "schema": { |
1034 | | - "$ref": "#/components/schemas/Body_copy_folders_from_project_v0_simcore_s3_folders_post" |
| 1051 | + "$ref": "#/components/schemas/FoldersBody" |
1035 | 1052 | } |
1036 | 1053 | } |
1037 | | - }, |
1038 | | - "required": true |
| 1054 | + } |
1039 | 1055 | }, |
1040 | 1056 | "responses": { |
1041 | 1057 | "202": { |
|
1304 | 1320 | ], |
1305 | 1321 | "title": "AppStatusCheck" |
1306 | 1322 | }, |
1307 | | - "Body_copy_folders_from_project_v0_simcore_s3_folders_post": { |
1308 | | - "properties": { |
1309 | | - "query_params": { |
1310 | | - "$ref": "#/components/schemas/StorageQueryParamsBase" |
1311 | | - }, |
1312 | | - "body": { |
1313 | | - "$ref": "#/components/schemas/FoldersBody" |
1314 | | - } |
1315 | | - }, |
1316 | | - "type": "object", |
1317 | | - "required": [ |
1318 | | - "query_params", |
1319 | | - "body" |
1320 | | - ], |
1321 | | - "title": "Body_copy_folders_from_project_v0_simcore_s3_folders_post" |
1322 | | - }, |
1323 | 1323 | "DatasetMetaDataGet": { |
1324 | 1324 | "properties": { |
1325 | 1325 | "dataset_id": { |
|
1448 | 1448 | "type": "object", |
1449 | 1449 | "title": "Envelope[FileMetaDataGetv010]" |
1450 | 1450 | }, |
| 1451 | + "Envelope_FileUploadCompleteFutureResponse_": { |
| 1452 | + "properties": { |
| 1453 | + "data": { |
| 1454 | + "anyOf": [ |
| 1455 | + { |
| 1456 | + "$ref": "#/components/schemas/FileUploadCompleteFutureResponse" |
| 1457 | + }, |
| 1458 | + { |
| 1459 | + "type": "null" |
| 1460 | + } |
| 1461 | + ] |
| 1462 | + }, |
| 1463 | + "error": { |
| 1464 | + "anyOf": [ |
| 1465 | + {}, |
| 1466 | + { |
| 1467 | + "type": "null" |
| 1468 | + } |
| 1469 | + ], |
| 1470 | + "title": "Error" |
| 1471 | + } |
| 1472 | + }, |
| 1473 | + "type": "object", |
| 1474 | + "title": "Envelope[FileUploadCompleteFutureResponse]" |
| 1475 | + }, |
1451 | 1476 | "Envelope_FileUploadCompleteResponse_": { |
1452 | 1477 | "properties": { |
1453 | 1478 | "data": { |
|
1598 | 1623 | "type": "object", |
1599 | 1624 | "title": "Envelope[TaskGet]" |
1600 | 1625 | }, |
| 1626 | + "Envelope_dict_": { |
| 1627 | + "properties": { |
| 1628 | + "data": { |
| 1629 | + "anyOf": [ |
| 1630 | + { |
| 1631 | + "type": "object" |
| 1632 | + }, |
| 1633 | + { |
| 1634 | + "type": "null" |
| 1635 | + } |
| 1636 | + ], |
| 1637 | + "title": "Data" |
| 1638 | + }, |
| 1639 | + "error": { |
| 1640 | + "anyOf": [ |
| 1641 | + {}, |
| 1642 | + { |
| 1643 | + "type": "null" |
| 1644 | + } |
| 1645 | + ], |
| 1646 | + "title": "Error" |
| 1647 | + } |
| 1648 | + }, |
| 1649 | + "type": "object", |
| 1650 | + "title": "Envelope[dict]" |
| 1651 | + }, |
1601 | 1652 | "Envelope_list_DatasetMetaDataGet__": { |
1602 | 1653 | "properties": { |
1603 | 1654 | "data": { |
|
2269 | 2320 | ], |
2270 | 2321 | "title": "SoftCopyBody" |
2271 | 2322 | }, |
2272 | | - "StorageQueryParamsBase": { |
2273 | | - "properties": { |
2274 | | - "user_id": { |
2275 | | - "type": "integer", |
2276 | | - "exclusiveMinimum": true, |
2277 | | - "title": "User Id", |
2278 | | - "minimum": 0 |
2279 | | - } |
2280 | | - }, |
2281 | | - "additionalProperties": false, |
2282 | | - "type": "object", |
2283 | | - "required": [ |
2284 | | - "user_id" |
2285 | | - ], |
2286 | | - "title": "StorageQueryParamsBase" |
2287 | | - }, |
2288 | 2323 | "TaskGet": { |
2289 | 2324 | "properties": { |
2290 | 2325 | "task_id": { |
|
0 commit comments