{
  "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": {
            "PublisherPath": "72721",
            "Pid": "mvo",
            "zone": "1r"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://dsp.rcoreads.com/api/vidmate?pid=vidmate_android_banner",
        "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": {
                  "PublisherPath": "72721",
                  "Pid": "mvo",
                  "zone": "1r"
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "seatbid": [
            {
              "seat": "958",
              "bid": [
                {
                  "id": "7706636740145184841",
                  "impid": "test-imp-id",
                  "price": 0.500000,
                  "adid": "29681110",
                  "adm": "some-test-ad",
                  "adomain": [
                    "yahoo.com"
                  ],
                  "cid": "958",
                  "crid": "29681110",
                  "h": 250,
                  "w": 300,
                  "mtype": 2
                }
              ]
            }
          ],
          "bidid": "5778926625248726496",
          "cur": "USD"
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "bids": [{
        "bid": {
          "id": "7706636740145184841",
          "impid": "test-imp-id",
          "price": 0.5,
          "adm": "some-test-ad",
          "adid": "29681110",
          "adomain": [
            "yahoo.com"
          ],
          "cid": "958",
          "crid": "29681110",
          "w": 300,
          "h": 250,
          "mtype": 2
        },
        "type": "video"
      }]
    }
  ]
}