github.com/prebid/prebid-server/v2@v2.18.0/adapters/nextmillennium/nextmillenniumtest/supplemental/ext.json (about) 1 { 2 "mockBidRequest": { 3 "id": "testid", 4 "imp": [ 5 { 6 "id": "testimpid", 7 "banner": { 8 "format": [ 9 { 10 "w": 320, 11 "h": 250 12 }, 13 { 14 "w": 320, 15 "h": 300 16 } 17 ], 18 "w": 320, 19 "h": 250 20 }, 21 "ext": { 22 "placement_id": "1265" 23 } 24 } 25 ] 26 }, 27 "expectedMakeRequestsErrors": [ 28 { 29 "value": "unexpected end of JSON input", 30 "comparison": "literal" 31 } 32 ] 33 }