Skip to content

Commit

Permalink
regenerated samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Levine committed Dec 1, 2020
1 parent 1e16716 commit ebb16e4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
6 changes: 4 additions & 2 deletions samples/client/petstore/python/petstore_api/model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,8 @@ def validate_and_convert_types(input_value, required_types_mixed, path_to_item,
configuration,
spec_property_naming,
key_type=False,
must_convert=True
must_convert=True,
check_type=_check_type
)
return converted_instance
else:
Expand All @@ -1420,7 +1421,8 @@ def validate_and_convert_types(input_value, required_types_mixed, path_to_item,
configuration,
spec_property_naming,
key_type=False,
must_convert=False
must_convert=False,
check_type=_check_type
)
return converted_instance

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,8 @@ def validate_and_convert_types(input_value, required_types_mixed, path_to_item,
configuration,
spec_property_naming,
key_type=False,
must_convert=True
must_convert=True,
check_type=_check_type
)
return converted_instance
else:
Expand All @@ -1420,7 +1421,8 @@ def validate_and_convert_types(input_value, required_types_mixed, path_to_item,
configuration,
spec_property_naming,
key_type=False,
must_convert=False
must_convert=False,
check_type=_check_type
)
return converted_instance

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,8 @@ def validate_and_convert_types(input_value, required_types_mixed, path_to_item,
configuration,
spec_property_naming,
key_type=False,
must_convert=True
must_convert=True,
check_type=_check_type
)
return converted_instance
else:
Expand All @@ -1420,7 +1421,8 @@ def validate_and_convert_types(input_value, required_types_mixed, path_to_item,
configuration,
spec_property_naming,
key_type=False,
must_convert=False
must_convert=False,
check_type=_check_type
)
return converted_instance

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,8 @@ def validate_and_convert_types(input_value, required_types_mixed, path_to_item,
configuration,
spec_property_naming,
key_type=False,
must_convert=True
must_convert=True,
check_type=_check_type
)
return converted_instance
else:
Expand All @@ -1420,7 +1421,8 @@ def validate_and_convert_types(input_value, required_types_mixed, path_to_item,
configuration,
spec_property_naming,
key_type=False,
must_convert=False
must_convert=False,
check_type=_check_type
)
return converted_instance

Expand Down

0 comments on commit ebb16e4

Please sign in to comment.