**Features:** - [ ] Setting custom html class names on form elements - [ ] Providing custom text for button labels --- **Possible Solution:** Creating a new keyword called `ui` for this purpose: Example: ```js { "type": "object", "properties": { // ... }, "ui": { "htmlClass": "custom-class", "addButtonText": "Add key", "removeButtonText": "Remove key", // etc ... } } ```
Features:
Possible Solution:
Creating a new keyword called
uifor this purpose:Example: