File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/datamodel_code_generator Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 7878 "--naming-strategy" : "Use parent-prefixed naming strategy for duplicate model names." ,
7979 "--no-alias" : "Disable Field alias generation for non-Python-safe property names." ,
8080 "--no-treat-dot-as-module" : "Keep dots in schema names as underscores for flat output." ,
81+ "--no-use-closed-typed-dict" : "Control PEP 728 TypedDict closed/extra_items generation." ,
8182 "--no-use-specialized-enum" : "Disable specialized Enum classes for Python 3.11+ code generation." ,
8283 "--no-use-standard-collections" : "Use typing.Dict/List instead of built-in dict/list for container types." ,
8384 "--no-use-union-operator" : "Use Union[X, Y] / Optional[X] instead of X | Y union operator." ,
112113 "--url" : "Fetch schema from URL with custom HTTP headers." ,
113114 "--use-annotated" : "Use typing.Annotated for Field() with constraints." ,
114115 "--use-attribute-docstrings" : "Generate field descriptions as attribute docstrings instead of Field descriptions." ,
116+ "--use-closed-typed-dict" : "Control PEP 728 TypedDict closed/extra_items generation." ,
115117 "--use-decimal-for-multiple-of" : "Generate Decimal types for fields with multipleOf constraint." ,
116118 "--use-default" : "Use default values from schema in generated models." ,
117119 "--use-default-factory-for-optional-nested-models" : "Generate default_factory for optional nested model fields." ,
You can’t perform that action at this time.
0 commit comments