mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-13 00:21:18 +00:00
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:
@@ -3,7 +3,7 @@
|
||||
#### Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**someProp** | **str** | | [optional]
|
||||
**someProp** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional]
|
||||
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
Reference in New Issue
Block a user