| Key | Title | Description | Type | Required | Default value |
|---|---|---|---|---|---|
| stringType | String Type Field | A field that accepts a string type input. | string | true | |
| numberType | Number Type Field [Unit] | A field that accepts a number type input. | number | true | |
| integerType | Integer Type Field [Unit] | A field that accepts an integer type input. | integer | false | |
| booleanType | Boolean Type Field | A field that accepts a boolean type input. | boolean | true | |
| arrayType | Array Type Field | A field that accepts an array type input. | array | true |