Closed Dorthu closed 2 years ago
A Schema defined as:
example: type: object
should generate a Model named example with no __slots__.
example
__slots__
This change allows generation of a model as described, and closes https://github.com/Dorthu/openapi3/issues/70.
A Schema defined as:
should generate a Model named
example
with no__slots__
.This change allows generation of a model as described, and closes https://github.com/Dorthu/openapi3/issues/70.