swagger-py-codegen
swagger-py-codegen copied to clipboard
Replace validator and definitions parser with `json-spec`
https://pypi.python.org/pypi/json-spec
The above package seems to do the majority of what validators and parser does. Instead of continuing to maintain these two, consider moving to the above package for robustness.
How do we replace the current validator with this one?