lucky_number:
type: numeric
default: 5 # initial value to use on this field
min: 1 # default: 0
max: 9 # default: Decimal::MAX (79228162514264337593543950335)
step: 1 # default: 1
size:
type: choice
constraint: one # default: one | <one|optional|0..1|0..n>
widget: radio
options:
- Small
- Medium
- Large
extras:
type: choice
constraint: 0..n
widget: dropdown
options:
- Olives
- Peach
- Avocado
# Provides a searchable auto-complete style widget
continent:
type: choice
constraint: optional
widget: search
options:
- Africa
- Antarctica
- Asia
- Australia
- Europe
- North America
- South America