We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d1a1a commit 0321209Copy full SHA for 0321209
openapi_python_client/parser/properties/schemas.py
@@ -68,7 +68,7 @@ def update_schemas_with_data(
68
69
prop: Union[PropertyError, Property]
70
prop, schemas = property_from_data(
71
- data=data, name=ref_path, schemas=schemas, required=True, parent_name=None, config=config
+ data=data, name=ref_path, schemas=schemas, required=True, parent_name="", config=config
72
)
73
74
if isinstance(prop, PropertyError):
0 commit comments