forked from loafle/openapi-generator-original
* Add async native Java Client * UPDATE: Reformat the samples * test java native async in drone.io * update test count Co-authored-by: William Cheng <wing328hk@gmail.com>
569 B
569 B
Pet
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Long | [optional] | |
category | Category | [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" |