feathersjs-ecosystem / feathers-swagger

Add documentation to your FeatherJS services and feed them to Swagger UI.
MIT License
225 stars 63 forks source link

fix: Remove invalid root level keys from swagger file #127

Closed EspadaV8 closed 5 years ago

EspadaV8 commented 5 years ago

feathers-swagger adds a number of invalid keys to the root level document that throw warnings when passing the generated file into e.g https://editor.swagger.io/.

This is a small part of #117 by @wnxhaja