Connor McArthur
Results
2
issues of
Connor McArthur
Hi @s-knibbs , Thanks for building and maintaining this package. I spent some time evaluating it today and noticed a surprising interaction between typing.Optional and how nullable fields are treated...
given a schema: ```json { "type": "object", "properties": { "example": { "type": ["null", "object"], "properties": { "date": { "type": "string", "format": "date-time" } } } } } ``` and input...