From 53c610ec478c9a7d2236786f35e4dd0267f0f38e Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 6 May 2026 15:14:14 -0400 Subject: [PATCH] Mention that Blaze now supports Draft 3 --- data/tooling-data.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml index df38baae1..2d8cd767c 100644 --- a/data/tooling-data.yaml +++ b/data/tooling-data.yaml @@ -1545,7 +1545,7 @@ lastUpdated: '2024-10-15' - name: Blaze - description: 'Blaze is an ultra high-performance JSON Schema validator built on the JSON Toolkit library' + description: 'Blaze is an ultra high-performance JSON Schema validator' toolingTypes: ['validator'] languages: ['C++'] maintainers: @@ -1555,8 +1555,8 @@ license: 'AGPL-3.0 and Commercial' source: 'https://github.com/sourcemeta/blaze' supportedDialects: - draft: ['4', '6', '7', '2019-09', '2020-12'] - lastUpdated: '2024-10-15' + draft: ['3', '4', '6', '7', '2019-09', '2020-12'] + lastUpdated: '2026-05-06' - name: cypress-ajv-schema-validator description: 'Cypress plugin that validates API responses against Plain JSON schemas, and whole Swagger and OpenAPI documents using the Ajv JSON Schema validator. It provides a user-friendly view of validated data, highlighting each validation error and the exact reason for the mismatch. Seamless integration, fast and lightweight.'