{
  "mockBidRequest": {
    "id": "site-single-imp-video",
    "site": {
      "page": "example.com",
      "publisher": {
        "id": "exco-publisherId"
      }
    },
    "imp": [
      {
        "id": "site-single-imp-video_imp",
        "video": {
          "mimes": ["video/mp4", "video/webm"],
          "w": 640,
          "h": 360,
          "minduration": 5,
          "maxduration": 30,
          "protocols": [2, 3]
        },
        "ext": {
          "bidder": {
            "accountId": "exco-accountId",
            "publisherId": "exco-publisherId",
            "tagId": "exco-video-tagId"
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://testjsonsample.com",
        "body": {
          "id": "site-single-imp-video",
          "site": {
            "page": "example.com",
            "publisher": {
              "id": "exco-publisherId"
            }
          },
          "imp": [{
            "id": "site-single-imp-video_imp",
            "video": {
              "mimes": ["video/mp4", "video/webm"],
              "w": 640,
              "h": 360,
              "minduration": 5,
              "maxduration": 30,
              "protocols": [2, 3]
            },
            "tagid": "exco-video-tagId",
            "ext": {
              "bidder": {
                "accountId": "exco-accountId",
                "publisherId": "exco-publisherId",
                "tagId": "exco-video-tagId"
              }
            }
          }]
        },
        "headers": {
          "Content-Type": [
            "application/json;charset=utf-8"
          ]
        },
        "impIDs": ["site-single-imp-video_imp"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "site-single-imp-video",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "site-single-imp-video_imp",
                  "impid": "site-single-imp-video_imp",
                  "price": 2.5,
                  "adid": "9999",
                  "adm": "<?xml version='1.0' encoding='UTF-8'?><VAST version='3.0'></VAST>",
                  "cid": "5001",
                  "crid": "9999",
                  "mtype": 2
                }
              ],
              "seat": "exco"
            }
          ],
          "bidid": "site-single-imp-video",
          "cur": "USD"
        }
      }
    }
  ],

  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "site-single-imp-video_imp",
            "impid": "site-single-imp-video_imp",
            "price": 2.5,
            "adid": "9999",
            "adm": "<?xml version='1.0' encoding='UTF-8'?><VAST version='3.0'></VAST>",
            "cid": "5001",
            "crid": "9999",
            "mtype": 2
          },
          "type": "video"
        }
      ]
    }
  ]
}
