instrumenta / openapi2jsonschema

Convert OpenAPI definitions into JSON schemas for all types in the API
Other
226 stars 87 forks source link

Duplicated function #23

Closed ghost closed 5 years ago

ghost commented 5 years ago

I was just reviewing the new changes you’ve been adding for support for different Kubernetes api version and group (thanks!) and noticed that there’s a function that is duplicated: https://github.com/garethr/openapi2jsonschema/blob/master/openapi2jsonschema/command.py#L123-L142

garethr commented 5 years ago

Thanks, it came in as part of a merge and I'd just removed it. Thanks for flagging.