Skip to content

Inefficient iterative validation and patch #232

Open
@didier-brizet

Description

@didier-brizet

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions