{
  "mockBidRequest": {
    "id": "site-single-imp-banner",
    "site": {
      "page": "example.com",
      "publisher": {
        "id": "exco-publisherId"
      }
    },
    "imp": [
      {
        "id": "site-single-imp-banner_imp",
        "banner": {
          "format": [
            { "w": 300, "h": 250 },
            { "w": 728, "h": 90 }
          ]
        },
        "ext": {
          "bidder": {
            "accountId": "exco-accountId",
            "publisherId": "exco-publisherId",
            "tagId": "exco-banner-tagId"
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://testjsonsample.com",
        "body": {
          "id": "site-single-imp-banner",
          "site": {
            "page": "example.com",
            "publisher": {
              "id": "exco-publisherId"
            }
          },
          "imp": [
            {
              "id": "site-single-imp-banner_imp",
              "banner": {
                "format": [
                  { "w": 300, "h": 250 },
                  { "w": 728, "h": 90 }
                ]
              },
              "tagid": "exco-banner-tagId",
              "ext": {
                "bidder": {
                  "accountId": "exco-accountId",
                  "publisherId": "exco-publisherId",
                  "tagId": "exco-banner-tagId"
                }
              }
            }
          ]
        },
        "headers": {
          "Content-Type": [
            "application/json;charset=utf-8"
          ]
        },
        "impIDs": ["site-single-imp-banner_imp"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "site-single-imp-banner",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "site-single-imp-banner",
                  "impid": "site-single-imp-banner_imp",
                  "price": 1.5,
                  "adid": "8888",
                  "adm": "<html><body><div>Banner Ad</div></body></html>",
                  "cid": "4001",
                  "crid": "8888",
                  "mtype": 1
                }
              ],
              "seat": "exco"
            }
          ],
          "bidid": "site-single-imp-banner",
          "cur": "USD"
        }
      }
    }
  ],

  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "site-single-imp-banner",
            "impid": "site-single-imp-banner_imp",
            "price": 1.5,
            "adid": "8888",
            "adm": "<html><body><div>Banner Ad</div></body></html>",
            "cid": "4001",
            "crid": "8888",
            "mtype": 1
          },
          "type": "banner"
        }
      ]
    }
  ]
}
