This website requires JavaScript.
Explore
Help
Sign In
loafle
/
openapi-generator
Watch
3
Star
0
Fork
0
You've already forked openapi-generator
forked from
loafle/openapi-generator-original
Code
Pull Requests
Activity
openapi-generator
/
samples
/
client
/
petstore
/
python
/
docs
/
Pet.md
William Cheng
f2002b25da
[Python] remove default value from being fallback to example (
#2213
)
...
* remove example fallback * reset test case
2019-02-22 20:44:27 +08:00
550 B
Raw
Permalink
Blame
History
Pet
Properties
Name
Type
Description
Notes
id
int
[optional]
category
Category
[optional]
name
str
photo_urls
list[str]
tags
list[Tag]
[optional]
status
str
pet status in the store
[optional]
[Back to Model list]
[Back to API list]
[Back to README]