github.com/prebid/prebid-server@v0.275.0/adapters/ninthdecimal/ninthdecimaltest/supplemental/size.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "testid",
     4      "site": {
     5        "id": "test",
     6        "domain": "test.com"
     7      },
     8      "imp": [
     9        {
    10          "id": "testimpid",
    11          "banner": {
    12            
    13          },
    14          "ext": {
    15            "bidder": {
    16              "pubid": "19f1b372c7548ec1fe734d2c9f8dc688",
    17              "placement": "dummyplacement"
    18            }
    19          }
    20        }
    21      ]
    22    },
    23    "expectedMakeRequestsErrors": [
    24      {
    25          "value": "Expected at least one banner.format entry or explicit w/h",
    26          "comparison": "literal"
    27      }]
    28  }