Skip to content
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

No error when schema not found #87

Closed
carole-lavillonniere opened this issue Nov 5, 2013 · 1 comment
Closed

No error when schema not found #87

carole-lavillonniere opened this issue Nov 5, 2013 · 1 comment

Comments

@carole-lavillonniere
Copy link

When referencing a non existing schema (incorrect path), the validation is not failing, which is misleading:

{
"type": "object",
"properties": {
"game": {
"allOf": [
{"$ref": "wrong/path/to/schema.json"}
]
}
}
}

@hoxworth
Copy link
Contributor

hoxworth commented Jan 5, 2014

Thanks - this should be fixed in 2.1.9.

@hoxworth hoxworth closed this as completed Jan 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants