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.
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