github.com/prebid/prebid-server/v2@v2.18.0/adapters/videobyte/videobytetest/supplemental/invalid-imp-ext-bidder.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "bcat": [
     5        "IAB25",
     6        "IAB7-39",
     7        "IAB8-18"
     8      ],
     9      "user": {
    10        "buyeruid": "user-101",
    11        "yob": 1973
    12      },
    13      "device": {
    14        "ua": "my-user-agent",
    15        "ip": "1.2.3.4"
    16      },
    17      "imp": [
    18        {
    19          "id": "test-imp-id",
    20          "video": {
    21            "w": 900,
    22            "h": 250,
    23            "mimes": [
    24              "video/x-flv",
    25              "video/mp4"
    26            ]
    27          },
    28          "ext": {
    29            "bidder": "invalid-bidder-ext"
    30          }
    31        }
    32      ],
    33      "site": {
    34        "domain": "example.com",
    35        "page": "http://example.com/page-1",
    36        "ref": "http://referer.com/page-2"
    37      }
    38    },
    39    "expectedMakeRequestsErrors": [
    40      {
    41        "value": "Ignoring imp id=test-imp-id, error while decoding impExt, err: json: cannot unmarshal string into Go value of type openrtb_ext.ExtImpVideoByte",
    42        "comparison": "literal"
    43      }
    44    ]
    45  }