github.com/prebid/prebid-server/v2@v2.18.0/adapters/minutemedia/minutemediatest/supplemental/missing-bidder.json (about) 1 { 2 "mockBidRequest": { 3 "id": "test-request-id", 4 "imp": [ 5 { 6 "id": "test-missing-ext-id", 7 "video": { 8 "mimes": [ 9 "video/mp4" 10 ], 11 "minduration": 1, 12 "maxduration": 2, 13 "maxextended": 30, 14 "minbitrate": 300, 15 "maxbitrate": 1500, 16 "protocols": [ 17 1, 18 2, 19 5 20 ], 21 "w": 1020, 22 "h": 780, 23 "startdelay": 1, 24 "placement": 1, 25 "playbackmethod": [ 26 2 27 ], 28 "delivery": [ 29 1 30 ], 31 "api": [ 32 1, 33 2, 34 3, 35 4 36 ] 37 }, 38 "ext": {} 39 } 40 ] 41 }, 42 "expectedMakeRequestsErrors": [ 43 { 44 "value": "failed to extract org: failed to unmarshal ImpExtMinuteMedia: unexpected end of JSON input", 45 "comparison": "literal" 46 } 47 ] 48 }