omissis/go-jsonschema

should integer be big.Int ?

aep opened this issue · 2 comments

aep commented

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.

mulho commented

Or at least int64 rather than int.

Upd here. Is there a possibility to force generate int64 instead of int32? Say, with CLI flags.