Open rayk47 opened 1 year ago
Hi,
I think that this feature is not in the scope of the project , but I would recommend to read this article which describes the process and tooling needed to get it done : https://davidgarcia.dev/posts/how-to-split-open-api-spec-into-multiple-files/
I believe that it is just what you are looking for 😃
Given I have multiple APIs and API paths I would like to load multiple yaml files and have openapix merge them. For example
In the case above I would like to define a source for each of the APIs so that I can maintain individual API yamls instead of one huge yaml that all of my developers have to maintain. This would support the use of lambdas and cutting up the application APIs to allow multiple developers to work in parallel without conflicts. One way this could be done is by adding "source" at the path level.