# FieldDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **clause_names** | Option<**Vec**> | The names that can be used to reference the field in an advanced search. For more information, see [Advanced searching - fields reference](https://confluence.atlassian.com/x/gwORLQ). | [optional] **custom** | Option<**bool**> | Whether the field is a custom field. | [optional] **id** | Option<**String**> | The ID of the field. | [optional] **key** | Option<**String**> | The key of the field. | [optional] **name** | Option<**String**> | The name of the field. | [optional] **navigable** | Option<**bool**> | Whether the field can be used as a column on the issue navigator. | [optional] **orderable** | Option<**bool**> | Whether the content of the field can be used to order lists. | [optional] **schema** | Option<[**models::JsonTypeBean**](JsonTypeBean.md)> | The data schema for the field. | [optional] **scope** | Option<[**models::Scope**](Scope.md)> | The scope of the field. | [optional] **searchable** | Option<**bool**> | Whether the content of the field can be searched. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)