Single properties - Comboboxes

Anything that can be represented as a select can also be represented as a combobox to allow the user to enter extra values. To do so you can:

  • replace a constraining enum by examples
  • replace a constraining oneOf by a anyOf with one open item that permits any extra value
  • add the x-display=combobox annotation to properties with x-fromUrl or x-fromData annotations