{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            },
            {
              "w": 300,
              "h": 600
            }
          ]
        },
        "ext": {
          "bidder": {
            "org": "777",
            "placementId": "1"
          }
        }
      },
      {
        "id": "test-imp-id-2",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            },
            {
              "w": 300,
              "h": 600
            }
          ]
        },
        "ext": {
          "bidder": {
            "org": "777",
            "placementId": "1"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://pbs.openwebmp.com/pbs?publisher_id=777",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  },
                  {
                    "w": 300,
                    "h": 600
                  }
                ]
              },
              "ext": {
                "bidder": {
                  "org": "777",
                  "placementId": "1"
                }
              }
            },
            {
              "id": "test-imp-id-2",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  },
                  {
                    "w": 300,
                    "h": 600
                  }
                ]
              },
              "ext": {
                "bidder": {
                  "org": "777",
                  "placementId": "1"
                }
              }
            }
          ]
        },
        "impIDs": [
          "test-imp-id",
          "test-imp-id-2"
        ]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "seatbid": [
            {
              "seat": "test-seat",
              "bid": [
                {
                  "id": "test-bid-id",
                  "impid": "test-imp-id",
                  "price": 30,
                  "adm": "some-test-ad",
                  "crid": "crid_10",
                  "h": 250,
                  "w": 300,
                  "mtype": 1
                }
              ]
            }
          ],
          "cur": "USD"
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "test-bid-id",
            "impid": "test-imp-id",
            "price": 30,
            "adm": "some-test-ad",
            "crid": "crid_10",
            "w": 300,
            "h": 250,
            "mtype": 1
          },
          "type": "banner"
        }
      ]
    }
  ]
}
