forked from loafle/openapi-generator-original
Adds ability to turn inline model resolver on or off and uses it in python-experimental (#12198)
* Adds getUseInlineModelResolver and uses it * Regenerates python-exp samples * Regenerates docs * Samples regenerated * Moves codegenProperty.complexType setting * Fixes python-experimental tests * Reverts vesion file change * Improves type setting code for python-exp * Fixes AnyType type hint * Samples regenerated
This commit is contained in:
@@ -27,6 +27,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|
||||
|packageVersion|python package version.| |1.0.0|
|
||||
|projectName|python project name in setup.py (e.g. petstore-api).| |null|
|
||||
|recursionLimit|Set the recursion limit. If not set, use the system default value.| |null|
|
||||
|useInlineModelResolver|use the inline model resolver, if true inline complex models will be extracted into components and $refs to them will be used| |false|
|
||||
|useNose|use the nose test framework| |false|
|
||||
|
||||
## IMPORT MAPPING
|
||||
|
||||
Reference in New Issue
Block a user