Payload for updating an existing form definition
| Property | Type | Description |
|---|---|---|
| INHERITED FROM Backend_Form | ||
| kind | String | Uniquely identifies the object schema type |
| id | Integer | Unique identifier for the object |
| status | Integer | Status of the object either 1 = active or 0 = deleted |
| name | String | Unique name of the object |
| operationId | Integer | Target operation which gets invoked through this form |
| uiSchema | Any | Optional an UI schema to dynamically describe this form |
| metadata | Common_Metadata | Use this parameter to attach key-value data |