github.com/prebid/prebid-server/v2@v2.18.0/endpoints/openrtb2/sample-requests/invalid-whole/format-no-hratio.json (about)

     1  {
     2    "description": "Banner comes with a zero hratio value",
     3    "mockBidRequest": {
     4      "id": "req-id",
     5      "imp": [
     6        {
     7          "id": "imp-id",
     8          "banner": {
     9            "format": [
    10              {
    11                "wratio": 30
    12              }
    13            ]
    14          }
    15        }
    16      ],
    17      "app": {
    18        "id": "app_001"
    19      }
    20    },
    21    "expectedReturnCode": 400,
    22    "expectedErrorMessage": "Invalid request: Request imp[0].banner.format[0] must define non-zero \"wmin\", \"wratio\", and \"hratio\" properties.\n"
    23  }