Captures default vales for a data type.
Name | Type | Description | Notes |
---|---|---|---|
override | bool | Override the default value provided for the data type. When true, allow the user to enter value for the data type. | [optional] |
value | object | Default value for the data type. If default value was provided and the input was required the default value will be used as the input. | [optional] |