I have the scenario where an endpoint can accept 'N' number of query parameters with a non-predetermined name and value i.e. I have no idea what query parameters someone might pass in e.g.
?i=can&pass=anything&in=here
How would I describe the above using the Swagger specification?