github.com/prebid/prebid-server/v2@v2.18.0/adapters/screencore/screencoretest/supplemental/invalid-bidder-ext-object.json (about)

     1  {
     2    "expectedMakeRequestsErrors": [
     3      {
     4        "value": "Error parsing bidderExt - json: cannot unmarshal string into Go value of type openrtb_ext.ExtScreencore",
     5        "comparison": "literal"
     6      }
     7    ],
     8    "mockBidRequest": {
     9      "id": "test-request-id",
    10      "imp": [
    11        {
    12          "id": "some-impression-id",
    13          "tagid": "my-adcode",
    14          "video": {
    15            "mimes": [
    16              "video/mp4"
    17            ],
    18            "w": 640,
    19            "h": 480,
    20            "minduration": 120,
    21            "maxduration": 150
    22          },
    23          "ext": {
    24            "bidder": "wrongBidderExt"
    25          }
    26        }
    27      ],
    28      "site": {
    29        "page": "test.com"
    30      }
    31    },
    32    "httpCalls": []
    33  }