{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            },
            {
              "w": 300,
              "h": 300
            }
          ]
        },
        "ext": {
          "bidder": {
            "org": "72721",
            "path": "mvo",
            "zone": "1r"
          }
        }
      },
      {
        "id": "test-imp-video-id",
        "video": {
          "mimes": [
            "video/mp4"
          ],
          "minduration": 1,
          "maxduration": 2,
          "protocols": [
            1,
            2,
            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"
          }
        }
      }
    ],
    "app": {
      "id": "fake-app-id",
      "name": "MinuteMedia Fake Test App",
      "bundle": "12345",
      "storeurl": "https://example.com/fake-store-url",
      "cat": [
        "IAB15",
        "IAB15-10"
      ],
      "ver": "1.0.2",
      "publisher": {
        "id": "1"
      }
    },
    "device": {
      "dnt": 0,
      "ua": "Fake Browser",
      "ip": "123.145.167.189",
      "carrier": "FakeTelco",
      "language": "en",
      "make": "Apple",
      "model": "iPhone",
      "os": "iOS",
      "osv": "6.1",
      "js": 1,
      "ifa": "1234567890ABCDEF",
      "connectiontype": 3,
      "devicetype": 1
    }
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://localhost/prebid_server?publisher_id=72721",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  },
                  {
                    "w": 300,
                    "h": 300
                  }
                ]
              },
              "ext": {
                "bidder": {
                  "org": "72721",
                  "zone": "1r",
                  "path": "mvo"
                }
              }
            },
            {
              "id": "test-imp-video-id",
              "video": {
                "mimes": [
                  "video/mp4"
                ],
                "minduration": 1,
                "maxduration": 2,
                "protocols": [
                  1,
                  2,
                  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"
                }
              }
            }
          ],
          "app": {
            "id": "fake-app-id",
            "name": "MinuteMedia Fake Test App",
            "bundle": "12345",
            "storeurl": "https://example.com/fake-store-url",
            "cat": [
              "IAB15",
              "IAB15-10"
            ],
            "ver": "1.0.2",
            "publisher": {
              "id": "1"
            }
          },
          "device": {
            "dnt": 0,
            "ua": "Fake Browser",
            "ip": "123.145.167.189",
            "carrier": "FakeTelco",
            "language": "en",
            "make": "Apple",
            "model": "iPhone",
            "os": "iOS",
            "osv": "6.1",
            "js": 1,
            "ifa": "1234567890ABCDEF",
            "connectiontype": 3,
            "devicetype": 1
          }
        },
        "impIDs":["test-imp-id", "test-imp-video-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "seatbid": [
            {
              "seat": "958",
              "bid": [
                {
                  "id": "7706636740145184841",
                  "impid": "test-imp-video-id",
                  "price": 0.5,
                  "adid": "29681110",
                  "adm": "some-test-ad",
                  "adomain": [
                    "yahoo.com"
                  ],
                  "cid": "958",
                  "crid": "29681110",
                  "h": 576,
                  "w": 1024,
                  "mtype": 2
                }
              ]
            }
          ],
          "bidid": "5778926625248726496",
          "cur": "USD"
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "bids": [
        {
          "bid": {
            "id": "7706636740145184841",
            "impid": "test-imp-video-id",
            "price": 0.5,
            "adm": "some-test-ad",
            "adid": "29681110",
            "adomain": [
              "yahoo.com"
            ],
            "cid": "958",
            "crid": "29681110",
            "w": 1024,
            "h": 576,
            "mtype": 2
          },
          "type": "video"
        }
      ]
    }
  ]
}
