github.com/prebid/prebid-server/v2@v2.18.0/adapters/adquery/adquerytest/supplemental/malformed-ext.json (about) 1 { 2 "mockBidRequest": { 3 "id": "22e26bd9a702bc", 4 "user": { 5 "id": "d93f2a0e5f0fe2cc3a6e" 6 }, 7 "imp": [ 8 { 9 "id": "1", 10 "tagid": "test-banner-imp-id", 11 "bidder": "adquery", 12 "banner": { 13 "format": [ 14 { 15 "w": 320, 16 "h": 100 17 }, 18 { 19 "w": 300, 20 "h": 250 21 } 22 ] 23 }, 24 "ext": { 25 "bidder": { 26 "placementId": [], 27 "type": "banner" 28 } 29 } 30 } 31 ], 32 "bidder": "adquery" 33 }, 34 "expectedMakeRequestsErrors": [{ 35 "value": "json: cannot unmarshal array into Go struct field ImpExtAdQuery.placementId of type string", 36 "comparison": "literal" 37 }] 38 }