{
	"mockBidRequest": {
		"id": "test-request-id",
		"source": {
			"ext": {
			"schain": ""
			}
		},
		"imp": [
		{
			"id": "test-imp-id",
			"banner": {
				"format": [
					{
						"w": 300,
						"h": 250
					},
					{
						"w": 300,
						"h": 600
					}
				]
			},
			"ext": {
				"bidder": {
					"ci": "12345"
				}
			}
		}
		]
	},
	"expectedMakeRequestsErrors": [
	{
		"value": "cannot unmarshal openrtb_ext.ExtRequestPrebidSChain.SChain: expect { or n, but found ",
		"comparison": "startswith"
	}
	]
}