Remote reference

Does Postman allow the creation of an OpenAPI 3 spec that is composed of multiple files, i.e. a main file making $ref to other smaller files? This would be tremendously helpful for modularization. Thanks!

1 Like

I got the same question / issue.

Want to have several files to be able to document my API (microservices across multiple repositories)
and having smaller files is easier to maintain.