Provided by: libcatmandu-perl_1.2021-1_all bug

NAME

       Catmandu::Fix::Condition::valid - Execute fixes if the data passes validation

SYNOPSIS

           # reject all items not conforming to a schema
           select valid('', JSONSchema, schema: "my/schema.json")

           # check the author field
           unless valid(author, JSONSchema, schema: "my/author.schema.json")
              ... # repair or give warning
           end

SEE ALSO

       See Catmandu::Fix::validate to check and get validation errors.

perl v5.38.2                                       2024-07-02               Catmandu::Fix::Condition::valid(3pm)