| name | data type | description |
|---|---|---|
| _info | AccountingInfo | |
| _operation | string | |
| _id | string |
Example
{
"_info" : {
"_context" : {
"_id" : "...",
"_name" : "..."
},
"_instant" : "...",
"_user" : {
"roles" : [ "...", "..." ],
"_username" : "..."
}
},
"_operation" : "...",
"_id" : "..."
}