OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
# WarningType
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Description
Enums in a model do not show possible values; they just have an empty table like regular objects, which is not suitable here.
openapi-generator version
4.3.0
OpenAPI declaration file content or url
bug.zip
Command line used for generation
mvn clean compile
Steps to reproduce
Create OpenAPI yaml with enum component.
Related issues/PRs
Suggest a fix