| name | data type | description |
|---|---|---|
| _access | Access | |
| _lastEditInfo | AccountingInfo | |
| _creationInfo | AccountingInfo |
Example
{
"_access" : {
"_policy" : "EMBARGOED",
"_license" : "..."
},
"_lastEditInfo" : {
"_context" : {
"_id" : "...",
"_name" : "..."
},
"_instant" : "...",
"_user" : {
"roles" : [ "...", "..." ],
"_username" : "..."
}
},
"_creationInfo" : {
"_context" : {
"_id" : "...",
"_name" : "..."
},
"_instant" : "...",
"_user" : {
"roles" : [ "...", "..." ],
"_username" : "..."
}
}
}