{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            }
          ]
        },
        "ext": {
          "bidder": {
            "widgetId": "1"
          }
        }
      }
    ],
    "app": {
      "bundle": "com.app.awesome",
      "name": "Amesome App",
      "domain": "awesomeapp.com",
      "id": "1"
    },
    "device": {
      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36",
      "h": 500,
      "w": 1000
    }
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://example.com/hb",
        "body": {
          "id": "test-request-id",
          "ext": {
            "nativery": {
              "isAmp": false,
              "widgetId": "1"
            }
          },
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  }
                ]
              },
              "ext": {
                "bidder": {
                  "widgetId": "1"
                }
              }
            }
          ],
          "app": {
            "bundle": "com.app.awesome",
            "name": "Amesome App",
            "domain": "awesomeapp.com",
            "id": "1"
          },
          "device": {
            "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36",
            "h": 500,
            "w": 1000
          }
        },
        "impIDs": [
          "test-imp-id"
        ]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "test-request-id",
                  "impid": "test-imp-id",
                  "price": 1000,
                  "adm": "<div>ad</div>",
                  "adomain": [
                    "awesomeapp.com"
                  ],
                  "cid": "test-cid",
                  "crid": "test-crid",
                  "cat": [
                    "IAB13-4"
                  ],
                  "w": 300,
                  "h": 250,
                  "mtype": 1,
                  "ext": {
                    "nativery": {
                      "adv_id": "1",
                      "brand_category_id": 1,
                      "bid_ad_media_type": "display"
                    }
                  }
                }
              ],
              "seat": "nat-123"
            }
          ],
          "cur": "EUR"
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
      "currency": "EUR",
      "bids": [
        {
          "bid": {
            "id": "test-request-id",
            "impid": "test-imp-id",
            "price": 1000,
            "adm": "<div>ad</div>",
            "adomain": [
              "awesomeapp.com"
            ],
            "cid": "test-cid",
            "crid": "test-crid",
            "cat": [
              "IAB13-4"
            ],
            "w": 300,
            "h": 250,
            "mtype": 1,
            "ext": {
              "nativery": {
                "adv_id": "1",
                "brand_category_id": 1,
                "bid_ad_media_type": "display"
              }
            }
          },
          "type": "banner"
        }
      ]
    }
  ]
}