{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 728,
              "h": 90
            }
          ]
        },
        "ext": {
          "bidder": {
            "adUnitId": "fake-site-id",
            "publisherId": "test-publisher-id"
          }
        }
      }
    ],
    "app": {
      "publisher": {
        "id": "test-publisher-id"
      }
    },
    "device": {
      "ua": "",
      "ip": "1.1.1.2",
      "ipv6": ""
    }
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://insticator-app.example.com/v1/pbs?publisherId=test-publisher-id",
        "body": {
          "device": {
            "ip": "1.1.1.2"
          },
          "ext": {
            "insticator": {
              "caller": [
                {
                  "name": "Prebid-Server",
                  "version": "n/a"
                }
              ]
            }
          },
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 728,
                    "h": 90
                  }
                ]
              },
              "ext": {
                "insticator": {
                  "adUnitId": "fake-site-id",
                  "publisherId": "test-publisher-id"
                }
              }
            }
          ],
          "app": {
            "publisher": {
              "id": "test-publisher-id"
            }
          }
        },
        "impIDs": [
          "test-imp-id"
        ]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "seatbid": [
            {
              "seat": "insticator",
              "bid": [
                {
                  "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
                  "impid": "test-imp-id",
                  "price": 0.5,
                  "adm": "some-test-ad",
                  "adomain": ["insticator.com"],
                  "cat": ["IAB1"],
                  "crid": "crid_10",
                  "h": 90,
                  "w": 728,
                  "mtype": 1,
                  "ext": {
                    "insticator": {
                      "mediaType": "banner"
                    }
                  }
                }
              ]
            }
          ],
          "cur": "USD"
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
            "impid": "test-imp-id",
            "price": 0.5,
            "adm": "some-test-ad",
            "adomain": ["insticator.com"],
            "cat": ["IAB1"],
            "crid": "crid_10",
            "w": 728,
            "h": 90,
            "mtype": 1,
            "ext": {
              "insticator": {
                "mediaType": "banner"
              }
            }
          },
          "BidMeta": {
            "advertiserDomains": ["insticator.com"],
            "mediaType": "banner",
            "primaryCatId": "IAB1"
          },
          "type": "banner",
          "seat": "insticator"
        }
      ]
    }
  ]
}