Fixes python test_fake_api tests (#9483)

* Fixes test_upload_download_file

* Fixes test_string

* Fixes test_string_enum

* Fixes test_number_with_validations test_composed_one_of_number_with_validations

* Fixes two more tests

* Fixes test_array_of_enums

* Fixes two tests

* Removes comment

* Fixes serializationf of composed schema object models, fixes test

* Samples regenerated

* Removes pdb
This commit is contained in:
Justin Black
2021-05-17 20:15:53 -07:00
committed by GitHub
parent e1ef7d40b3
commit fb3aed6dc4
22 changed files with 593 additions and 445 deletions

View File

@@ -0,0 +1,12 @@
# FakePostInlineAdditionalPropertiesPayloadArrayData
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**labels** | **[str, none_type]** | | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)