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