openapi-generator/samples/openapi3/client/petstore/python/docs/MixedPropertiesAndAdditionalPropertiesClass.md
William Cheng 7811390b7b
Add multiple servers support to Python client (#1969)
* add multiple server support to python client

* various fixes

* minor fixes, add tests

* test oas2 python first

* fix tests

* fix issues reported by flake8

* update code format

* add python petstore to ensure up-to-date

* rearrange test

* fix E501

* fix tests

* add new files

* fix script permission

* fix index check

* update samples
2019-01-28 11:24:48 +08:00

465 B

MixedPropertiesAndAdditionalPropertiesClass

Properties

Name Type Description Notes
uuid str [optional]
date_time datetime [optional]
map dict(str, Animal) [optional]

[Back to Model list] [Back to API list] [Back to README]