-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
enhancementNew feature requestNew feature request
Description
Is your feature request related to a problem? Please describe.
Tools with complex object input schemas can be difficult to work with because we're only given a <textarea/> in the UI.
Describe the solution you'd like
Provide a JSON editor component, rather than a textarea for object inputs. This component could be pre-populated with the fields of the input schema.
Describe alternatives you've considered
- Alternatively, object properties could be expanded into multiple inputs up to a reasonable depth.
- At the very least, the textarea could have a default value that provides the JSON structure required by the schema.
Metadata
Metadata
Assignees
Labels
enhancementNew feature requestNew feature request