| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | [optional] | |
| array | Boolean | Indicates whether the definition is an array. | [optional] |
| optional | Boolean | Indicates whether this definition is optional or not optional for the resource. | [optional] |
| object_type | String | Returns the name of the custom resource if the resource was previously defined in the Dashboard as a custom (non-standard) Nested object. | [optional] |
| eq | Array<Object> | Array of possible values when the setting for `is equal to any of` in the Dashboard is defined explicitly. | [optional] |
| ne | Array<Object> | Array of values that are not allowed when the setting for `is not equal to any of` in the Dashboard is defined explicitly. | [optional] |
| lt | Integer | A property of `number` type must have `less than` this value. | [optional] |
| lte | Integer | A property of `number` type must be `less than or equal` to this value. | [optional] |
| gt | Integer | A property of `number` type must be `greater than` this value. | [optional] |
| gte | Integer | A property of `number` type must be `greater than or equal` to this value. | [optional] |
| deleted | Boolean | Indicates whether the definition was deleted from the schema. | [optional] |
| max_length | Integer | Value for maximum length when the setting for `has maximum length of` in the Dashboard is defined explicitly. | [optional] |
| min_length | Integer | Value indicating minimum length when the setting for `has minimum length of` in the Dashboard is defined explicitly. | [optional] |
| exact_length | Integer | Value indicating exact length when the setting for `has exact length of` in the Dashboard is defined explicitly. | [optional] |