Description
Validates JSON and YAML-like data against JSON Schema from the command line or pre-commit hooks. It helps projects catch invalid configuration, metadata, or API examples before they are committed.
Use it when schemas define the expected structure for project files. Validation quality depends on keeping schemas accurate and reviewing errors instead of bypassing them.