# TheJiraCloudPlatformRestApi.Field

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**contextsCount** | **Number** | Number of contexts where the field is used. | [optional] 
**description** | **String** | The description of the field. | [optional] 
**id** | **String** | The ID of the field. | 
**isLocked** | **Boolean** | Whether the field is locked. | [optional] 
**isUnscreenable** | **Boolean** | Whether the field is shown on screen or not. | [optional] 
**key** | **String** | The key of the field. | [optional] 
**lastUsed** | [**FieldLastUsed**](FieldLastUsed.md) |  | [optional] 
**name** | **String** | The name of the field. | 
**projectsCount** | **Number** | Number of projects where the field is used. | [optional] 
**schema** | [**JsonTypeBean**](JsonTypeBean.md) |  | 
**screensCount** | **Number** | Number of screens where the field is used. | [optional] 
**searcherKey** | **String** | The searcher key of the field. Returned for custom fields. | [optional] 
