| name | data type | description |
|---|---|---|
| entries | array of AccountEntry |
Example
{
"entries" : [ {
"type" : "DELETE",
"date" : 12345,
"version" : "...",
"user" : "...",
"primaryType" : "..."
}, {
"type" : "SET_ACL",
"date" : 12345,
"version" : "...",
"user" : "...",
"primaryType" : "..."
} ]
}