@@ -14006,9 +14006,9 @@ components:
1400614006 description : The short name of the node
1400714007 progress :
1400814008 anyOf :
14009- - type : number
14010- maximum : 100.0
14011- minimum : 0.0
14009+ - type : integer
14010+ maximum : 100
14011+ minimum : 0
1401214012 - type : ' null'
1401314013 title : Progress
1401414014 description : the node progress value (deprecated in DB, still used for API
@@ -14089,13 +14089,15 @@ components:
1408914089 - type : ' null'
1409014090 title : Outputnodes
1409114091 description : Used in group-nodes. Node IDs of those connected to the output
14092+ deprecated : true
1409214093 parent :
1409314094 anyOf :
1409414095 - type : string
1409514096 format : uuid
1409614097 - type : ' null'
1409714098 title : Parent
1409814099 description : Parent's (group-nodes') node ID s. Used to group
14100+ deprecated : true
1409914101 position :
1410014102 anyOf :
1410114103 - $ref : ' #/components/schemas/Position'
@@ -14107,6 +14109,12 @@ components:
1410714109 - $ref : ' #/components/schemas/NodeState-Input'
1410814110 - type : ' null'
1410914111 description : The node's state object
14112+ required_resources :
14113+ anyOf :
14114+ - additionalProperties : true
14115+ type : object
14116+ - type : ' null'
14117+ title : Required Resources
1411014118 bootOptions :
1411114119 anyOf :
1411214120 - type : object
@@ -14141,9 +14149,9 @@ components:
1414114149 description : The short name of the node
1414214150 progress :
1414314151 anyOf :
14144- - type : number
14145- maximum : 100.0
14146- minimum : 0.0
14152+ - type : integer
14153+ maximum : 100
14154+ minimum : 0
1414714155 - type : ' null'
1414814156 title : Progress
1414914157 description : the node progress value (deprecated in DB, still used for API
@@ -14224,13 +14232,15 @@ components:
1422414232 - type : ' null'
1422514233 title : Outputnodes
1422614234 description : Used in group-nodes. Node IDs of those connected to the output
14235+ deprecated : true
1422714236 parent :
1422814237 anyOf :
1422914238 - type : string
1423014239 format : uuid
1423114240 - type : ' null'
1423214241 title : Parent
1423314242 description : Parent's (group-nodes') node ID s. Used to group
14243+ deprecated : true
1423414244 position :
1423514245 anyOf :
1423614246 - $ref : ' #/components/schemas/Position'
@@ -14242,6 +14252,12 @@ components:
1424214252 - $ref : ' #/components/schemas/NodeState-Output'
1424314253 - type : ' null'
1424414254 description : The node's state object
14255+ required_resources :
14256+ anyOf :
14257+ - additionalProperties : true
14258+ type : object
14259+ - type : ' null'
14260+ title : Required Resources
1424514261 bootOptions :
1424614262 anyOf :
1424714263 - type : object
@@ -15953,7 +15969,6 @@ components:
1595315969 - creationDate
1595415970 - lastChangeDate
1595515971 - trashedAt
15956- - trashedBy
1595715972 - tags
1595815973 - dev
1595915974 - workspaceId
@@ -16156,7 +16171,6 @@ components:
1615616171 - creationDate
1615716172 - lastChangeDate
1615816173 - trashedAt
16159- - trashedBy
1616016174 - tags
1616116175 - dev
1616216176 - workspaceId
0 commit comments