Optional
type?: stringOptional
version?: numberVersion of the node type implementation.
Optional
name?: stringName of the node summarizing its purpose.
Optional
description?: stringDescription of what the node does.
Optional
config?: anyDefault node configuration.
Optional
concurrency?: numberHow many concurrent runs of this node are allowed in parallel.
Optional
onError?: "continue" | "stop"Behavior of the node when it encounters an error.
Optional
ui?: anyUI settings for this node.
Optional
inputSchema?: anyInput this node receives from previous nodes (calculated)
Optional
outputSchema?: anyOutput this node produces (calculated)
Optional
outputExample?: anyExample of the output node produces
Optional
links?: { key?: string; filter?: any; name?: string }[]Links to nodes that run after the current node.
Optional
isCustomized?: boolean
Type of the node this blueprint describes.