Provided by: libcatmandu-perl_1.0700-1_all 

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
Catmandu::Fix
perl v5.26.1 2017-12-19 Catmandu::Fix::Condition::valid(3pm)