WorkflowNodeInputSchema

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

KEY TYPE Description
runtimeSchema None None
uiSchema dict The UI schema for the input, conformant to react-jsonschema-form specification.
schemaSource None None
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