The trusted field was missing from the gettransaction help.
Also mark it as optional in the listtransactions help output.
src/bitcoin-cli -regtest -rpcwallet="" gettransaction 7bb085b29c57e05e20c0ff7d0587b13ab4b3e89aeea60390b084bf6a72dfcdc2 true
{
"amount": 212.06645349,
"confirmations": 0,
"trusted": false,
"txid": "7bb085b29c57e05e20c0ff7d0587b13ab4b3e89aeea60390b084bf6a72dfcdc2",
"walletconflicts": [
"287d8fa228ba4cf25aa358f1b0f81d23e4ac08cc32b2ef9a71282197bc8bae63",
"514933c0cec0caf16275fa0def453cd336fad6ed86fcf88c21a117b77f44469e"
],
"time": 1569310347,
<snip....>
"hex": "02000000....."
}