Optionaltype?: stringOptionalversion?: numberVersion of the node type implementation.
Optionalname?: stringName of the node summarizing its purpose.
Optionaldescription?: stringDescription of what the node does.
Optionalconfig?: anyDefault node configuration.
Optionalconcurrency?: numberHow many concurrent runs of this node are allowed in parallel.
OptionalonError?: "continue" | "stop"Behavior of the node when it encounters an error.
Optionalui?: anyUI settings for this node.
OptionalinputSchema?: anyInput this node receives from previous nodes (calculated)
OptionaloutputSchema?: anyOutput this node produces (calculated)
OptionaloutputExample?: anyExample of the output node produces
Optionallinks?: { key?: string; filter?: any; name?: string }[]Links to nodes that run after the current node.
OptionalisCustomized?: boolean
Type of the node this blueprint describes.