swagger-py-codegen icon indicating copy to clipboard operation
swagger-py-codegen copied to clipboard

Replace validator and definitions parser with `json-spec`

Open SimplicityGuy opened this issue 9 years ago • 1 comments

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.

SimplicityGuy avatar Apr 28 '16 12:04 SimplicityGuy

How do we replace the current validator with this one?

ciacicode avatar Aug 12 '17 07:08 ciacicode