Node
idinteger
namestring
slugstring
typestring
Unique node type identifier
descriptionstring
isVisibleboolean
flowTypeNodeFlowType (string)
Possible values: [training, processing, streaming]
isInputboolean
isOutputboolean
estimatedCostnumber
invalidInputsstring[]
schema object
inputobject
JSON Schema for node input
outputobject
JSON Schema for node output
tags object[]
Array [
idinteger
namestring
slugstring
isVerifiedboolean
parentIdinteger | nullnullable
]
createdAtstring<date-time>
updatedAtstring<date-time>
Node
{
"id": 0,
"name": "string",
"slug": "string",
"type": "string",
"description": "string",
"isVisible": true,
"flowType": "training",
"isInput": true,
"isOutput": true,
"estimatedCost": 0,
"invalidInputs": [
"string"
],
"schema": {
"input": {},
"output": {}
},
"tags": [
{
"id": 0,
"name": "string",
"slug": "string",
"isVerified": true,
"parentId": 0
}
],
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z"
}