Open aep opened 3 years ago
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.
Or at least int64 rather than int.
int64
int
Upd here. Is there a possibility to force generate int64 instead of int32? Say, with CLI flags.
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.