github.com/prebid/prebid-server/v2@v2.18.0/endpoints/openrtb2/sample-requests/invalid-whole/format-hratio-negative.json (about) 1 { 2 "description": "Request has a negative banner format height ratio.", 3 "mockBidRequest": { 4 "id": "req-id", 5 "imp": [{ 6 "id": "imp-id", 7 "banner": { 8 "format": [{ 9 "w": 50, 10 "h": 50, 11 "hratio": -1 12 }] 13 } 14 }], 15 "app": { 16 "id": "app_001" 17 } 18 }, 19 "expectedReturnCode": 400, 20 "expectedErrorMessage": "Invalid request: request.imp[0].banner.format[0].hratio must be a positive number" 21 }