Check for `jsonrpc: '2.0'` and `method` fields.
jsonrpc === '2.0'
typeof req.method
function isValid(req) { // TODO }