You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"id"->Json.obj("type"->"string", "description"->"id of the node (optional). for debug purposes only"),
200
+
"description"->Json.obj("type"->"string", "description"->"The description of what this node does in the workflow (optional). for debug purposes only"),
201
+
"kind"->Json.obj("type"->"string", "description"->"The kind of the node"),
202
+
"enabled"->Json.obj("type"->"boolean", "description"->"Is the node enabled (optional)"),
203
+
"result"->Json.obj("type"->"string", "description"->"The name of the memory that will be assigned with the result of this node (optional)"),
204
+
"returned"->Json.obj("type"->"string", "description"->"Overrides the output of the node with the result of an operator (optional)"),
0 commit comments