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
Is there a way to validate that if patch is applied it will produce a valid value for Schema?
P.S. - I know that I can apply the patch and then validate the resulting object but if you have a large object with very frequent patches, this can get expensive.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Say I have a schema like this:
and I have a patch that I want to apply to it:
Is there a way to validate that if
patch
is applied it will produce a valid value forSchema
?P.S. - I know that I can apply the patch and then validate the resulting object but if you have a large object with very frequent patches, this can get expensive.
Beta Was this translation helpful? Give feedback.
All reactions