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

Conversation

samchon
Copy link
Owner

@samchon samchon commented Apr 17, 2024

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.

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 samchon added the enhancement New feature or request label Apr 17, 2024
@samchon samchon self-assigned this Apr 17, 2024
@samchon samchon merged commit f2af77f into master Apr 17, 2024
1 check passed
@samchon samchon deleted the features/3rd branch April 17, 2024 06:38
samchon added a commit to samchon/typia that referenced this pull request Apr 17, 2024
Upgraded `@samchon/openapi` for the samchon/openapi#12 and samchon/openapi#13 reasons.

Also, fix a bug of `@type X` comment tag that JSON schema cannot identify the `integer` type case.
samchon added a commit to samchon/nestia that referenced this pull request Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant