You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generators/python.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
24
24
|disallowAdditionalPropertiesIfNotPresent|If false, the 'additionalProperties' implementation (set to true by default) is compliant with the OAS and JSON schema specifications. If true (default), keep the old (incorrect) behaviour that 'additionalProperties' is set to false by default.|<dl><dt>**false**</dt><dd>The 'additionalProperties' implementation is compliant with the OAS and JSON schema specifications.</dd><dt>**true**</dt><dd>Keep the old (incorrect) behaviour that 'additionalProperties' is set to false by default.</dd></dl>|true|
25
25
|generateSourceCodeOnly|Specifies that only a library source code is to be generated.||false|
26
26
|hideGenerationTimestamp|Hides the generation timestamp when files are generated.||true|
27
+
|lazyImports|Enable lazy imports.||false|
27
28
|library|library template (sub-template) to use: asyncio, tornado (deprecated), urllib3||urllib3|
28
29
|mapNumberTo|Map number to Union[StrictFloat, StrictInt], StrictStr or float.||Union[StrictFloat, StrictInt]|
29
30
|packageName|python package name (convention: snake_case).||openapi_client|
0 commit comments