tdegrunt / jsonschema

JSON Schema validation
Other
1.83k stars 263 forks source link

Handling of object type (Boolean, String, Number) #351

Open vwensel opened 3 years ago

vwensel commented 3 years ago

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.

awwright commented 2 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.