Default rendering

Hi @chad-johnson(chad-johnson), you might want to look into the jsonforms-editor which is a visual editor for ui schemas. It’s a drag-and-drop editor for exisiting JSON Schemas (which can still be edited textually). It can be extended without much effort to also allow visual editing of JSON Schemas.

The editor could also just offer format options in the properties view to allow customizing the used renderers, e.g. a toggle checkbox for boolean controls which adds toggle: true into the ui schema. The jsonforms-editor is highly customizable so you can add whatever option your custom renderers support in there too.

You can find the deployed default version here and the repository here.