A CLI to check a YAML file based on a json schema.
cargo install yamlcheck
SCHEMA=whatever.json YAML=foo.yaml yamlcheck check -s $SCHEMA --file $YAML