openapi-python-client
openapi-python-client copied to clipboard
feat!:Use "Type<Title>" instead of "Type<Index>" if available
Changed behavior from using the term x_type_0 to x_type_y if x is a Schema that defines a Title property string y.
This provides an easier interface for understanding what users are importing, as well as less reliance on the ordering of the schema.
Force-pushed a linting fix