smollweide / node-mock-server

File based Node REST API mock server
MIT License
255 stars 65 forks source link

make booleans work for swagger import #112

Closed johannesmarx closed 6 years ago

johannesmarx commented 6 years ago

Hi,

I just stumbled over the issue that booleans in my Swagger-API were converted to "boolean" in the DTO to response function which end's up being the wrong type (String instead of Boolean).

I'm completely new to the project but I tried to involve faker for that as done for the strings.

Thanks Johannes