I have a GET route where I would like to encode an object parameter in the url as a query string.
When writing the swagger documentation I basically get errors that
I don't think you can use "object" as query parameter in Swagger spec as query parameter only supports primitive type (https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types)