{
    "bidRequest": {
        "imp": [{
            "id":  "oneImp",
            "exp": 300
        },{
        "id": "twoImp"
        }]
    },
    "pbsBids": [{
            "bid":{
                "id": "bidOne",
                "impid": "oneImp",
                "price": 7.64,
                "exp":   600
            },
            "bidType": "banner",
            "bidder": "appnexus"
        }, {
            "bid": {
                "id": "bidTwo",
                "impid": "oneImp",
                "price": 5.64,
                "exp":   200
            },
            "bidType": "banner",
            "bidder": "pubmatic"
        }, {
            "bid": {
                "id": "bidThree",
                "impid": "oneImp",
                "price": 2.3
            },
            "bidType": "banner",
            "bidder": "openx"
        }, {
            "bid": {
                "id": "bidFour",
                "impid": "twoImp",
                "price": 1.64
            },
            "bidType": "banner",
            "bidder": "appnexus"
        }, {
            "bid": {
                "id": "bidFive",
                "impid": "twoImp",
                "price": 7.64,
                "exp":   900
            },
            "bidType": "banner",
            "bidder": "rubicon"
        }
    ],
    "expectedCacheables": [
        {
            "type": "json",
            "ttlseconds": 360,
            "value":"{ \"id\": \"bidOne\", \"impid\": \"oneImp\", \"price\": 7.64, \"exp\":   600 }"
        }, {
            "type": "json",
            "ttlseconds": 260,
            "value": "{ \"id\": \"bidTwo\", \"impid\": \"oneImp\", \"price\": 5.64, \"exp\":   200 }"
        }, {
            "type": "json",
            "ttlseconds": 360,
            "value": "{ \"id\": \"bidThree\", \"impid\": \"oneImp\", \"price\": 2.3 }"
        }, {
            "type": "json",
            "ttlseconds": 0,
            "value": "{ \"id\": \"bidFour\", \"impid\": \"twoImp\", \"price\": 1.64 }"
        }, {
            "type": "json",
            "ttlseconds": 960,
            "value": "{ \"id\": \"bidFive\", \"impid\": \"twoImp\", \"price\": 7.64, \"exp\":   900 }"
        }
    ],
    "targetDataIncludeWinners":true,
    "targetDataIncludeBidderKeys":true,
    "targetDataIncludeCacheBids":true,
    "targetDataIncludeCacheVast":false
}
