Previously, we need to inject /health and /server/info paths during the code generation. This makes harder to replace the specification file in the config folder once the spec is changed. Now it can be easily replaced as the file should be the same as the input specification.
Also, we should support the openapi.yml as model input and use it in the config folder as specification format. The swagger framework can only use JSON format as it is the limitation of swagger-io libraries.
Previously, we need to inject /health and /server/info paths during the code generation. This makes harder to replace the specification file in the config folder once the spec is changed. Now it can be easily replaced as the file should be the same as the input specification.
Also, we should support the openapi.yml as model input and use it in the config folder as specification format. The swagger framework can only use JSON format as it is the limitation of swagger-io libraries.