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
/
scala-akka
/
docs
/
Pet.md
William Cheng
277b43bcea
partial fix
2024-10-19 15:10:45 +08:00
515 B
Raw
Permalink
Blame
History
Pet
A pet for sale in the pet store
Properties
Name
Type
Description
Notes
id
Long
[optional]
category
Category
[optional]
name
String
photoUrls
Seq<String>
tags
Seq<Tag>
[optional]
status
Status
pet status in the store
[optional]
Enum: Status
Allowed values: [available, pending, sold]