You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current walk and validation flow primarily work with single JSON node against a schema, but is there a possibility to walk multiple data nodes against a single schema.
A bulkified version would be helpful for perfomance improvements for our use-case which needs to validate multiple data nodes against single schema.
Doing some local anaylsis to find scope of improvements but wanted to get initial thoughts here as well.
Thanks for the help!