-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fix schema validation for yaml files #79
Comments
A second issue was found, when passing the correct schema:
This error is raised:
FYI @nvnieuwk |
Note to self: this is because the schema expects a map, but gets a list After fixing this another issue occured:
|
This has been fixed and will be available in the soon to be released 2.3.0 version :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to use the following incorrect schema file:
On this .yaml file:
Raises this error:
The issue seems to be that schema doesn't match the file, but the error could be improved to display how is it not matching and why.
FYI @nvnieuwk
Tasks
The text was updated successfully, but these errors were encountered: