Represents Input Field data as accepted by the API
The type of Input Field
The identifier for this Input Field
The default value for this Input Field if not otherwise specified
A list of dependencies for this Input Field
The description of this Input Field
The format of this Input Field from one of options provided
DATETIME
- DATETIMEMULTILINE
- MULTILINEPASSWORD
- PASSWORDCODE
- CODEREADONLY
- READONLYFILE
- FILESELECT
- SELECT
Available options:
DATETIME
, MULTILINE
, PASSWORD
, CODE
, READONLY
, FILE
, SELECT
Whether this Input Field invalidates
Whether this Input Field is required
A freeform object of items for this Input Field
The placeholder for this Input Field when shown
The title of this Input Field
The type of the value of this Input Field
STRING
- STRINGNUMBER
- NUMBERINTEGER
- INTEGERBOOLEAN
- BOOLEANARRAY
- ARRAYOBJECT
- OBJECT
Available options:
STRING
, NUMBER
, INTEGER
, BOOLEAN
, ARRAY
, OBJECT