Replies: 1 comment
-
Hi @itsMGA thanks for reporting the issue. Can you send more details? What version do you use? What exact error you get? Can you paste working example? That would help debugging your problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Atm, it seems for any schema irregularities, lets say in a massive json, where a integer field is string on response, it only raises this error without the specific field that is causing the problem, and figuring out which field is problematic is tedious, could we add a better schema validations errors messages?
I m using the following approach to validate the response vs the yaml schema:
Beta Was this translation helpful? Give feedback.
All reactions