Kwalify
Kwalify is an open-source data validation tool and schema language for YAML and JSON. It provides a way to express the expected structure and constraints of data in a YAML-based schema and then validate data files against that schema. It is commonly used to verify configuration files and data payloads in software projects to catch formatting and type errors early.
The Kwalify schema is written in YAML and describes the types, required fields, allowed values, and constraints
Kwalify originated as an open-source project with a reference implementation in Ruby; over time, ports and bindings
- YAML