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
jsonschema doesnt define a maximum length for the integer, so i do think it should be translated to big.Int
would PR, but mosts of the tests are failing.
The text was updated successfully, but these errors were encountered:
Or at least int64 rather than int.
int64
int
Sorry, something went wrong.
Upd here. Is there a possibility to force generate int64 instead of int32? Say, with CLI flags.
No branches or pull requests
jsonschema doesnt define a maximum length for the integer, so i do think it should be translated to big.Int
would PR, but mosts of the tests are failing.
The text was updated successfully, but these errors were encountered: