yamale

Schema validator and data validator for YAML files

brewmacoslinux
Try with needOr install directly
Source

About

Schema and validator for YAML

Commands

yamale

Examples

Validate a YAML file against a schema$ yamale check -d schema.yaml data.yaml
Validate multiple YAML files in a directory$ yamale check -d schema.yaml 'configs/*.yaml'
Create a schema from a YAML file as a template$ yamale make-schema data.yaml