github.com/prebid/prebid-server/v2@v2.18.0/adapters/kidoz/kidoztest/supplemental/missing-banner-format.json (about)

     1  {
     2  	"mockBidRequest": {
     3  		"id": "test-request-id",
     4  		"imp": [
     5  			{
     6  				"id": "test-impression-id-1",
     7  				"banner": {
     8  				}
     9  			}
    10  		]
    11  	},
    12  	"expectedMakeRequestsErrors": [
    13  		{
    14  			"value": "banner format required",
    15  			"comparison": "literal"
    16  		}
    17  	]
    18  }