We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While I was working on #1693 I have discovered an other case that is not working with x-enum-varnames: when the enum is defined in a list.
x-enum-varnames
4.0.0-SNAPSHOT
SomeObject: type: object properties: someProperty: type: array items: type: integer format: int64 enum: - 20 - 30 - 40 x-enum-varnames: - TWENTY - THIRTY - FORTY
The text was updated successfully, but these errors were encountered:
👍 Thanks for opening this issue! 🏷 I have applied any labels matching special text in your issue.
Please review the labels and make any necessary changes.
Sorry, something went wrong.
PR #1703 is merged
No branches or pull requests
Description
While I was working on #1693 I have discovered an other case that is not working with
x-enum-varnames
: when the enum is defined in a list.openapi-generator version
4.0.0-SNAPSHOT
OpenAPI declaration file content or url
The text was updated successfully, but these errors were encountered: