InterfaceTemplatePropertyRequest
| Field | Type | Mandatory | Description |
|---|---|---|---|
| name | String | yes | Name of the property. |
| mandatory | Boolean | yes | True if the property is mandatory, false if optional. |
| validator | PropertyValidator | no | Name of the validator assigned to the property. |
| validatorParams | List<String> | no | Parameter values of the validator. |