funkill / yaml-validator

YAML validation using schemas written in yaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yaml-validator Test Status Latest Version Docs

YAML validation using schemas written in yaml

This project is really two parts:

  • yaml-validator, a Rust library for validating YAML files against schemas that are themselves defined in YAML.
  • yaml-validator-cli, a command-line interface using the yaml-validator library to validate YAML files

Documentation for both are somewhat lacking at the moment, but yaml-validator-cli is by far the most useable of the two, and contains a lot of examples for how to get started using it to write schemas.

About

YAML validation using schemas written in yaml

License:MIT License


Languages

Language:Rust 100.0%