{
  "mockBidRequest": {
    "id": "abc",
    "app": {
      "id": "0jqCuiqHfPDHAHrdFfGG",
      "bundle": "test",
      "publisher": {
        "id": "sovrn"
      }
    },
    "imp": [
      {
        "id": "imp123",
        "bidfloor": 1.0,
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            }
          ],
          "w": 300,
          "h": 250
        },
        "ext": {
          "bidder": {
            "pub_id": "sovrn",
            "med_id": "0jqCuiqHfPDHAHrdFfGG",
            "zone_id": "FgUtQqop18uf1I2fwDie"
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://xsp.lijit.com/json/rtb/prebid/server",
        "body":{
          "id": "abc",
          "app": {
            "id": "0jqCuiqHfPDHAHrdFfGG",
            "bundle": "test",
            "publisher": {
                "id": "sovrn"
            }
          },
          "imp": [{
            "id": "imp123",
            "tagid": "FgUtQqop18uf1I2fwDie",
            "bidfloor": 1.0,
            "banner": {
              "format": [{
                "w": 300,
                "h": 250
              }],
              "w": 300,
              "h": 250
            },
            "ext": {
              "bidder": {
                "pub_id": "sovrn",
                "med_id": "0jqCuiqHfPDHAHrdFfGG",
                "zone_id": "FgUtQqop18uf1I2fwDie"
              }
            }
          }]
        },
        "impIDs":["imp123"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "abc",
          "seatbid": [
            {
              "bid": [
                {
                  "adm": "<a href=\"https://smrtb.com\" target=\"_blank\"><img src=\"https://ads.smrtb.com/demo/ads/300x250.png\"/></a>",
                  "crid": "test_banner_crid",
                  "cid": "test_cid",
                  "impid": "imp123",
                  "id": "1",
                  "price": 1.0,
                  "ext": {
                    "creative_type": 0
                  }
                }
              ]
            }
          ]
        }
      }
    }
  ],

  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "adm": "<a href=\"https://smrtb.com\" target=\"_blank\"><img src=\"https://ads.smrtb.com/demo/ads/300x250.png\"/></a>",
            "crid": "test_banner_crid",
            "cid": "test_cid",
            "impid": "imp123",
            "price": 1.0,
            "id": "1",
            "mtype": 1,
            "ext": {
              "creative_type": 0
            }
          },
          "type": "banner"
        }
      ]
    }
  ]
}
