Deauthorization webhook documentation errors

The json example section in the app_deauthorized webhook documentation has incorrect data.

{
  "event": "app_deauthorized",
  "payload": {
    "account_id": "AAAAAABBBB",
    "id": "abcD3ojfdbjfg",
    "signature": "827edc3452044f0bc86bdd5684afb7d1e6becfa1a767f24df1b287853cf73000",
    "deauthorization_time": "2020-06-17T13:52:28.632Z",
    "client_id": "ABCDEFGHIJKLMNOPQRST!V"
  }
}

id should be user_id

@RostislavR I’m seeing that user_id is being used on that documentation page. Are you seeing the same issue or does it seem to be fixed now?

Still seeing it. It’s correct in the schema and in the example => json format but not in example => json example