WorkflowNodeInputSchema

A schema conformant to react-jsonschema-form for workflow node input.

KEY TYPE Description
runtimeSchema None None
schemaSource None None
uiSchema dict The UI schema for the input, conformant to react-jsonschema-form specification.
jsonSchema dict The JSON schema for the input, conformant to react-jsonschema-form specification. Must define keys like "title", "type", and "properties". Supported elements include Checkbox, Radio Button, Dropdown, Textarea, Number, Date, and file upload. Nested elements, arrays, and other complex types are not supported.
schemaProp None None