{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
       "banner": {
          "w": 728, 
          "h": 90
        },
        "ext": {
          "bidder": {
            "placement": "test"
            
          }
        }
      }
    ],
    "site": {}
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://fast.nexx360.io/prebid-server?placement=test",
        "body": {
          "ext": {
            "nexx360": {
              "caller": [
                {
                  "name": "Prebid-Server",
                  "version": "n/a"
                }
              ]
            }
          },
          "id": "test-request-id",
          "imp": [
            {
              "id":"test-imp-id",
              "banner": {
                "w": 728, 
                "h": 90
              },
              "ext": {
                "nexx360": {
                  "placement": "test"
                }
              }
            }
          ],
          "site": {}
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "seatbid": [
            {
              "seat": "testalias",
              "bid": [{
                "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
                "impid": "test-imp-id",
                "price": 0.500000,
                "adm": "some-banner",
                "crid": "crid_10",
                "h": 90,
                "w": 728,
                "ext": {
                  "mediaType": "banner",
                  "bidType": "banner",
                  "tagId": "testnexx",
                  "ssp": "test"
                }
              }]
            }
          ],
          "cur": "USD"
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
            "impid": "test-imp-id",
            "price": 0.5,
            "adm": "some-banner",
            "crid": "crid_10",
            "w": 728,
            "h": 90,
            "ext": {
              "mediaType": "banner",
              "bidType": "banner",
              "tagId": "testnexx",
              "ssp": "test"
            }
          },
          "type": "banner"
        }
      ]
    }
  ]
}
