# InputFieldText

> A schema in the One API reference. Source: https://hub.ozow.com/api-reference/one-api/schemas/input-field-text/

## Fields

- `maxLength` (integer, required, min 1) - The maximum length of the text allowed.
- `isOptional` (boolean, required) - Whether or not the field is optional.
- `isSensitive` (boolean, required) - Whether or not the field is sensitive, if marked as senstive the input on the end user side should be masked.
