We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
whenever there's a combination like: {"type": "integer", "maximum": 1e+32} will validate error
The text was updated successfully, but these errors were encountered:
Merge branch 'master' of github.com:networknt/json-schema-validator i…
ef1c6da
…nto fix/#160-max-value-float
Merge pull request #164 from networknt/fix/#160-max-value-float
17e90d8
Fix/#160 max value float
when schema type is integer but max/min value is a float point number
Sorry, something went wrong.
BalloonWen
No branches or pull requests
whenever there's a combination like:
{"type": "integer",
"maximum": 1e+32}
will validate error
The text was updated successfully, but these errors were encountered: