| className | string | Yes | Field type: AddressField, DateField, GroupField, InputField, LocalCurrency, MultiSelectField, SelectField, StaticField |
| key | string | Yes | Unique field key (cannot be companyId) |
| path | string | Yes | Dot-notation path for the field value in rating data |
| label | string | No | Human-readable label |
| section | string | No | UI section grouping |
| required | boolean | No | Whether the field is required |
| fields | object | No | Sub-field configuration (e.g., select options) |
| displayCondition | string | boolean | object | No | Condition controlling when the field is displayed. Create accepts a string; list responses may also return a boolean or structured conditional object. |
| displayConditions | object | No | Multiple display conditions |
| value | string | object | No | Default value. Create accepts a string; list responses may also return a structured value reference (e.g., path-based lookup). |