Name | Type | Description | Notes |
---|---|---|---|
required | Boolean | Whether the field is required. | |
schema | AllOfFieldMetadataSchema | The data type of the field. | |
name | String | The name of the field. | |
key | String | The key of the field. | |
autoCompleteUrl | String | The URL that can be used to automatically complete the field. | [optional] |
hasDefaultValue | Boolean | Whether the field has a default value. | [optional] |
operations | List<String> | The list of operations that can be performed on the field. | |
allowedValues | List<Object> | The list of values allowed in the field. | [optional] |
defaultValue | Object | The default value of the field. | [optional] |