KWALIFY(1) | User Commands | KWALIFY(1) |
NAME¶
kwalify - Tiny schema validator for YAML and JSON
SYNOPSIS¶
kwalify [-h | --help | -v]
kwalify [-s] [-t] [-l] [-E] -f schema.yaml doc.yaml [doc2.yaml ...]
kwalify [-s] [-t] [-l] [-E] -m schema.yaml [schema2.yaml ...]
kwalify [-s] [-t] [-l] [-E] {-a action | -ha action} -f schema.yaml [schema2.yaml ...]
DESCRIPTION¶
kwalify validates schema file, or YAML / JSON file against a schema.
OPTIONS¶
-h --help
-v
-s
-t
-l
-E
-m schema.yaml
-f schema.yaml
-a action
-ha action
doc.yaml
AUTHOR¶
Marc `Duck` Dequènes <Duck@DuckCorp.org>
COPYRIGHT¶
Copyright © 2007-2011 Marc Dequènes (Duck)
This manual page was written for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License version 3 can be found in /usr/share/common-licenses/GPL-3.
2011-09-16 | Kwalify |