Hi all!
I created an API Schema in Postman.
I marked all the requests by tags and checked the correctness on https://editor.swagger.io/
Everything looks correct.
But when I generate a collection from the scheme I have some issues:
- Some requests were placed out of the tag directory. (They are placed correctly on swagger editor)
- Some requests generate “documentation” and “mock server” validating issues, like providing = to the query param, instead of “example” integer value.
Is it a bug or I do anything wrong?
Upd: Version 7.23.0 (7.23.0)
Thanks!