forked from loafle/openapi-generator-original
* Bumped kotlin spring-jvm-webclient spring boot version from 2.7.11 to 3.1.0 * Do not redefine HttpHeaders and MediaType for simpler code * Added a simpler constructor to the api and simplified encodeURIComponent * Added support for Spring Boot 3 in kotlin-client jvm-spring-webclient generator * Fixed small syntactical regression in Kotlin client build.gradle
578 B
578 B
Pet
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | kotlin.String | ||
| photoUrls | kotlin.collections.List<kotlin.String> | ||
| id | kotlin.Long | [optional] | |
| category | Category | [optional] | |
| tags | kotlin.collections.List<Tag> | [optional] | |
| status | inline | pet status in the store | [optional] |
Enum: status
| Name | Value |
|---|---|
| status | available, pending, sold |