{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "video": {
          "mimes": [
            "video/mp4"
          ],
          "minduration": 1,
          "maxduration": 2,
          "protocols": [
            1,
            3,
            5
          ],
          "w": 1020,
          "h": 780,
          "startdelay": 1,
          "placement": 1,
          "playbackmethod": [
            2
          ],
          "delivery": [
            1
          ],
          "api": [
            1,
            2,
            3,
            4
          ]
        },
        "ext": {
          "bidder": {
            "org": "72721",
            "path": "mvo",
            "zone": "1r"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://localhost/prebid_server?publisher_id=72721",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "video": {
                "mimes": [
                  "video/mp4"
                ],
                "minduration": 1,
                "maxduration": 2,
                "protocols": [
                  1,
                  3,
                  5
                ],
                "w": 1020,
                "h": 780,
                "startdelay": 1,
                "placement": 1,
                "playbackmethod": [
                  2
                ],
                "delivery": [
                  1
                ],
                "api": [
                  1,
                  2,
                  3,
                  4
                ]
              },
              "ext": {
                "bidder": {
                  "org": "72721",
                  "zone": "1r",
                  "path": "mvo"
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "cur": "USD",
          "seatbid": [
            {
              "seat": "958",
              "bid": [
                {
                  "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
                  "impid": "test-imp-id",
                  "price": 0.500000,
                  "adm": "some-test-ad",
                  "crid": "crid_10",
                  "w": 1024,
                  "h": 576,
                  "mtype": 2
                }
              ]
            }
          ]
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "bids": [
        {
          "bid": {
            "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
            "impid": "test-imp-id",
            "price": 0.5,
            "adm": "some-test-ad",
            "crid": "crid_10",
            "w": 1024,
            "h": 576,
            "mtype": 2
          },
          "type": "video"
        }
      ]
    }
  ]
}
