{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-banner-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 600
            }
          ]
        },
        "ext": {
          "bidder": {
            "ad_unit_id": "4fd8fadb-b218-41cd-a99f-8ae932b8c529",
            "publisher_id": "7de498f7-f955-4696-a337-348b026c5e42"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://fran.frvr.com/api/v1/openrtb",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-banner-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 600
                  }
                ]
              },
              "ext": {
                "ad_unit_id": "4fd8fadb-b218-41cd-a99f-8ae932b8c529",
                "publisher_id": "7de498f7-f955-4696-a337-348b026c5e42"
              }
            }
          ]
        },
        "impIDs":["test-banner-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "seatbid": [
            {
              "seat": "test-seat",
              "bid": [
                {
                  "id": "d4916d88-c0f4-4340-87c0-bc9054696d3a",
                  "impid": "test-banner-id",
                  "price": 0.55,
                  "adm": "a creative",
                  "adid": "123123",
                  "adomain": ["advertiser.com"],
                  "crid": "9999",
                  "w": 300,
                  "h": 600,
                  "ext": {
                    "prebid": {
                      "type": "banner"
                    }
                  }
                }
              ]
            }
          ]
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "bids": [
        {
          "bid": {
            "id": "d4916d88-c0f4-4340-87c0-bc9054696d3a",
            "impid": "test-banner-id",
            "price": 0.55,
            "adm": "a creative",
            "adid": "123123",
            "adomain": ["advertiser.com"],
            "crid": "9999",
            "w": 300,
            "h": 600,
            "ext": {
              "prebid": {
                "type": "banner"
              }
            }
          },
          "type": "banner"
        }
      ]
    }
  ]
}
