This website requires JavaScript.
Explore
Help
Sign In
loafle
/
openapi-generator-original
Watch
3
Star
0
Fork
1
You've already forked openapi-generator-original
mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced
2025-05-13 21:20:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
openapi-generator-original
/
samples
/
documentation
/
markdown
/
Models
/
Pet.md
William Cheng
f5b5feb58d
remove warnings related to escaping the characters in the md generator (
#12774
)
2022-07-06 14:19:40 +08:00
677 B
Raw
Permalink
Blame
History
Pet
Properties
Name
Type
Description
Notes
id
Long
[optional] [default to null]
category
Category
[optional] [default to null]
name
String
[default to null]
photoUrls
List
[default to null]
tags
List
[optional] [default to null]
status
String
pet status in the store
[optional] [default to null]
[Back to Model list]
[Back to API list]
[Back to README]