@@ -13888,9 +13888,9 @@ components:
1388813888 description : The short name of the node
1388913889 progress :
1389013890 anyOf :
13891- - type : number
13892- maximum : 100.0
13893- minimum : 0.0
13891+ - type : integer
13892+ maximum : 100
13893+ minimum : 0
1389413894 - type : ' null'
1389513895 title : Progress
1389613896 description : the node progress value (deprecated in DB, still used for API
@@ -13971,13 +13971,15 @@ components:
1397113971 - type : ' null'
1397213972 title : Outputnodes
1397313973 description : Used in group-nodes. Node IDs of those connected to the output
13974+ deprecated : true
1397413975 parent :
1397513976 anyOf :
1397613977 - type : string
1397713978 format : uuid
1397813979 - type : ' null'
1397913980 title : Parent
1398013981 description : Parent's (group-nodes') node ID s. Used to group
13982+ deprecated : true
1398113983 position :
1398213984 anyOf :
1398313985 - $ref : ' #/components/schemas/Position'
@@ -13989,6 +13991,12 @@ components:
1398913991 - $ref : ' #/components/schemas/NodeState-Input'
1399013992 - type : ' null'
1399113993 description : The node's state object
13994+ required_resources :
13995+ anyOf :
13996+ - additionalProperties : true
13997+ type : object
13998+ - type : ' null'
13999+ title : Required Resources
1399214000 bootOptions :
1399314001 anyOf :
1399414002 - type : object
@@ -14023,9 +14031,9 @@ components:
1402314031 description : The short name of the node
1402414032 progress :
1402514033 anyOf :
14026- - type : number
14027- maximum : 100.0
14028- minimum : 0.0
14034+ - type : integer
14035+ maximum : 100
14036+ minimum : 0
1402914037 - type : ' null'
1403014038 title : Progress
1403114039 description : the node progress value (deprecated in DB, still used for API
@@ -14106,13 +14114,15 @@ components:
1410614114 - type : ' null'
1410714115 title : Outputnodes
1410814116 description : Used in group-nodes. Node IDs of those connected to the output
14117+ deprecated : true
1410914118 parent :
1411014119 anyOf :
1411114120 - type : string
1411214121 format : uuid
1411314122 - type : ' null'
1411414123 title : Parent
1411514124 description : Parent's (group-nodes') node ID s. Used to group
14125+ deprecated : true
1411614126 position :
1411714127 anyOf :
1411814128 - $ref : ' #/components/schemas/Position'
@@ -14124,6 +14134,12 @@ components:
1412414134 - $ref : ' #/components/schemas/NodeState-Output'
1412514135 - type : ' null'
1412614136 description : The node's state object
14137+ required_resources :
14138+ anyOf :
14139+ - additionalProperties : true
14140+ type : object
14141+ - type : ' null'
14142+ title : Required Resources
1412714143 bootOptions :
1412814144 anyOf :
1412914145 - type : object
@@ -15863,7 +15879,6 @@ components:
1586315879 - creationDate
1586415880 - lastChangeDate
1586515881 - trashedAt
15866- - trashedBy
1586715882 - tags
1586815883 - dev
1586915884 - workspaceId
@@ -16066,7 +16081,6 @@ components:
1606616081 - creationDate
1606716082 - lastChangeDate
1606816083 - trashedAt
16069- - trashedBy
1607016084 - tags
1607116085 - dev
1607216086 - workspaceId
0 commit comments