{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            },
            {
              "w": 300,
              "h": 600
            }
          ]
        },
        "ext": {
          "bidder": {
            "member": "103",
            "inv_code": "abc",
            "reserve": 20,
            "position": "below",
            "traffic_source_code": "trafficSource",
            "keywords": [
              {"key": "foo", "value": ["bar","baz"]},
              {"key": "valueless"}
            ],
            "use_pmt_rule": true,
            "private_sizes": [{"w": 300, "h": 250}],
            "ext_inv_code": "invCode",
            "external_imp_id": "impId"
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://ib.adnxs.com/openrtb2?member_id=103",
        "body": {
          "id": "test-request-id",
          "ext": {
            "appnexus": {
              "hb_source": 5
            }
          },
          "imp": [
            {
              "id":"test-imp-id",
              "banner": {
                "format": [
                  {"w":300,"h":250},
                  {"w":300,"h":600}
                ],
                "w": 300,
                "h": 250,
                "pos": 3
              },
              "tagid": "abc",
              "bidfloor": 20,
              "ext": {
                "appnexus": {
                  "keywords": "foo=bar,foo=baz,valueless",
                  "traffic_source_code": "trafficSource",
                  "use_pmt_rule": true,
                  "private_sizes": [{"w": 300, "h": 250}],
                  "ext_inv_code": "invCode",
                  "external_imp_id": "impId"
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 204
      }
    }
  ],
  "expectedBidResponses": []
}