# TheJiraCloudPlatformRestApi.FieldMetadata

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