-
Notifications
You must be signed in to change notification settings - Fork 357
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
validation since 5.2.2 is broken because of [id] field #458
Comments
Thanks for reporting this. However, the current release is 5.2.5 (not 5.2.2), and fixes some known bugs relating to id / $ref. Do you still encounter this problem with v5.2.5? |
@eugene-matvejev I've tested your project with 5.2.5, and can confirm I have replicated the issue within that project. Could you please post a minimal test case that illustrates where you are encountering this, rather than an entire project? |
I have now pinpointed the root cause of this problem.
This is fixed in #459, and I will backport it for 5.2.6 once merged. I can confirm this fix resolves the issue in your project. In the meantime, if you add any arbitrary Note also that your use of the |
Hello guys, I noticed that with 5.2.2 validation is broken, if ID field is present.
I made side project to demonstrate issue:
Working: eugene-matvejev/symfony-battleship#754
Broken: eugene-matvejev/symfony-battleship#755
json schemas:
https://github.com/eugene-matvejev/battleship-game-api-json-schema
output
The text was updated successfully, but these errors were encountered: