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

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