Rule reference

openrtb.field.removed

errorRequest or response

What it means

The field was part of an earlier OpenRTB release but was removed by the version you validated against, so it is no longer defined at this path.

Why it matters

Consumers on this version do not read the field, and a strict parser may reject the containing object. Payloads carrying removed fields usually indicate a builder pinned to an old spec revision, which tends to come with other stale paths as well.

How to fix it

Remove the field, or move to the replacement the finding names if one exists. If you must keep serving an old integration, send it a payload targeted at the version it actually speaks rather than mixing eras in one document.

Check your payload

Paste a bid request or response into the tester to see whether this code fires against it, or gate on the id in CI with the CLI: the id is stable, wording is not.

Back to the full diagnostic code reference.