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

feat: Support other types than string in enum schemas #4769

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

T3rm1
Copy link

@T3rm1 T3rm1 commented Oct 25, 2024

Refactor the method for generating enum schemas to better handle type-specific schemas, such as IntegerSchema. This change ensures that integer-based enums are correctly represented in the generated schemas.

fixes #4768

@T3rm1 T3rm1 changed the title feat: Refactor enum schema generation feat: Support other types than string in enum schemas Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support integer enum values
1 participant