Skip to content
New issue

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

Fix additionalProperties bug. #1858

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

altro3
Copy link
Collaborator

@altro3 altro3 commented Nov 8, 2024

Don't need to create x-enum-varnames extensions, when enum values and names are equal.

Fixed #1856

@altro3 altro3 force-pushed the additional-props branch 2 times, most recently from 307afea to 50756cb Compare November 8, 2024 08:56
@altro3 altro3 requested a review from sdelamo November 8, 2024 08:56
@altro3
Copy link
Collaborator Author

altro3 commented Nov 8, 2024

@sdelamo Found the problem

Don't need to create `x-enum-varnames` extensions, when enum values and names are equal.

Fixed micronaut-projects#1856
@sdelamo sdelamo merged commit 5284b8e into micronaut-projects:6.13.x Nov 8, 2024
6 checks passed
@sdelamo sdelamo added the type: bug Something isn't working label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

additionalProperties must be either a Boolean or a Schema instance
2 participants