| Name | Type | Description | Notes |
|---|---|---|---|
| contains | string | Requires the value (excluding start and end) to contain given type. | [optional] |
| min_chars | int | Minimum allowable characters | [optional] |
| max_chars | int | Max allowable chars. Its value must be greater than min_chars | [optional] |
| contain_spaces | bool | If spaces are allowed for the option | [optional] |
| start_with | string | Requires the value to start with the given type. | [optional] |
| end_with | string | Requires the value to end with the given type. | [optional] |
| validation_msg | string | Customized validation message to display when option criteria aren't met | [optional] |