github.com/prebid/prebid-server/v2@v2.18.0/adapters/rise/risetest/supplemental/missing-extension.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": [1,2,5], 17 "w": 1020, 18 "h": 780, 19 "startdelay": 1, 20 "placement": 1, 21 "playbackmethod": [2], 22 "delivery": [1], 23 "api": [1,2,3,4] 24 } 25 } 26 ] 27 }, 28 "expectedMakeRequestsErrors": [ 29 { 30 "value": "extractOrg: unmarshal bidderExt: unexpected end of JSON input", 31 "comparison": "literal" 32 } 33 ] 34 }