forked from loafle/openapi-generator-original
* add jersey3 client support * update code to support jersey3 * test jersey3 in ci * update doc * update sbt, gradle build files
612 B
612 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" |