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
In our use case, we're accepting small patches to a JSON document and we'd like to be able to validate the changed path only.
From a public API standpoint, we'd have our schema(s) and would be able to pass a pointer to a function to validate only the valued changed at the pointer.
Looking at the internal API structure, I don't think this would be too hard. If this is something that might benefit others, then I could make a PR.
I'd like some feedback on the idea about its usefulness and feasibility!
The text was updated successfully, but these errors were encountered:
Hi! Sorry for the long delay, but it is solvable now. See this comment. There are a few things to improve in the API and I'll keep track of it in #432.
In our use case, we're accepting small patches to a JSON document and we'd like to be able to validate the changed path only.
From a public API standpoint, we'd have our schema(s) and would be able to pass a pointer to a function to validate only the valued changed at the pointer.
Looking at the internal API structure, I don't think this would be too hard. If this is something that might benefit others, then I could make a PR.
I'd like some feedback on the idea about its usefulness and feasibility!
The text was updated successfully, but these errors were encountered: