Skip to content
#

yaml-validator

Here are 32 public repositories matching this topic...

yamlator

Yamlator is a CLI tool that allows a YAML file to be validated using a lightweight schema that defines the expected structure. When executed, the YAML is compared against the rules to validate that the relevant keys and data types are present. Once validated, a list of violations will be displayed to help amend the YAML file.

  • Updated Apr 29, 2023
  • Python

A simple command-line utility built with Spring Boot for validating YAML/JSON files against JSON Schema definitions. It's designed for quick checks in development or CI/CD workflows, leveraging Jackson for parsing YAML/JSON and NetworkNT JSON Schema Validator for the core validation logic.

  • Updated Jul 9, 2026
  • Java

Improve this page

Add a description, image, and links to the yaml-validator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yaml-validator topic, visit your repo's landing page and select "manage topics."

Learn more