Select

The Select Field renders a drop down where the user selects an option from the options arrray

{
    "name": "country",
    "type": "select",
    "label": "Country",
    options: [
        "USA",
        "Canada",
        "Singapore"
    ]
},

name represents the key in which this field targets for parsing and substitution into the variables

type represents the field type. This dictates how the field is rendered

label represents the text title when rendered via the UI.

options Array of options to allow the field to store