{
  "mockBidRequest": {
    "id": "invalid-response-body",
    "site": {
      "page": "example.com",
      "publisher": {
        "id": "exco-publisherId"
      }
    },
    "imp": [
      {
        "id": "invalid-response-body-imp",
        "banner": {
          "format": [
            { "w": 300, "h": 250 },
            { "w": 728, "h": 90 }
          ]
        },
        "ext": {
          "bidder": {
            "accountId": "exco-accountId",
            "publisherId": "exco-publisherId",
            "tagId": "exco-banner-tagId"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://testjsonsample.com",
        "body": {
          "id": "invalid-response-body",
          "site": {
            "page": "example.com",
            "publisher": {
              "id": "exco-publisherId"
            }
          },
          "imp": [
            {
              "id": "invalid-response-body-imp",
              "banner": {
                "format": [
                  { "w": 300, "h": 250 },
                  { "w": 728, "h": 90 }
                ]
              },
              "tagid": "exco-banner-tagId",
              "ext": {
                "bidder": {
                  "accountId": "exco-accountId",
                  "publisherId": "exco-publisherId",
                  "tagId": "exco-banner-tagId"
                }
              }
            }
          ]
        },
        "headers": {
          "Content-Type": [
            "application/json;charset=utf-8"
          ]
        },
        "impIDs": ["invalid-response-body-imp"]
      },
      "mockResponse": {
        "status": 200,
        "body": "{invalid_json_format}"
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "expect { or n, but found \"",
      "comparison": "literal"
    }
  ]
}
