forked from loafle/openapi-generator-original
* Fixed invalid extraction of response body in kotlin-client jvm-spring-* * Generated echo-api for kotlin-jvm-spring-3-restclient * Specific echo-api for Kotlin without allOf/anyOf * Specific echo-api for Kotlin without allOf/anyOf * Generated all samples * Added kotlin-jvm-spring-3-restclient sample to workflow * Fixed syntax problem
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 |