{
    "mockBidRequest": {
      "id": "some-request-id",
      "device": {
        "ua": "test-user-agent",
        "ip": "123.123.123.123",
        "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx",
        "language": "en",
        "dnt": 0
      },
      "tmax": 1000,
      "user": {
        "buyeruid": "awesome-user"
      },
      "app": {
        "id": "123456789",
        "bundle": "com.app.awesome",
        "ver": "1.0.0",
        "name": "Awesome App",
        "domain": "awesomeapp.com",
        "publisher": {
          "id": "123456789"
        },
        "cat": [
          "IAB22-1"
        ],
        "ext": {
          "prebid": {
            "source": "prebid-mobile",
            "version": "2.2.3"
          }
        }
      },
      "imp": [
        {
          "id": "some-impression-id",
          "banner": {
            "w": 320,
            "h": 50
          },
          "video": {
            "mimes": [
              "video/mp4"
            ],
            "w": 640,
            "h": 480,
            "minduration": 120,
            "maxduration": 150
          },
          "native": {
            "ver": "1.1",
            "request": "{\"adunit\":2,\"assets\":[{\"id\":3,\"img\":{\"h\":120,\"hmin\":0,\"type\":3,\"w\":180,\"wmin\":0},\"required\":1},{\"id\":0,\"required\":1,\"title\":{\"len\":25}},{\"data\":{\"len\":25,\"type\":1},\"id\":4,\"required\":1},{\"data\":{\"len\":140,\"type\":2},\"id\":6,\"required\":1}],\"context\":1,\"layout\":1,\"contextsubtype\":11,\"plcmtcnt\":1,\"plcmttype\":2,\"ver\":\"1.1\",\"ext\":{\"banner\":{\"w\":320,\"h\":50}}}"
          },
          "ext": {
            "bidder": {
              "organizationId": "1000",
              "placement": "some-placement",
              "pagetype": "some-pagetype",
              "category": "some-category"
            }
          }
        }
      ],
      "source": {
        "tid": "some-tid",
        "ext": {
          "omidpn": "Prebid",
          "omidpv": "2.2.3"
        }
      }
    },
    "httpCalls": [
      {
        "expectedRequest": {
          "headers": {
            "Content-Type": [
              "application/json;charset=utf-8"
            ],
            "Accept": [
              "application/json"
            ]
          },
          "uri": "https://mp-ams.4dex.io/pbserver",
          "body": {
            "id": "some-request-id",
            "device": {
              "ua": "test-user-agent",
              "ip": "123.123.123.123",
              "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx",
              "language": "en",
              "dnt": 0
            },
            "tmax": 1000,
            "user": {
              "buyeruid": "awesome-user"
            },
            "app": {
              "id": "123456789",
              "bundle": "com.app.awesome",
              "ver": "1.0.0",
              "name": "Awesome App",
              "domain": "awesomeapp.com",
              "publisher": {
                "id": "123456789"
              },
              "cat": [
                "IAB22-1"
              ],
              "ext": {
                "prebid": {
                  "source": "prebid-mobile",
                  "version": "2.2.3"
                }
              }
            },
            "imp": [
              {
                "id": "some-impression-id",
                "banner": {
                  "w": 320,
                  "h": 50
                },
                "video": {
                  "mimes": [
                    "video/mp4"
                  ],
                  "w": 640,
                  "h": 480,
                  "minduration": 120,
                  "maxduration": 150
                },
                "native": {
                  "ver": "1.1",
                  "request": "{\"adunit\":2,\"assets\":[{\"id\":3,\"img\":{\"h\":120,\"hmin\":0,\"type\":3,\"w\":180,\"wmin\":0},\"required\":1},{\"id\":0,\"required\":1,\"title\":{\"len\":25}},{\"data\":{\"len\":25,\"type\":1},\"id\":4,\"required\":1},{\"data\":{\"len\":140,\"type\":2},\"id\":6,\"required\":1}],\"context\":1,\"layout\":1,\"contextsubtype\":11,\"plcmtcnt\":1,\"plcmttype\":2,\"ver\":\"1.1\",\"ext\":{\"banner\":{\"w\":320,\"h\":50}}}"
                },
                "ext": {
                  "bidder": {
                    "organizationId": "1000",
                    "placement": "some-placement",
                    "pagetype": "some-pagetype",
                    "category": "some-category"
                  }
                }
              }
            ],
            "source": {
              "tid": "some-tid",
              "ext": {
                "omidpn": "Prebid",
                "omidpv": "2.2.3"
              }
            }
          },
          "impIDs": [
            "some-impression-id"
          ]
        },
        "mockResponse": {
          "status": 200,
          "body": {
            "id": "awesome-resp-id",
            "seatbid": [
              {
                "bid": [
                  {
                    "id": "a3ae1b4e2fc24a4fb45540082e98e161",
                    "impid": "some-impression-id",
                    "price": 3.5,
                    "adm": "some-markup",
                    "adomain": [
                      "awesome.com"
                    ],
                    "crid": "20",
                    "w": 320,
                    "h": 50,
                    "mtype": 1
                  }
                ],
                "seat": "adagio"
              }
            ],
            "cur": "USD",
            "ext": {
              "responsetimemillis": {
                "adagio": 154
              },
              "tmaxrequest": 1000
            }
          }
        }
      }
    ],
    "expectedBidResponses": [
      {
        "bids": [
          {
            "bid": {
              "id": "a3ae1b4e2fc24a4fb45540082e98e161",
              "impid": "some-impression-id",
              "price": 3.5,
              "adm": "some-markup",
              "adomain": [
                "awesome.com"
              ],
              "crid": "20",
              "w": 320,
              "h": 50,
              "mtype": 1
            },
            "type": "banner"
          }
        ]
      }
    ]
  }