{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "1",
        "video": {
          "mimes": [
            "video/mp4"
          ],
          "protocols": [
            2,
            5
          ],
          "w": 320,
          "h": 480
        },
        "ext": {
          "bidder": {
            "cid": "8CUTSTCID",
            "crid": "999999999"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://example.trustedstack.com/rtb/prebid?src=http%3A%2F%2Fhosturl.com",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "1",
              "video": {
                "mimes": [
                  "video/mp4"
                ],
                "protocols": [
                  2,
                  5
                ],
                "w": 320,
                "h": 480
              },
              "ext": {
                "bidder": {
                  "cid": "8CUTSTCID",
                  "crid": "999999999"
                }
              }
            }
          ]
        },
        "impIDs":["1"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "cur": "USD",
          "seatbid": [
            {
              "seat": "trustedstack",
              "bid": [
                {
                  "id": "test-bid-id",
                  "impid": "1",
                  "price": 2.50,
                  "adm": "some-test-ad",
                  "crid": "test-crid",
                  "w": 320,
                  "h": 480,
                  "mtype": 2
                }
              ]
            }
          ]
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "test-bid-id",
            "impid": "1",
            "price": 2.50,
            "adm": "some-test-ad",
            "crid": "test-crid",
            "w": 320,
            "h": 480,
            "mtype": 2
          },
          "type": "video"
        }
      ]
    }
  ]
}
