We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
does the validator accepts x-nullable flag for property? If not, is there any possibility to do make property nullable?
The text was updated successfully, but these errors were encountered:
No, it's currently not supported. It looks like it's a vendor extension though (prefixed with x-).
x-
It's also not supported in either the JSON Schema Validation specification, nor in json-schema-validator which is used to do the actual validation.
=> I don't think this kind of validation can be done easily.
Sorry, something went wrong.
No branches or pull requests
Hi,
does the validator accepts x-nullable flag for property? If not, is there any possibility to do make property nullable?
The text was updated successfully, but these errors were encountered: