
This happens with responses with code 500 and 422 (and maybe others).
Steps to reproduce:
-
Go to http://petstore.swagger.io/
-
Place an order for a pet (POST /store/order) with the following request body
{
"id": 0,
"petId": 12321312312312312,
"quantity": -1,
"shipDate": "asdasdasd",
"status": "asdasdas",
"complete": 12312312
}
Probably related to #3021.
This happens with responses with code 500 and 422 (and maybe others).
Steps to reproduce:
Go to http://petstore.swagger.io/
Place an order for a pet (
POST /store/order) with the following request body{ "id": 0, "petId": 12321312312312312, "quantity": -1, "shipDate": "asdasdasd", "status": "asdasdas", "complete": 12312312 }Probably related to #3021.