This is the command kwalify that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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
Show summary of options.
-v
Display version information.
-s
Be silent.
-t
Expand tab characters.
-l
Show linenumber when errored (experimental).
-E
Show errors in emacs-style (implies '-l').
-m schema.yaml
Meta-validation mode: validate schema.yaml.
-f schema.yaml
Schema definition file: validate file against schema.yaml.
-a action
Generate code (depending on action: 'genclass-ruby' or 'genclass-java').
-ha action
Generate code (depending on action: 'genclass-ruby' or 'genclass-java') with
properties.
doc.yaml
File to validate.
Use kwalify online using onworks.net services