{
    "mockBidRequest": {
        "id": "test-request-id",
        "app": {
            "ext": {
                "prebid": {
                    "source": "source",
                    "version": "version"
                }
            }
        },
        "imp": [
            {
                "id": "test-imp-id",
                "banner": {
                    "format": [
                        {
                            "w": 300,
                            "h": 250
                        },
                        {
                            "w": 300,
                            "h": 600
                        }
                    ]
                },
                "ext": {
                    "bidder": {
                        "placement_id": 1,
                        "position": "above"
                    }
                }
            }
        ],
        "ext": {
            "schain": {
                "complete": 0,
                "nodes": [
                    {
                        "asi": "pbshostcompany.com",
                        "sid": "00001",
                        "rid": "BidRequest",
                        "hp": 1
                    }
                ],
                "ver": "1.0"
            }
        }
    },
    "httpCalls": [
        {
            "expectedRequest": {
                "uri": "http://ib.adnxs.com/openrtb2",
                "body": {
                    "id": "test-request-id",
                    "app": {
                        "ext": {
                            "prebid": {
                                "source": "source",
                                "version": "version"
                            }
                        }
                    },
                    "ext": {
                        "appnexus": {
                            "hb_source": 5
                        },
                        "schain": {
                            "complete": 0,
                            "nodes": [
                                {
                                    "asi": "pbshostcompany.com",
                                    "sid": "00001",
                                    "rid": "BidRequest",
                                    "hp": 1
                                }
                            ],
                            "ver": "1.0"
                        }
                    },
                    "imp": [
                        {
                            "id": "test-imp-id",
                            "banner": {
                                "format": [
                                    {
                                        "w": 300,
                                        "h": 250
                                    },
                                    {
                                        "w": 300,
                                        "h": 600
                                    }
                                ],
                                "w": 300,
                                "pos": 1,
                                "h": 250
                            },
                            "displaymanagerver": "source-version",
                            "ext": {
                                "appnexus": {
                                    "placement_id": 1
                                }
                            }
                        }
                    ]
                },
                "impIDs":["test-imp-id"]
            },
            "mockResponse": {
                "status": 200,
                "body": {
                    "id": "test-request-id",
                    "seatbid": [
                        {
                            "seat": "958",
                            "bid": [
                                {
                                    "id": "7706636740145184841",
                                    "impid": "test-imp-id",
                                    "price": 0.500000,
                                    "adid": "29681110",
                                    "adm": "some-test-ad",
                                    "adomain": [
                                        "appnexus.com"
                                    ],
                                    "iurl": "http://nym1-ib.adnxs.com/cr?id=29681110",
                                    "cid": "958",
                                    "crid": "29681110",
                                    "h": 250,
                                    "w": 300,
                                    "ext": {
                                        "appnexus": {
                                            "brand_id": 1,
                                            "brand_category_id": 1,
                                            "auction_id": 8189378542222915032,
                                            "bid_ad_type": 0,
                                            "bidder_id": 2,
                                            "ranking_price": 0.000000,
                                            "deal_priority": 5
                                        }
                                    }
                                }
                            ]
                        }
                    ],
                    "bidid": "5778926625248726496",
                    "cur": "USD"
                }
            }
        }
    ],
    "expectedBidResponses": [
        {
            "currency": "USD",
            "bids": [
                {
                    "bid": {
                        "id": "7706636740145184841",
                        "impid": "test-imp-id",
                        "price": 0.5,
                        "adm": "some-test-ad",
                        "adid": "29681110",
                        "adomain": [
                            "appnexus.com"
                        ],
                        "iurl": "http://nym1-ib.adnxs.com/cr?id=29681110",
                        "cid": "958",
                        "crid": "29681110",
                        "w": 300,
                        "h": 250,
                        "cat": [
                            "IAB20-3"
                        ],
                        "ext": {
                            "appnexus": {
                                "brand_id": 1,
                                "brand_category_id": 1,
                                "auction_id": 8189378542222915032,
                                "bid_ad_type": 0,
                                "bidder_id": 2,
                                "ranking_price": 0.000000,
                                "deal_priority": 5
                            }
                        }
                    },
                    "type": "banner"
                }
            ]
        }
    ]
}