Information about the default approvers of the approval
| name | data type | description | 
|---|---|---|
| users | string | Comma separated list of directly assigned approvers | 
| groups | string | Comma separated list of directly assigned approver groups | 
| minimum | string | Minimum required amount of approvers to approve/reject the approval. Possible values: 
 | 
Example
{
  "users" : "user1,user2,user3",
  "groups" : "confluence-users,confluence-administrators",
  "minimum" : "*"
}