forked from loafle/openapi-generator-original
* 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
550 B
550 B
Order
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | int | [optional] | |
pet_id | int | [optional] | |
quantity | int | [optional] | |
ship_date | datetime | [optional] | |
status | str | Order Status | [optional] |
complete | bool | [optional] [default to False] |