forked from loafle/openapi-generator-original
fix java okhttp (array of enum property)
This commit is contained in:
27
samples/client/petstore/java/okhttp-gson/docs/EnumArrays.md
Normal file
27
samples/client/petstore/java/okhttp-gson/docs/EnumArrays.md
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
# EnumArrays
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**justEnum** | [**JustEnumEnum**](#JustEnumEnum) | | [optional]
|
||||
**arrayEnum** | [**List<ArrayEnumEnum>**](#List<ArrayEnumEnum>) | | [optional]
|
||||
|
||||
|
||||
<a name="JustEnumEnum"></a>
|
||||
## Enum: JustEnumEnum
|
||||
Name | Value
|
||||
---- | -----
|
||||
BIRD | "bird"
|
||||
EAGLE | "eagle"
|
||||
|
||||
|
||||
<a name="List<ArrayEnumEnum>"></a>
|
||||
## Enum: List<ArrayEnumEnum>
|
||||
Name | Value
|
||||
---- | -----
|
||||
FISH | "fish"
|
||||
CRAB | "crab"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user