samchon / nestia

NestJS Helper Libraries + TypeScript OpenAPI generator
https://nestia.io/
MIT License
1.76k stars 91 forks source link

Enhance `@nestia/migrate` for non-standard case. #827

Closed samchon closed 5 months ago

samchon commented 5 months ago

Even the example swagger file of swagger.io is not following the standard OpenAPI specs. Also, some examples of swagger.io is using weird status code "default" instead of 200 or 201.

This PR enhances the @nestia/migrate to avoid such non-standard cases.