swagger-spec-express
swagger-spec-express copied to clipboard
"addedParameters" is not a valid swagger param
trafficstars
This package is adding a param to each route called "addedParameters" this param is not in the swagger speck and is causing my swagger files to be marked as invalid (when using http://editor.swagger.io/)
Can this be either removed or disable-able using an option to swagger.initialise(app, options)?
I'm quite swamped at the moment but am open to a PR if you have some time?