{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-missing-ext-id",
        "video": {
          "mimes": [
            "video/mp4"
          ],
          "minduration": 1,
          "maxduration": 2,
          "maxextended": 30,
          "minbitrate": 300,
          "maxbitrate": 1500,
          "protocols": [1,2,5],
          "w": 1020,
          "h": 780,
          "startdelay": 1,
          "placement": 1,
          "playbackmethod": [2],
          "delivery": [1],
          "api": [1,2,3,4]
        }
      }
    ]
  },
  "expectedMakeRequestsErrors": [
    {
      "value": "ext data not provided in imp id=test-missing-ext-id. Abort all Request",
      "comparison": "literal"
    }
  ]
}