Open vwensel opened 3 years ago
I'll have to research this a bit, this may be a breaking change. Boolean, String, and Number are objects in many respects and this may break some implementations.
On the flip side, this may be a good time to add support for BigInt
.
Because we need some information and store it in the types, we need object types like Boolean, String and Number. So that the jsonschema can handle these types, the validation had to have this knowledge.