Multi-file Swagger example
Example of how to split up a large Swagger spec into smaller files.
Install the node tool:
npm install -g multi-file-swaggerRun the command like so:
multi-file-swagger index.yaml > index.jsonThis will resolve every json pointer ($ref) externally or internally and then save it in a json file. Which can then be used for code generation and so on.
MIT