Open
Description
The iterative method, that repeats the validation of a document to generate a patch composed of some default values from the schema, then applying of the patch and so on until the returned patch was empty, is inefficient on large and deep document and/or schema.
A new method is needed to in-place patch the validated JSON document to achieve the same result as the iterative method but with less execution time.