github.com/prebid/prebid-server@v0.275.0/adapters/ix/ixtest/supplemental/bad-ext-bidder.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-imp-id", 7 "ext": { 8 "prebid": 1 9 } 10 } 11 ], 12 "site": { 13 "page": "https://www.example.com/" 14 } 15 }, 16 "expectedMakeRequestsErrors": [ 17 { 18 "value": "json: cannot unmarshal number into Go struct field ExtImpBidder.prebid of type openrtb_ext.ExtImpPrebid", 19 "comparison": "literal" 20 } 21 ] 22 }