-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
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
Is there an option to set strict mode to be true ? #145
Comments
what data are you trying to validate? |
hi @sorinsarca thank you for your reply, this is sample of data that I want to validate:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in my case, only the main keys have been validated the inner keys (nested ones are not) so I think if there's an option to setthe strict mode to be true so the inner keys are validated :
schema :
only name, type, localizations, questions, sub-attributes, being validated if they are empty or not without checking their data types
The text was updated successfully, but these errors were encountered: