github.com/prebid/prebid-server/v2@v2.18.0/adapters/adkernelAdn/adkerneladntest/supplemental/wrong-imp-ext-1.json (about) 1 { 2 "mockBidRequest": { 3 "id": "0000000000001", 4 "imp": [ 5 { 6 "id": "malconfigured-adunit", 7 "banner": { 8 "format": [{"w": 300,"h": 250}] 9 }, 10 "ext": { 11 "bidder": { 12 "pubId": "string instead of int" 13 } 14 } 15 } 16 ] 17 }, 18 19 "expectedMakeRequestsErrors": [ 20 { 21 "value": "json: cannot unmarshal string into Go struct field ExtImpAdkernelAdn.pubId of type int", 22 "comparison": "literal" 23 } 24 ] 25 }