Skip to content

Commit

Permalink
fix plural typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmackaij committed Apr 5, 2024
1 parent dad1704 commit 6dffd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenApiLibCore/openapi_libcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ def get_dependent_id(

property_type = properties_schema.get("type")
if property_type is None:
property_types = properties_schema.get("type")
property_types = properties_schema.get("types")
if property_types is None:
if properties_schema.get("properties") is not None:
nested_data = self.get_json_data_for_dto_class(
Expand Down

0 comments on commit 6dffd8a

Please sign in to comment.