pkwalify - Kwalify schema for data structures
pkwalify [-v] [-s] -f schemafile datafile
pkwalify validates the data from datafile (which may be a the YAML manpage or the JSON manpage file) against a schema defined with schemafile (which also may be a YAML or JSON file).
The program returns the number of errors found in the datafile. An exit status 0 means no errors.
Specify a schema file, either as YAML or JSON. Required.
Be silent if the document is valid.
Show script and module versions and exit.
Slaven Reziæ, <srezic@cpan.org>
the Kwalify manpage, kwalify(1), the JSON manpage, the YAML manpage.