metarhia / metaschema

Schema definition and validation 💡
https://metarhia.com
MIT License
53 stars 18 forks source link

Add null value check for non required fields #433

Closed unnamddd closed 2 years ago

unnamddd commented 2 years ago

Bug description

To make schemas work with external api's written in different languages we need to add null check for not required fields. Right now schema validator will always return false for null value.