type: select
label: Date
required: false
readOnly: false
defaultValue: 3

# describe the options of the select field
# object, required
options:

  # each option is a key:value pair
  # both the key and the value can be anything
  hour: 123
  day: 345
