github.com/prebid/prebid-server/v2@v2.18.0/adapters/cadent_aperture_mx/cadent_aperture_mxtest/supplemental/bad-imp-video-missing-mimes.json (about)

     1  {
     2      "mockBidRequest": {
     3        "id": "some_test_auction",
     4        "imp": [
     5          {
     6            "id": "test-imp-id",
     7            "video": {
     8                "w":350,
     9                "h":250
    10            },
    11            "ext": {
    12              "bidder": {
    13                "tagid": "12356"
    14              }
    15            }
    16          }
    17        ],
    18        "site": {
    19          "domain": "www.publisher.com",
    20          "page": "http://www.publisher.com/awesome/site?with=some&parameters=here"
    21        }
    22      },
    23      "expectedMakeRequestsErrors": [
    24        {
    25          "value": "Video: missing required field mimes",
    26          "comparison": "literal"
    27        },
    28        {
    29          "value": "Error in preprocess of Imp, err: [Video: missing required field mimes]",
    30          "comparison": "literal"
    31        }
    32      ]
    33    }
    34