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

Make unsigned integers implicityly minimum zero #515

Merged
merged 1 commit into from
Mar 12, 2023

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Mar 12, 2023

Make ToSchema struct fields with unsigned integer types implicityly have minimum 0 validation rule.

Fixes #501

@juhaku juhaku assigned juhaku and unassigned juhaku Mar 12, 2023
Make `ToSchema` struct fields with unsigned integer types implicityly
have minimum 0 validation rule.
@juhaku juhaku force-pushed the make-unsiged-integer-implicit-minimum-zero branch from e035848 to e962c99 Compare March 12, 2023 13:28
@juhaku juhaku merged commit cd22c7e into master Mar 12, 2023
@juhaku juhaku deleted the make-unsiged-integer-implicit-minimum-zero branch March 12, 2023 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

Unsigned integers should implicitly have minimum=0
1 participant