Issues for generated collection from API Schema

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:

  1. Some requests were placed out of the tag directory. (They are placed correctly on swagger editor)
  2. 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!

You can take a look at this comment for detail on how folders should be created in generated collection.

are you use global tags or only tags on each operation? if using yaml, is your spacing correct?