forked from loafle/openapi-generator-original
[java] Fix enum ref issue in array default value (#14638)
* fix enum ref issue in array default value (java) * update samples * update tests * update samples
This commit is contained in:
15
samples/client/echo_api/java/native/docs/StringEnumRef.md
Normal file
15
samples/client/echo_api/java/native/docs/StringEnumRef.md
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
# StringEnumRef
|
||||
|
||||
## Enum
|
||||
|
||||
|
||||
* `SUCCESS` (value: `"success"`)
|
||||
|
||||
* `FAILURE` (value: `"failure"`)
|
||||
|
||||
* `UNCLASSIFIED` (value: `"unclassified"`)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user