From c17065eed1aef02bd8793f2bddde8d40230952a4 Mon Sep 17 00:00:00 2001 From: brightyorcerf Date: Thu, 26 Feb 2026 12:05:10 +0530 Subject: [PATCH] feat: add google/jsonschema-go as Go validator --- data/tooling-data.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml index f3f3a19e5..a2ce374e6 100644 --- a/data/tooling-data.yaml +++ b/data/tooling-data.yaml @@ -1643,6 +1643,14 @@ supportedDialects: draft: ['2020-12'] +- name: jsonschema-go + description: 'A Go implementation of JSON Schema by Google.' + toolingTypes: ['validator'] + languages: ['Go'] + license: 'MIT' + source: 'https://github.com/google/jsonschema-go' + lastUpdated: '2025-12-19' + - name: protoc-gen-jsonschema description: 'Generates JSON schemas from protobuf proto v2 and v3 files.' toolingTypes: ['schema-to-code']