forked from loafle/openapi-generator-original
664 B
664 B
PetUsingAllOf
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Long | [optional] | |
category | Category | multi line description 2nd line last line | [optional] |
name | String | ||
photoUrls | List<String> | ||
tags | List<Tag> | [optional] | |
status | StatusEnum | pet status in the store | [optional] |
Enum: StatusEnum
Name | Value |
---|---|
AVAILABLE | "available" |
PENDING | "pending" |
SOLD | "sold" |