|
3 | 3 | "info": { |
4 | 4 | "title": "osparc.io public API", |
5 | 5 | "description": "osparc-simcore public API specifications", |
6 | | - "version": "0.8.0" |
| 6 | + "version": "0.9.0" |
7 | 7 | }, |
8 | 8 | "paths": { |
9 | 9 | "/v0/meta": { |
|
5286 | 5286 | "function_jobs" |
5287 | 5287 | ], |
5288 | 5288 | "summary": "List Function Jobs", |
5289 | | - "description": "List function jobs\n\nNew in *version 0.8.0*", |
| 5289 | + "description": "List function jobs\n\nNew in *version 0.8.0*\n\nAdded in *version 0.9.0*: add `created_at` field in the registered function-related objects", |
5290 | 5290 | "operationId": "list_function_jobs", |
5291 | 5291 | "security": [ |
5292 | 5292 | { |
|
5346 | 5346 | "function_jobs" |
5347 | 5347 | ], |
5348 | 5348 | "summary": "Register Function Job", |
5349 | | - "description": "Create function job\n\nNew in *version 0.8.0*", |
| 5349 | + "description": "Create function job\n\nNew in *version 0.8.0*\n\nAdded in *version 0.9.0*: add `created_at` field in the registered function-related objects", |
5350 | 5350 | "operationId": "register_function_job", |
5351 | 5351 | "security": [ |
5352 | 5352 | { |
|
5431 | 5431 | "function_jobs" |
5432 | 5432 | ], |
5433 | 5433 | "summary": "Get Function Job", |
5434 | | - "description": "Get function job\n\nNew in *version 0.8.0*", |
| 5434 | + "description": "Get function job\n\nNew in *version 0.8.0*\n\nAdded in *version 0.9.0*: add `created_at` field in the registered function-related objects", |
5435 | 5435 | "operationId": "get_function_job", |
5436 | 5436 | "security": [ |
5437 | 5437 | { |
|
6810 | 6810 | "functions" |
6811 | 6811 | ], |
6812 | 6812 | "summary": "Register Function", |
6813 | | - "description": "Create function\n\nNew in *version 0.8.0*", |
| 6813 | + "description": "Create function\n\nNew in *version 0.8.0*\n\nAdded in *version 0.9.0*: add `created_at` field in the registered function-related objects", |
6814 | 6814 | "operationId": "register_function", |
6815 | 6815 | "security": [ |
6816 | 6816 | { |
|
6903 | 6903 | "functions" |
6904 | 6904 | ], |
6905 | 6905 | "summary": "List Functions", |
6906 | | - "description": "List functions\n\nNew in *version 0.8.0*", |
| 6906 | + "description": "List functions\n\nNew in *version 0.8.0*\n\nAdded in *version 0.9.0*: add `created_at` field in the registered function-related objects", |
6907 | 6907 | "operationId": "list_functions", |
6908 | 6908 | "security": [ |
6909 | 6909 | { |
|
6965 | 6965 | "functions" |
6966 | 6966 | ], |
6967 | 6967 | "summary": "Get Function", |
6968 | | - "description": "Get function\n\nNew in *version 0.8.0*", |
| 6968 | + "description": "Get function\n\nNew in *version 0.8.0*\n\nAdded in *version 0.9.0*: add `created_at` field in the registered function-related objects", |
6969 | 6969 | "operationId": "get_function", |
6970 | 6970 | "security": [ |
6971 | 6971 | { |
|
7098 | 7098 | "functions" |
7099 | 7099 | ], |
7100 | 7100 | "summary": "List Function Jobs For Functionid", |
7101 | | - "description": "List function jobs for a function\n\nNew in *version 0.8.0*", |
| 7101 | + "description": "List function jobs for a function\n\nNew in *version 0.8.0*\n\nAdded in *version 0.9.0*: add `created_at` field in the registered function-related objects", |
7102 | 7102 | "operationId": "list_function_jobs_for_functionid", |
7103 | 7103 | "security": [ |
7104 | 7104 | { |
|
7170 | 7170 | "functions" |
7171 | 7171 | ], |
7172 | 7172 | "summary": "Update Function Title", |
7173 | | - "description": "Update function\n\nNew in *version 0.8.0*", |
| 7173 | + "description": "Update function\n\nNew in *version 0.8.0*\n\nAdded in *version 0.9.0*: add `created_at` field in the registered function-related objects", |
7174 | 7174 | "operationId": "update_function_title", |
7175 | 7175 | "security": [ |
7176 | 7176 | { |
|
7257 | 7257 | "functions" |
7258 | 7258 | ], |
7259 | 7259 | "summary": "Update Function Description", |
7260 | | - "description": "Update function\n\nNew in *version 0.8.0*", |
| 7260 | + "description": "Update function\n\nNew in *version 0.8.0*\n\nAdded in *version 0.9.0*: add `created_at` field in the registered function-related objects", |
7261 | 7261 | "operationId": "update_function_description", |
7262 | 7262 | "security": [ |
7263 | 7263 | { |
|
7568 | 7568 | "functions" |
7569 | 7569 | ], |
7570 | 7570 | "summary": "Run Function", |
7571 | | - "description": "Run function\n\nNew in *version 0.8.0*", |
| 7571 | + "description": "Run function\n\nNew in *version 0.8.0*\n\nAdded in *version 0.9.0*: add `created_at` field in the registered function-related objects", |
7572 | 7572 | "operationId": "run_function", |
7573 | 7573 | "security": [ |
7574 | 7574 | { |
|
7664 | 7664 | "functions" |
7665 | 7665 | ], |
7666 | 7666 | "summary": "Map Function", |
7667 | | - "description": "Map function over input parameters\n\nNew in *version 0.8.0*", |
| 7667 | + "description": "Map function over input parameters\n\nNew in *version 0.8.0*\n\nAdded in *version 0.9.0*: add `created_at` field in the registered function-related objects", |
7668 | 7668 | "operationId": "map_function", |
7669 | 7669 | "security": [ |
7670 | 7670 | { |
@@ -10094,11 +10094,17 @@ |
10094 | 10094 | "type": "string", |
10095 | 10095 | "format": "uuid", |
10096 | 10096 | "title": "Uid" |
| 10097 | + }, |
| 10098 | + "created_at": { |
| 10099 | + "type": "string", |
| 10100 | + "format": "date-time", |
| 10101 | + "title": "Created At" |
10097 | 10102 | } |
10098 | 10103 | }, |
10099 | 10104 | "type": "object", |
10100 | 10105 | "required": [ |
10101 | | - "uid" |
| 10106 | + "uid", |
| 10107 | + "created_at" |
10102 | 10108 | ], |
10103 | 10109 | "title": "RegisteredFunctionJobCollection" |
10104 | 10110 | }, |
|
10164 | 10170 | "format": "uuid", |
10165 | 10171 | "title": "Uid" |
10166 | 10172 | }, |
| 10173 | + "created_at": { |
| 10174 | + "type": "string", |
| 10175 | + "format": "date-time", |
| 10176 | + "title": "Created At" |
| 10177 | + }, |
10167 | 10178 | "project_id": { |
10168 | 10179 | "type": "string", |
10169 | 10180 | "format": "uuid", |
|
10176 | 10187 | "output_schema", |
10177 | 10188 | "default_inputs", |
10178 | 10189 | "uid", |
| 10190 | + "created_at", |
10179 | 10191 | "project_id" |
10180 | 10192 | ], |
10181 | 10193 | "title": "RegisteredProjectFunction" |
|
10230 | 10242 | "format": "uuid", |
10231 | 10243 | "title": "Uid" |
10232 | 10244 | }, |
| 10245 | + "created_at": { |
| 10246 | + "type": "string", |
| 10247 | + "format": "date-time", |
| 10248 | + "title": "Created At" |
| 10249 | + }, |
10233 | 10250 | "project_job_id": { |
10234 | 10251 | "type": "string", |
10235 | 10252 | "format": "uuid", |
|
10242 | 10259 | "inputs", |
10243 | 10260 | "outputs", |
10244 | 10261 | "uid", |
| 10262 | + "created_at", |
10245 | 10263 | "project_job_id" |
10246 | 10264 | ], |
10247 | 10265 | "title": "RegisteredProjectFunctionJob" |
|
10308 | 10326 | "format": "uuid", |
10309 | 10327 | "title": "Uid" |
10310 | 10328 | }, |
| 10329 | + "created_at": { |
| 10330 | + "type": "string", |
| 10331 | + "format": "date-time", |
| 10332 | + "title": "Created At" |
| 10333 | + }, |
10311 | 10334 | "code_url": { |
10312 | 10335 | "type": "string", |
10313 | 10336 | "title": "Code Url" |
|
10319 | 10342 | "output_schema", |
10320 | 10343 | "default_inputs", |
10321 | 10344 | "uid", |
| 10345 | + "created_at", |
10322 | 10346 | "code_url" |
10323 | 10347 | ], |
10324 | 10348 | "title": "RegisteredPythonCodeFunction" |
@@ -10372,14 +10396,20 @@ |
10372 | 10396 | "type": "string", |
10373 | 10397 | "format": "uuid", |
10374 | 10398 | "title": "Uid" |
| 10399 | + }, |
| 10400 | + "created_at": { |
| 10401 | + "type": "string", |
| 10402 | + "format": "date-time", |
| 10403 | + "title": "Created At" |
10375 | 10404 | } |
10376 | 10405 | }, |
10377 | 10406 | "type": "object", |
10378 | 10407 | "required": [ |
10379 | 10408 | "function_uid", |
10380 | 10409 | "inputs", |
10381 | 10410 | "outputs", |
10382 | | - "uid" |
| 10411 | + "uid", |
| 10412 | + "created_at" |
10383 | 10413 | ], |
10384 | 10414 | "title": "RegisteredPythonCodeFunctionJob" |
10385 | 10415 | }, |
|
10445 | 10475 | "format": "uuid", |
10446 | 10476 | "title": "Uid" |
10447 | 10477 | }, |
| 10478 | + "created_at": { |
| 10479 | + "type": "string", |
| 10480 | + "format": "date-time", |
| 10481 | + "title": "Created At" |
| 10482 | + }, |
10448 | 10483 | "solver_key": { |
10449 | 10484 | "type": "string", |
10450 | 10485 | "pattern": "^simcore/services/((comp|dynamic|frontend))/([a-z0-9][a-z0-9_.-]*/)*([a-z0-9-_]+[a-z0-9])$", |
|
10462 | 10497 | "output_schema", |
10463 | 10498 | "default_inputs", |
10464 | 10499 | "uid", |
| 10500 | + "created_at", |
10465 | 10501 | "solver_key", |
10466 | 10502 | "solver_version" |
10467 | 10503 | ], |
|
10517 | 10553 | "format": "uuid", |
10518 | 10554 | "title": "Uid" |
10519 | 10555 | }, |
| 10556 | + "created_at": { |
| 10557 | + "type": "string", |
| 10558 | + "format": "date-time", |
| 10559 | + "title": "Created At" |
| 10560 | + }, |
10520 | 10561 | "solver_job_id": { |
10521 | 10562 | "type": "string", |
10522 | 10563 | "format": "uuid", |
|
10529 | 10570 | "inputs", |
10530 | 10571 | "outputs", |
10531 | 10572 | "uid", |
| 10573 | + "created_at", |
10532 | 10574 | "solver_job_id" |
10533 | 10575 | ], |
10534 | 10576 | "title": "RegisteredSolverFunctionJob" |
|
0 commit comments