Data Models

Field


Properties

Property Type
key *
string
type *
string
label *
string
options
Array of Option

Example

{
  "key": "example-key",
  "type": "example-type",
  "label": "example-label",
  "options": null
}