{
	"mockBidRequest": {
	  "id": "test-request-id",
	  "imp": [
		{
		  "id": "test-imp-id",
		  "video": {
			"mimes": ["video/mp4"],
			"minduration": 15,
			"maxduration": 30,
			"protocols": [2, 3, 5, 6, 7, 8],
			"w": 940,
			"h": 560
		  },
		  "ext": {
			"bidder": {
			  "placement_id": 1
			}
		  }
		}
	  ]
	},

	"httpCalls": [
	  {
		"expectedRequest": {
		  "uri": "http://ib.adnxs.com/openrtb2",
		  "body": {
			"ext": {
				"appnexus": {
					"is_amp": 1,
					"hb_source": 5
				}
			},
			"id": "test-request-id",
			"imp": [
			  {
				"id": "test-imp-id",
				"video": {
					"mimes": ["video/mp4"],
					"minduration": 15,
					"maxduration": 30,
					"protocols": [2, 3, 5, 6, 7, 8],
					"w": 940,
					"h": 560
				  },
				"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,
					"cat": ["IAB9-1"],
				  "ext": {
					"appnexus": {
					  "brand_id": 9,
						"brand_category_id": 9,
					  "auction_id": 8189378542222915032,
					  "bid_ad_type": 1,
					  "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": ["IAB5-1"],
			  "ext": {
				"appnexus": {
				  "brand_id": 9,
					"brand_category_id": 9,
				  "auction_id": 8189378542222915032,
				  "bid_ad_type": 1,
				  "bidder_id": 2,
				  "ranking_price": 0.000000,
				  "deal_priority": 5
				}
			  }
			},
			"type": "video"
		  }
		]
	  }
	]
  }
