-
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
"map" validator doesn't validate key, when using include #133
Comments
As mentioned in the declined PR, the best course of action is to prevent the |
Hm, I had hoped to use schema:
input:
My intention was to have the definition for the |
|
First of all, congrats for the great job you've done. Yamale is exactly what I needed for a project I'm working on. Now, to the bug report:
"map" validator fails to validate a key, when function used is "included". See example below:
Consider YAML data below, for testing purposes:
test.yaml
WORKING (meaning validation fails):
schema.yaml
NON-WORKING (meaning validation passes):
schema.yaml
Tested with latest release, 3.0.2 .
The text was updated successfully, but these errors were encountered: