{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "w": 728,
          "h": 90
        },
        "ext": {
          "bidder": {
            "tagId": "testnexx"
          },
          "gpid": "/1111/homepage",
          "ae": 1,
          "data": {
            "pbadslot": "homepage-top"
          },
          "skadn": {
            "version": "2.0",
            "sourceapp": "123456789"
          }
        }
      }
    ],
    "site": {},
    "ext": {
      "nexx360": "Prebid-Server",
      "test": 1
    }
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://fast.nexx360.io/prebid-server?tag_id=testnexx",
        "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": {
                  "tagId": "testnexx"
                },
                "gpid": "/1111/homepage",
                "ae": 1,
                "data": {
                  "pbadslot": "homepage-top"
                },
                "skadn": {
                  "version": "2.0",
                  "sourceapp": "123456789"
                }
              }
            }
          ],
          "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.5,
                  "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"
        }
      ]
    }
  ]
}
