# Field A field that is part of a datasource. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name for this field. | **label** | **String** | The label for this field. | [optional] **fieldType** | **FieldType** | | **sort** | [**Sort**](Sort.md) | | [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** | [**Map<String, Field>**](Field.md) | The child fields of this field. | [optional]