Prashanth Josyula
Prashanth Josyula
The one I mentioned in #249 was collecting data while validation is happening, for this issue we want to walk through the schema and data without validating and just for...
We will just have a new method in each validator named visit or walk. This has no impact on the current validation logics we have. In fact I wanted to...
Thank you @stevehu. Should we preserve the signature of the validate method on JsonSchema class. To support the new error message formats , the recursive validate calls should start returning...
Also the way spec represents either the error schema path or error data node path doesn’t follow neither of JSON path or JSON pointer representations. Any thoughts?
Thank you @stevehu. For obeservation 2 there seems to be a problem with error message. The error message doesn't capture the exact property of the JSON causing the issue. I...
There are two specifications for accessing values in a JSON document. Schema Path in networknt closely resembles JSON Pointer spec notation (networknt schema path starts with a "#") and JSON...
@dustinhiatt-wf As far as my understanding we currently don't have the logic at place to pull the vocabularies on the fly. One approach I follow is to download all the...
Hi @dreis2211 thank you for bringing this up I will take a look into this. I think we can avoid multiple calls to the `CollectorContext` by a simple check like...
@tomdeering-wf I tried this in my local with the latest code and the walker behaves correctly and is getting called only once. Can you please add a test case for...
I see a reference of the similar issue in #3106, but is not fixed. Please let me know if someone is fixing this or I can create PR.