{
  "mockBidRequest": {
    "id": "test-request-id",
    "site": {
      "id": "site-id",
      "page": "ttd.com"
    },
    "device": {
      "os": "android",
      "ip": "91.199.242.236",
      "ua": "random user agent"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "tagid": "pbs-local/preroll",
        "video": {
          "minduration": 0,
          "maxduration": 60,
          "api": [1,2],
          "mimes": [
            "video/mp4",
            "video/webm",
            "application/javascript"
          ],
          "placement": 1,
          "protocols": [2,3,4,5,6],
          "w": 300,
          "h": 250,
          "playbackmethod": [1,2,3,4,5,6],
          "plcmt": 1,
          "skip": 1
        },
        "ext": {
          "bidder": {
            "publisherId": "123456"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://direct.adsrvr.org/bid/bidder/ttd",
        "headers": {
          "Content-Type": [
            "application/json;charset=utf-8"
          ],
          "Accept": [
            "application/json"
          ]
        },
        "body": {
          "id": "test-request-id",
          "site": {
            "id": "site-id",
            "page": "ttd.com",
            "publisher": {
              "id": "123456"
            }
          },
          "device": {
            "os": "android",
            "ip": "91.199.242.236",
            "ua": "random user agent"
          },
          "imp": [
            {
              "id": "test-imp-id",
              "tagid": "pbs-local/preroll",
              "video": {
                "maxduration": 60,
                "api": [1,2],
                "mimes": [
                  "video/mp4",
                  "video/webm",
                  "application/javascript"
                ],
                "placement": 1,
                "protocols": [2,3,4,5,6],
                "w": 300,
                "h": 250,
                "playbackmethod": [1,2,3,4,5,6],
                "plcmt": 1,
                "skip": 1
              },
              "ext": {
                "bidder": {
                  "publisherId": "123456"
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "cur": "USD",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "test-slot-id",
                  "impid": "test-imp-id",
                  "price": 0.1,
                  "crid": "creative-123",
                  "adm": "some-test-ad-vast",
                  "h": 250,
                  "w": 300,
                  "ext": {
                    "prebid": {
                      "type": "video"
                    }
                  },
                  "mtype": 2
                }
              ]
            }
          ]
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "test-slot-id",
            "impid": "test-imp-id",
            "price": 0.1,
            "crid": "creative-123",
            "adm": "some-test-ad-vast",
            "h": 250,
            "w": 300,
            "ext": {
              "prebid": {
                "type": "video"
              }
            },
            "mtype": 2
          },
          "type": "video"
        }
      ]
    }
  ]
}

