forked from loafle/openapi-generator-original
Fix enum model docs for JS and Java clients
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
# SwaggerPetstore.EnumClass
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
## Enum
|
||||
|
||||
|
||||
* `_abc` (value: `"_abc"`)
|
||||
|
||||
* `-efg` (value: `"-efg"`)
|
||||
|
||||
* `(xyz)` (value: `"(xyz)"`)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user