JSON UI
A dynamic user interface for creating JSON documents according to a JSON schema.

NOT SUPPORTED
- multiple types
- nested oneOf, anyOf (think of inferring values)
- sub-objects within oneOf and anyOf (same reason)
- null type
- true | false type
- inferring oneOf is a bit flawed if additionalProperties is true
Paths
- Enum:
Certificate/Analysis/Inspections/0/ValueType
- Enum Array: ``
JSON UI decision tree
.
āāā string
ā āāā file
ā ā āāā file upload
ā ā āāā file type
ā ā āāā size requirements
ā āāā enum
ā ā āāā dropdown (one of)
ā ā ā āāā search functionality
ā ā āāā radio button
ā ā āāā autocomplete
ā āāā date
ā ā āāā date picker
ā ā āāā min / max date
ā ā āāā time input
ā āāā password
ā ā āāā password input
ā āāā color
ā ā āāā color picker
ā āāā multiline
ā ā āāā textarea
ā ā ā āāā min / max length
ā ā āāā wysiwyg editor
ā ā āāā ...
ā āāā one line
ā āāā text input
ā āāā min / max length
ā āāā format / mask
ā āāā email
ā āāā password
ā āāā phone
ā āāā zip code
ā āāā url
āāā number
ā āāā enum
ā ā āāā dropdown (single select)
ā āāā number picker
ā ā āāā min / max
ā ā āāā steps
ā ā āāā number format
ā ā āāā decimal places
ā āāā slider
ā āāā min / max
ā āāā steps
āāā boolean
ā āāā toggle
ā āāā checkbox
āāā object
ā āāā section
ā āāā title
ā āāā level
ā āāā collapsable
āāā array
āāā typed set (many of)
ā āāā checkbox group
ā āāā multi select dropdown
āāā repeatable field group
āāā min / max item count
āāā optional item type