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