WorkflowNodeInputSchema

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

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