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

Change type limit from int32 to int64. #12

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Change type limit from int32 to int64. #12

merged 1 commit into from
Apr 17, 2024

Commits on Apr 17, 2024

  1. Change type limit from int32 to int64.

    Type `integer` of JSON schema means not `int32`, but `int64`. Also, the `multipleOf` property must be positive value and it must be greater than zero. The zero value cannot be assigned.
    
    This PR follows such spec of JSON schema, so that upgrade the patch version.
    samchon committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3e931fa View commit details
    Browse the repository at this point in the history