forked from loafle/openapi-generator-original
Add enum to Java docs
* Parameter enum values * Inner enum class (model property) * Outer enum class (enum model/definition)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
# Pet
|
||||
|
||||
## Properties
|
||||
@@ -8,6 +9,16 @@ Name | Type | Description | Notes
|
||||
**name** | **String** | |
|
||||
**photoUrls** | **List<String>** | |
|
||||
**tags** | [**List<Tag>**](Tag.md) | | [optional]
|
||||
**status** | **String** | pet status in the store | [optional]
|
||||
**status** | [**StatusEnum**](#StatusEnum) | pet status in the store | [optional]
|
||||
|
||||
|
||||
<a name="StatusEnum"></a>
|
||||
## Enum: StatusEnum
|
||||
Name | Value
|
||||
---- | -----
|
||||
AVAILABLE | available
|
||||
PENDING | pending
|
||||
SOLD | sold
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user