From d7609cf289591ee0e50796366aaabda7948a6815 Mon Sep 17 00:00:00 2001 From: Alex Chupryna Date: Thu, 23 Apr 2026 11:06:16 +0200 Subject: [PATCH] Add YAML Validator to tools Signed-off-by: Alex Chupryna --- README.md | 1 + data.yaml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 1d79326..f6ad562 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ GitHub](https://github.com/sponsors/sourcemeta)** - [JSONBuddy](https://www.json-buddy.com?utm_source=awesome-jsonschema) - A JSON editor and validator desktop application for Windows. - [Schema Gateway](https://github.com/sravan27/schema-gateway?utm_source=awesome-jsonschema) - Compile one JSON Schema into provider-ready request payloads for OpenAI, Gemini, Anthropic, and Ollama, then lint portability issues locally, in CI, or through a hosted API. - [Sourcemeta Studio](https://github.com/sourcemeta/studio?utm_source=awesome-jsonschema) - A Visual Studio Code extension providing professional JSON Schema tooling with real-time linting, automatic formatting, and metaschema validation. +- [YAML Validator](https://yamlvalidator.dev?utm_source=awesome-jsonschema) - An online YAML validator and Chrome extension that validates YAML against JSON Schema for Kubernetes, Docker Compose, GitHub Actions, GitLab CI, Helm Charts, OpenAPI 3.0, Swagger 2.0, Ansible, and more. ## Books diff --git a/data.yaml b/data.yaml index 9b6203d..806070d 100644 --- a/data.yaml +++ b/data.yaml @@ -477,6 +477,11 @@ type: tool summary: A Visual Studio Code extension providing professional JSON Schema tooling with real-time linting, automatic formatting, and metaschema validation +- title: YAML Validator + url: https://yamlvalidator.dev + type: tool + summary: An online YAML validator and Chrome extension that validates YAML against JSON Schema for Kubernetes, Docker Compose, GitHub Actions, GitLab CI, Helm Charts, OpenAPI 3.0, Swagger 2.0, Ansible, and more + - title: "Validation of Modern JSON Schema: Formalization and Complexity" url: https://arxiv.org/abs/2307.10034 year: 2024