forked from loafle/openapi-generator-original
* Added library 'jvm-spring-webclient' to Kotlin client generator * Reran all generators and generated docs * Changed target of kotlin-jvm-spring-webclient sample from 2_0 to 3_0 * Added build of kotlin-jvm-spring-webclient to github workflow
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 |