Open
Description
As far as I see V2 also supports "or filter groups" via parameter filterX but OpenApi currently displays V1 like "filter" possibility.
Would it be possible to implement V2 filterX groups on OpenAPI as an enhancement?
I see two possible ways:
- Add filter1, filter2 ... besides standard "filter" generated API and describe on docs how to use,
- Implement OpenAPI free-form query parameter
I would be happy to implement - but which should be the preferred? Or should be this feature discarded in upstream? Or did I miss something and there is already a way on OpenApi to specify these groups?