InterfacePropertyDescriptor
| Field | Type | Description |
|---|---|---|
| name | String | Name of the property. |
| mandatory | Boolean | True if the property is mandatory, false if optional. |
| validator | PropertyValidator | Name of the validator assigned to the property. |
| validatorParams | List<String> | Parameter values of the validator (if needed). |