Suppose I have Openapi specification file (api-docs.yml). I need to create a copy of it with:
- different
serversblock - filtered
pathsby tag (with removing unnecessary schemas)
Do any solutions exist to make such things, or it's only possible to write your own parser?
I'm using Java so Java-based solutions (maven plugins etc.) are preferred.