Replies: 3 comments 6 replies
-
@vitno1 What is it that you are trying to do? The RefValidator is an internal component. Usually one uses JsonSchemaFactory to create a JsonSchema and then uses JsonSchema to either validate a JSON instance or walk the schema. You can find more information about implementing a walker in this documentation. https://github.com/networknt/json-schema-validator/blob/master/doc/walkers.md |
Beta Was this translation helpful? Give feedback.
-
I used the Getting Started documentation when I first started using this library. The problem that I see is you are attempting to use a component of the library that is meant for internal use. Try this instead
|
Beta Was this translation helpful? Give feedback.
-
You continue to say that, "it doesn't work" but you have not explained how it is not working. |
Beta Was this translation helpful? Give feedback.
-
Hello
I have this schema with $ref
And also I have a schema which I refer to
I am trying to validate the following input data
My code looks like this
No matter how I tried to do something, but it doesn’t work, there is no intelligible documentation, I’m sitting wondering what needs to be done to make it work.
Beta Was this translation helpful? Give feedback.
All reactions