-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Strange error #62
Comments
Hi @alebian. Were you able to solve this issue? I'm having a similar issue where my rspec tests are failing due to missing properties that are not required. Here's my rspec output:
|
Have you tried adding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I have this schema definitions:
With this JSON:
I am getting this error:
The property '#/article_sections/0/pictures/0' did not contain a required property of 'thumb' in schema file...CORRECT_PATH
...I am really confused because I have other schema that uses the same uploader.json (but has the thumb property) and it works just fine.
Thanks!
The text was updated successfully, but these errors were encountered: