This library fails for the schemas which have a `type` that could be either an array, string or a null. Example: ``` "type": [ "null", "object", "string" ], ```
This library fails for the schemas which have a
typethat could be either an array, string or a null.Example: