openapi3-parser
openapi3-parser copied to clipboard
[Feature] Use pydantic instead of raw parsing
What is a problem?
A lot of inappropriate code for parsing key-value to data classes, like extract_attrs
or extract_typed_props
Describe the solution you'd like Use Pydantic with automatic resolving and type casting methods
Describe alternatives you've considered Nothing
Additional context Nothing