Get the line number on which there is an error #53
Unanswered
MuhammadHaseebAli
asked this question in
Q&A
Replies: 2 comments
-
Some tooling will give you the JSON Pointer, such as https://github.com/hyperjump-io/json-schema-validator I haven't done this myself, but I believe it's possible. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was also asked on https://stackoverflow.com/questions/69255306/get-the-line-number-on-which-there-is-an-error-in-json-schema-definition. |
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
-
Is it possible to get the line number on which there is an error while validation the schema definition
for example, if we have a schema and we make a typo like "objects" (the correct one is "object") and it will tell us that there is an error on line number "20"
Beta Was this translation helpful? Give feedback.
All reactions