You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.
Is there a way to customize the validation logic to include support for nullable fields? I want to introduce a property like x-nullable: true in my definition and then write a validation function that accepts null values be stored & retrieved no matter what type my fields are.
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
Is there a way to customize the validation logic to include support for nullable fields? I want to introduce a property like
x-nullable: true
in my definition and then write a validation function that acceptsnull
values be stored & retrieved no matter what type my fields are.Thanks.
The text was updated successfully, but these errors were encountered: