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