Mathieu Monin

Results 2 issues of Mathieu Monin

#123 Dealing with float is too complicated. I add some test to help to understand but it's not working well for all cases. You can find some examples here :...

Enum with both type with null, and string thow a validation error. ```json { "type": ["string", null], "enum": ["A", "B"] } ``` Today we need to use ```json { "oneOf":...