{
  "mockBidRequest": {
    "id": "banner-and-video",
    "imp": [
      {
        "id": "mix1",
        "ext": {
          "bidder": {
            "appIds": {
              "banner": "bannerAppId1",
              "video": "videoAppId1"
            }
          }
        },
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            }
          ]
        },
        "video": {
          "mimes": [
            "video/mp4"
          ],
          "context": "instream",
          "w": 300,
          "h": 250
        }
      }
    ],
    "site": {
      "page": "https://some.domain.us/some/page.html"
    },
    "device": {
      "ip": "255.255.255.255"
    }
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://qa.beachrtb.com/prebid_display",
        "body": {
          "slots": [
            {
              "slot": "mix1",
              "id": "bannerAppId1",
              "bidfloor": 0,
              "sizes": [
                {
                  "w": 300,
                  "h": 250
                }
              ]
            }
          ],
          "domain": "some.domain.us",
          "page": "https://some.domain.us/some/page.html",
          "real204": true,
          "referrer": "",
          "search": "",
          "secure": 1,
          "deviceOs": "",
          "deviceModel": "",
          "isMobile": 0,
          "ua": "",
          "ip": "255.255.255.255",
          "dnt": 0,
          "user": {},
          "adapterName": "BF_PREBID_S2S",
          "adapterVersion": "1.0.0",
          "requestId": "banner-and-video",
          "schain": {
            "complete": 0,
            "nodes": null,
            "ver": ""
          }
        },
        "impIDs":["mix1"]
      },
      "mockResponse": {
        "status": 200,
        "body": [
          {
            "crid": "crid_1",
            "price": 9.5019655,
            "w": 300,
            "h": 250,
            "slot": "mix1",
            "adm": "<div id=\"44861168\"><script>!function(){console.log\"Hello, ad.\";}();<\/script><\/div>"
          }
        ]
      }
    },
    {
      "expectedRequest": {
        "uri": "https://qa.beachrtb.com/bid.json?exchange_id=videoAppId1",
        "body": {
          "id": "banner-and-video",
          "imp": [
            {
              "video": {
                "w": 300,
                "h": 250,
                "mimes": [
                  "video/mp4"
                ]
              },
              "secure": 1,
              "id": "mix1"
            }
          ],
          "site": {
            "domain": "some.domain.us",
            "page": "https://some.domain.us/some/page.html"
          },
          "device": {
            "devicetype": 2,
            "ip": "255.255.255.255"
          },
          "cur": [
            "USD"
          ]
        },
        "impIDs":["mix1"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "61b87329-8790-47b7-90dd-c53ae7ce1723",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "5d839458f73decdc1572b7f6",
                  "impid": "mix1",
                  "price": 20,
                  "adm": "<VAST version=\"2.0\"><Ad><Wrapper>http://example.com/vast.xml</Wrapper></Ad></VAST>",
                  "adid": "1088",
                  "adomain": [
                    "beachfront.io"
                  ],
                  "cid": "277",
                  "crid": "532",
                  "w": 300,
                  "h": 250
                }
              ],
              "seat": "bfb-io-s1"
            }
          ],
          "bidid": "5d839458f73decdc1572b7f6",
          "cur": "USD"
        }
      }
    }
  ],

  "expectedBidResponses": [
    {
      "bids": [
        {
          "bid": {
            "id": "mix1Banner",
            "impid": "mix1",
            "price": 9.5019655,
            "adm": "<div id=\"44861168\"><script>!function(){console.log\"Hello, ad.\";}();<\/script><\/div>",
            "crid": "crid_1",
            "w": 300,
            "h": 250
          },
          "type": "banner"
        }
      ]
    },
    {
      "bids": [
        {
          "bid": {
            "id": "mix1AdmVideo",
            "impid": "mix1",
            "price": 20,
            "adm": "<VAST version=\"2.0\"><Ad><Wrapper>http://example.com/vast.xml</Wrapper></Ad></VAST>",
            "adid": "1088",
            "adomain": [
              "beachfront.io"
            ],
            "cid": "277",
            "crid": "532",
            "w": 300,
            "h": 250
          },
          "type": "video"
        }
      ]
    }
  ]
}