-
Notifications
You must be signed in to change notification settings - Fork 88
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
strict mode? #27
Comments
+1 for this feature. I also would like Yamale to check keys that are not in the schema. Thanks for the library anyway! |
+1. This is a primary thing I'd like to have :) |
+1 this would be great! |
+1 |
Is there any interest in doing work on this? I started taking a crack at it and then realized that it probably means restructuring the whole library. Just looking to gauge interest from the development team - if it's not a planned feature, I'll be happy to just use a different library. |
Hi @alertedsnake, thanks for your interest. A little while ago, @drmull mentioned in #60 that they had started working on a PR that would address this. Once that is up for review, I'll be looking at that and #60 to put in together. |
This is available in version 2.0. |
Keys that do not fit the schema are ignored - so I could have a typo in an optional key and never know about it. It would be nice to have a strict mode where you get a warning that keys were found that are not in the schema.
The text was updated successfully, but these errors were encountered: