WorkflowNodeInputSchema

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

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