This repository contains the minimal reproducible swagger code of multiple yamls
$ make
You can check the swagger doc at http://localhost:3000
Toggle the following import path to see different result
import { option } from "./swagger-jsdoc/config.js";
// import { option } from "./swagger-combine/config.js";
Toggle the following import path to see different result
// import { option } from "./swagger-jsdoc/config.js";
import { option } from "./swagger-combine/config.js";