We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147fe01 commit 8b27773Copy full SHA for 8b27773
openapi_python_client/parser/properties/property.py
@@ -28,6 +28,7 @@ class Property:
28
python_name: str = attr.ib(init=False)
29
30
template: ClassVar[Optional[str]] = None
31
+ json_is_dict: ClassVar[bool] = False
32
33
def __attrs_post_init__(self) -> None:
34
object.__setattr__(self, "python_name", utils.to_valid_python_identifier(utils.snake_case(self.name)))
0 commit comments