{
  "mockBidRequest": {
    "id": "test-request-id",
    "app": {
      "bundle": "com.prebid"
    },
    "device": {
      "ifa": "ec943cb9-61ec-460f-a925-6489c3fcc4e3"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "native": {
          "request": "{\"ver\":\"1.2\",\"context\":2,\"contextsubtype\":20,\"plcmttype\":11,\"plcmtcnt\":1,\"aurlsupport\":1,\"durlsupport\":1,\"assets\":[{\"id\":123,\"required\":1,\"title\":{\"len\":140}},{\"id\":128,\"required\":0,\"img\":{\"wmin\":836,\"hmin\":627,\"type\":3}}]}"
        },
        "ext": {
          "bidder": {
            "publisherId": "10000000"
          }
        }
      }
    ]
  },
  "httpCalls": [{
    "expectedRequest": {
      "uri": "http://loopme.example.com",
      "headers": {
        "Accept": [
          "application/json"
        ],
        "Content-Type": [
          "application/json;charset=utf-8"
        ]
      },
      "body": {
        "id": "test-request-id",
        "app": {
          "bundle": "com.prebid"
        },
        "device": {
          "ifa": "ec943cb9-61ec-460f-a925-6489c3fcc4e3"
        },
        "imp": [
          {
            "id": "test-imp-id",
            "native": {
              "request": "{\"ver\":\"1.2\",\"context\":2,\"contextsubtype\":20,\"plcmttype\":11,\"plcmtcnt\":1,\"aurlsupport\":1,\"durlsupport\":1,\"assets\":[{\"id\":123,\"required\":1,\"title\":{\"len\":140}},{\"id\":128,\"required\":0,\"img\":{\"wmin\":836,\"hmin\":627,\"type\":3}}]}"
            },
            "ext": {
              "bidder": {
                "publisherId": "10000000"
              }
            }
          }
        ]
      },
      "impIDs": [
        "test-imp-id"
      ]
    },
    "mockResponse": {
      "status": 200,
      "body": {
        "id": "test-request-id",
        "seatbid": [
          {
            "bid": [
              {
                "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
                "impid": "test-imp-id",
                "price": 0.500000,
                "adm": "native-json",
                "crid": "test-crid",
                "mtype": 4
              }
            ]
          }
        ]
      }
    }
  }],

  "expectedBidResponses": [{
    "currency": "USD",
    "bids": [{
      "bid": {
        "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
        "impid": "test-imp-id",
        "price": 0.500000,
        "adm": "native-json",
        "crid": "test-crid",
        "mtype": 4
      },
      "type": "native"
    }]
  }]
}
