From 6777fdba1ec53a8cba37b37cfb4c7aa7b279c96f Mon Sep 17 00:00:00 2001 From: parthvirajsingh <96466611+parthvirajsingh@users.noreply.github.com> Date: Wed, 13 May 2026 19:43:45 +0530 Subject: [PATCH] Add Fixzi to JSON schema validators Added Fixzi, a tool for validating, fixing, and comparing JSON/XML with API contract monitoring support. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..39fb084 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [request-validator](https://github.com/bugventure/request-validator) - Flexible request validator middleware for express and connect. * [tv4](https://github.com/geraintluff/tv4) - Tiny Validator. * [ajv](https://github.com/ajv-validator/ajv) - The fastest validator. Supports v5/6 proposals. +* [Fixzi](https://fixzi.ai) - Validate, fix, and compare JSON/XML, with API contract monitoring. **Java and Kotlin** * [Medeia Validator](https://github.com/worldturner/medeia-validator) - Compliant (draft-04/06/07) and fast streaming validator written in Kotlin