{
	"mockBidRequest": {
	"id": "test-request-id",
	"source": {
		"ext": {
		"schain": {
			"ver": "1.0",
			"complete": 1,
			"nodes": [
			{
				"asi": "exchange1.com",
				"sid": "1234",
				"hp": 1,
				"ext": "text"
			},
			{
				"asi":"exchange2.com",
				"sid":"abcd",
				"hp":3,
				"rid":"bid-request-2",
				"domain":"intermediary.com"
			}
			]
		}
		}
	},
	"imp": [
		{
		"id": "test-imp-id",
		"banner": {
			"format": [
			{
				"w": 300,
				"h": 250
			},
			{
				"w": 300,
				"h": 600
			}
			]
		},
		"ext": {
			"bidder": {
			"ci": "12345"
			}
		}
		}
	]
	},
	"httpCalls": [
	{
		"expectedRequest": {
		"uri": "http://rtb.e-planning.net/pbs/1/12345/1/FILE/ROS?e=300x250%3A300x250&ncb=1&sch=1.0%2C1%21exchange1.com%2C1234%2C1%2C%2C%2C%2C%2522text%2522%21exchange2.com%2Cabcd%2C3%2Cbid-request-2%2C%2Cintermediary.com%2C&ur=FILE",
		"body": {},
		"impIDs":["test-imp-id"]
		},
		"mockResponse": {
		"status": 200,
		"body": {
			"sI": { "k": "12345" },
			"sec": "ROS",
			"sp": [
			{
				"k": "300x250",
				"a": [{
				"i": "123456789abcdef",
				"pr": "0.5",
				"adm": "<div>test</div>",
				"crid": "abcdef123456789",
				"id": "adid12345",
				"w": 300,
				"h": 250
				}]
			}
			]
		}
		}
	}
	],

	"expectedBidResponses": [
	  {
		"currency": "USD",
		"bids": [
		{
			"bid": {
			"id": "123456789abcdef",
			"impid": "test-imp-id",
			"price": 0.5,
			"adm": "<div>test</div>",
			"adid": "adid12345",
			"crid": "abcdef123456789",
			"w": 300,
			"h": 250
			},
			"type": "banner"
		}
		]
	}
	]
}