Closed
Description
There is an issue with Bool
value conversion to GET
URL parameters.
It's described here, as well as the solution:
http://stackoverflow.com/questions/36185530/how-to-check-dictionary-value-to-be-exactly-a-bool/36186159#36186159
Swagger server implementation accepts Bool as true/false
only. So this breaks some logic.