File tree Expand file tree Collapse file tree 2 files changed +54
-2
lines changed
web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 2 files changed +54
-2
lines changed Original file line number Diff line number Diff line change @@ -10093,11 +10093,17 @@
1009310093 "type" : " string" ,
1009410094 "format" : " uuid" ,
1009510095 "title" : " Uid"
10096+ },
10097+ "created_at" : {
10098+ "type" : " string" ,
10099+ "format" : " date-time" ,
10100+ "title" : " Created At"
1009610101 }
1009710102 },
1009810103 "type" : " object" ,
1009910104 "required" : [
10100- " uid"
10105+ " uid" ,
10106+ " created_at"
1010110107 ],
1010210108 "title" : " RegisteredFunctionJobCollection"
1010310109 },
1016310169 "format" : " uuid" ,
1016410170 "title" : " Uid"
1016510171 },
10172+ "created_at" : {
10173+ "type" : " string" ,
10174+ "format" : " date-time" ,
10175+ "title" : " Created At"
10176+ },
1016610177 "project_id" : {
1016710178 "type" : " string" ,
1016810179 "format" : " uuid" ,
1017510186 " output_schema" ,
1017610187 " default_inputs" ,
1017710188 " uid" ,
10189+ " created_at" ,
1017810190 " project_id"
1017910191 ],
1018010192 "title" : " RegisteredProjectFunction"
1022910241 "format" : " uuid" ,
1023010242 "title" : " Uid"
1023110243 },
10244+ "created_at" : {
10245+ "type" : " string" ,
10246+ "format" : " date-time" ,
10247+ "title" : " Created At"
10248+ },
1023210249 "project_job_id" : {
1023310250 "type" : " string" ,
1023410251 "format" : " uuid" ,
1024110258 " inputs" ,
1024210259 " outputs" ,
1024310260 " uid" ,
10261+ " created_at" ,
1024410262 " project_job_id"
1024510263 ],
1024610264 "title" : " RegisteredProjectFunctionJob"
1030710325 "format" : " uuid" ,
1030810326 "title" : " Uid"
1030910327 },
10328+ "created_at" : {
10329+ "type" : " string" ,
10330+ "format" : " date-time" ,
10331+ "title" : " Created At"
10332+ },
1031010333 "code_url" : {
1031110334 "type" : " string" ,
1031210335 "title" : " Code Url"
1031810341 " output_schema" ,
1031910342 " default_inputs" ,
1032010343 " uid" ,
10344+ " created_at" ,
1032110345 " code_url"
1032210346 ],
1032310347 "title" : " RegisteredPythonCodeFunction"
@@ -10371,14 +10395,20 @@
1037110395 "type" : " string" ,
1037210396 "format" : " uuid" ,
1037310397 "title" : " Uid"
10398+ },
10399+ "created_at" : {
10400+ "type" : " string" ,
10401+ "format" : " date-time" ,
10402+ "title" : " Created At"
1037410403 }
1037510404 },
1037610405 "type" : " object" ,
1037710406 "required" : [
1037810407 " function_uid" ,
1037910408 " inputs" ,
1038010409 " outputs" ,
10381- " uid"
10410+ " uid" ,
10411+ " created_at"
1038210412 ],
1038310413 "title" : " RegisteredPythonCodeFunctionJob"
1038410414 },
1044410474 "format" : " uuid" ,
1044510475 "title" : " Uid"
1044610476 },
10477+ "created_at" : {
10478+ "type" : " string" ,
10479+ "format" : " date-time" ,
10480+ "title" : " Created At"
10481+ },
1044710482 "solver_key" : {
1044810483 "type" : " string" ,
1044910484 "pattern" : " ^simcore/services/((comp|dynamic|frontend))/([a-z0-9][a-z0-9_.-]*/)*([a-z0-9-_]+[a-z0-9])$" ,
1046110496 " output_schema" ,
1046210497 " default_inputs" ,
1046310498 " uid" ,
10499+ " created_at" ,
1046410500 " solver_key" ,
1046510501 " solver_version"
1046610502 ],
1051610552 "format" : " uuid" ,
1051710553 "title" : " Uid"
1051810554 },
10555+ "created_at" : {
10556+ "type" : " string" ,
10557+ "format" : " date-time" ,
10558+ "title" : " Created At"
10559+ },
1051910560 "solver_job_id" : {
1052010561 "type" : " string" ,
1052110562 "format" : " uuid" ,
1052810569 " inputs" ,
1052910570 " outputs" ,
1053010571 " uid" ,
10572+ " created_at" ,
1053110573 " solver_job_id"
1053210574 ],
1053310575 "title" : " RegisteredSolverFunctionJob"
Original file line number Diff line number Diff line change @@ -15462,6 +15462,10 @@ components:
1546215462 type : string
1546315463 format : uuid
1546415464 title : Uid
15465+ createdAt :
15466+ type : string
15467+ format : date-time
15468+ title : Createdat
1546515469 projectId :
1546615470 type : string
1546715471 format : uuid
@@ -15472,6 +15476,7 @@ components:
1547215476 - outputSchema
1547315477 - defaultInputs
1547415478 - uid
15479+ - createdAt
1547515480 - projectId
1547615481 title : RegisteredProjectFunctionGet
1547715482 RegisteredSolverFunctionGet :
@@ -15514,6 +15519,10 @@ components:
1551415519 type : string
1551515520 format : uuid
1551615521 title : Uid
15522+ createdAt :
15523+ type : string
15524+ format : date-time
15525+ title : Createdat
1551715526 solverKey :
1551815527 type : string
1551915528 pattern : ^simcore/services/((comp|dynamic|frontend))/([a-z0-9][a-z0-9_.-]*/)*([a-z0-9-_]+[a-z0-9])$
@@ -15528,6 +15537,7 @@ components:
1552815537 - outputSchema
1552915538 - defaultInputs
1553015539 - uid
15540+ - createdAt
1553115541 - solverKey
1553215542 - solverVersion
1553315543 title : RegisteredSolverFunctionGet
You can’t perform that action at this time.
0 commit comments