Summary
Render JSON Schema (manual workflow task)
Description
This is a manual task, and can be called by a Workflow Builder job.
Route
/json-forms/task/RenderJsonSchema
Roles
admin
operator
Incoming
| name | type | info | examples |
|---|---|---|---|
| jsonSchema | object | Schema used to render the form. | [object Object] |
| uiSchema | object | Schema used to customize fields. | [object Object] |
| bindingSchema | object | Schema used to bind fields with payload of API calls | [object Object] |
| validationSchema | object | Schema used to validation fields with payload of API calls | [object Object] |
| formData | object | Default values for the JSON Form. | [object Object] |
Outgoing
| name |
|---|
| export |