# Field ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name for this field. | **label** | **String** | The label for this field. | [optional] **fieldType** | [**FieldType**](FieldType.md) | The type for this field. | **sort** | [**Sort**](Sort.md) | The sort for this field. | [optional] **format** | **String** | The format for this field, depending on its type. | [optional] **rules** | [**List<ValidationRule>**](ValidationRule.md) | The validation rules that should be applied for this field. | [optional] **fields** | [**List<Field>**](Field.md) | The child fields of this field. | [optional]