File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed
services/web/server/src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -14006,9 +14006,9 @@ components:
1400614006 description : The short name of the node
1400714007 progress :
1400814008 anyOf :
14009- - type : integer
14010- maximum : 100
14011- minimum : 0
14009+ - type : number
14010+ maximum : 100.0
14011+ minimum : 0.0
1401214012 - type : ' null'
1401314013 title : Progress
1401414014 description : the node progress value
@@ -14109,6 +14109,12 @@ components:
1410914109 - $ref : ' #/components/schemas/NodeState-Input'
1411014110 - type : ' null'
1411114111 description : The node's state object
14112+ required_resources :
14113+ anyOf :
14114+ - additionalProperties : true
14115+ type : object
14116+ - type : ' null'
14117+ title : Required Resources
1411214118 bootOptions :
1411314119 anyOf :
1411414120 - type : object
@@ -14143,9 +14149,9 @@ components:
1414314149 description : The short name of the node
1414414150 progress :
1414514151 anyOf :
14146- - type : integer
14147- maximum : 100
14148- minimum : 0
14152+ - type : number
14153+ maximum : 100.0
14154+ minimum : 0.0
1414914155 - type : ' null'
1415014156 title : Progress
1415114157 description : the node progress value
@@ -14246,6 +14252,12 @@ components:
1424614252 - $ref : ' #/components/schemas/NodeState-Output'
1424714253 - type : ' null'
1424814254 description : The node's state object
14255+ required_resources :
14256+ anyOf :
14257+ - additionalProperties : true
14258+ type : object
14259+ - type : ' null'
14260+ title : Required Resources
1424914261 bootOptions :
1425014262 anyOf :
1425114263 - type : object
You can’t perform that action at this time.
0 commit comments