github.com/prebid/prebid-server/v2@v2.18.0/adapters/silvermob/silvermobtest/supplemental/invalid-silvermob-ext-object.json (about)

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