JSON Schema to <form> in 18 Lines of vanilla JS
Using https://dev.to/yne/a-one-liner-for-createelement-with-attributes-and-children-55nh
The following snippet convert any JSON Schema to DOM elements.
⛶const el = (tag, props = {}, ch = [], attrs ...