{
  "incomingRequest": {
    "ortbRequest": {
      "id": "some-request-id",
      "site": {
        "page": "test.somepage.com"
      },
      "imp": [
        {
          "id": "my-imp-id",
          "banner": {
            "w": 300,
            "h": 250
          },
          "ext": {
            "prebid": {
              "bidder": {
                "appnexus": {
                  "placementId": 1
                }
              }
            }
          }
        }
      ],
      "ext": {
        "prebid": {
          "cache": {
            "vastxml": {}
          },
          "targeting": {
            "pricegranularity": {
              "precision": 2,
              "ranges": [
                {
                  "min": 0,
                  "max": 20,
                  "increment": 0.1
                }
              ]
            },
            "includewinners": true,
            "includebidderkeys": true
          }
        }
      }
    }
  },
  "outgoingRequests": {
    "appnexus": {
      "mockResponse": {
        "pbsSeatBids": [
          {
            "pbsBids": [
              {
                "ortbBid": {
                  "id": "winning-bid",
                  "impid": "my-imp-id",
                  "price": 0.01,
                  "w": 200,
                  "h": 250,
                  "crid": "creative-1"
                },
                "bidType": "banner"
              }
            ],
            "seat": "appnexus"
          }
        ]
      }
    }
  },
  "response": {
    "bids": {
      "id": "some-request-id",
      "seatbid": [
        {
          "seat": "appnexus",
          "bid": [
            {
              "id": "winning-bid",
              "impid": "my-imp-id",
              "price": 0.01,
              "w": 200,
              "h": 250,
              "crid": "creative-1",
              "ext": {
                "origbidcpm": 0.01,
                "prebid": {
                  "meta": {
                  },
                  "type": "banner",
                  "targeting": {
                    "hb_bidder": "appnexus",
                    "hb_bidder_appnexus": "appnexus",
                    "hb_cache_host": "www.pbcserver.com",
                    "hb_cache_host_appnex": "www.pbcserver.com",
                    "hb_cache_path": "/pbcache/endpoint",
                    "hb_cache_path_appnex": "/pbcache/endpoint",
                    "hb_pb": "0.00",
                    "hb_pb_appnexus": "0.00",
                    "hb_size": "200x250",
                    "hb_size_appnexus": "200x250"
                  }
                }
              }
            }
          ]
        }
      ]
    }
  }
}
