{
  "mockBidRequest": {
    "id": "web-video-schain",
    "tmax": 3000,
    "source": {
      "ext": {
        "schain": {
          "ver": "1.0",
          "complete": 1,
          "nodes": [
            {
              "asi": "indirectseller.com",
              "sid": "00001",
              "hp": 1
            }
          ]
        }
      }
    },
    "imp": [
      {
        "id": "video-imp-schain-id",
        "ext": {
          "data": {
            "pbadslot": "video1-schain"
          },
          "bidder": {
            "pkey": "pkey",
            "badv": ["ford.com"],
            "bcat": ["IAB-1", "IAB-2"]
          }
        },
        "video": {
          "w": 640,
          "h": 480,
          "mimes": ["video/mp4"],
          "placement": 1
        }
      }
    ],
    "test": 0,
    "site": {
      "publisher": {
        "id": "1"
      },
      "page": "https://some-site.com",
      "ref": "https://some-site.com"
    },
    "device": {
      "w": 1200,
      "h": 900
    }
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://whatever.url",
        "headers": {
          "Content-Type": ["application/json;charset=utf-8"],
          "Accept": ["application/json"]
        },
        "body": {
          "id": "web-video-schain",
          "tmax": 3000,
          "imp": [
            {
              "id": "video-imp-schain-id",
              "tagid": "pkey",
              "ext": {
                "data": {
                  "pbadslot": "video1-schain"
                },
                "bidder": {
                  "pkey": "pkey",
                  "badv": ["ford.com"],
                  "bcat": ["IAB-1", "IAB-2"]
                }
              },
              "video": {
                "w": 640,
                "h": 480,
                "mimes": ["video/mp4"],
                "placement": 1
              }
            }
          ],
          "site": {
            "publisher": {
              "id": "1"
            },
            "page": "https://some-site.com",
            "ref": "https://some-site.com"
          },
          "device": {
            "w": 1200,
            "h": 900
          },
          "source": {
            "ext": {
              "schain": {
                "ver": "1.0",
                "complete": 1,
                "nodes": [
                  {
                    "asi": "indirectseller.com",
                    "sid": "00001",
                    "hp": 1
                  }
                ]
              },
              "version": "",
              "str": "10.0"
            }
          },
          "badv": ["ford.com"],
          "bcat": ["IAB-1", "IAB-2"]
        },
        "impIDs":["video-imp-schain-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "web-video-schain",
          "cur": "USD",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "web-video-schain",
                  "impid": "video-imp-schain-id",
                  "crid": "some-creative-id",
                  "adm": "<VAST>TAG</VAST>",
                  "price": 20,
                  "w": 640,
                  "h": 480,
                  "ext": {
                    "prebid": {
                      "type": "video"
                    }
                  }
                }
              ]
            }
          ]
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "web-video-schain",
            "impid": "video-imp-schain-id",
            "crid": "some-creative-id",
            "adm": "<VAST>TAG</VAST>",
            "price": 20,
            "w": 640,
            "h": 480,
            "ext": {
              "prebid": {
                "type": "video"
              }
            }
          },
          "type": "video"
        }
      ]
    }
  ]
}
