forked from loafle/openapi-generator-original
* Rest-assured http client has been added ApiClient has been added @Deprecated has been added for operation {{{returnType}}} has been fixed build.gradle.mustache, build.sbt.mustache, api_doc_mustache has been added Samples has been added for rest-assured Useless supporting files has been removed for rest-assured Sample has been added for rest-assured * Tests has been added * Doc and tests has been fixed, JSON.mustache moved to common
591 B
591 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" |