mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-16 13:29:05 +00:00
558 B
558 B
SwaggerPetstore.Pet
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | [optional] | |
| category | Category | [optional] | |
| name | String | ||
| photoUrls | [String] | ||
| tags | [Tag] | [optional] | |
| status | String | pet status in the store | [optional] |
Enum: StatusEnum
-
available(value:"available") -
pending(value:"pending") -
sold(value:"sold")