From b4f2b8b2a10917a657066839190dfc1f5b065972 Mon Sep 17 00:00:00 2001 From: ankit pandit Date: Sat, 7 Mar 2026 13:55:49 +0000 Subject: [PATCH 1/2] feat: add jsonschema-go to the jsonschema ecosystem --- data/tooling-data.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml index f3f3a19e5..ac7623a5f 100644 --- a/data/tooling-data.yaml +++ b/data/tooling-data.yaml @@ -1281,6 +1281,16 @@ draft: ['2020-12'] lastUpdated: '2024-02-19' +- name: jsonschema-go + description: 'A Go implementation for JSON Schema by Google.' + toolingTypes: ['validator'] + languages: ['Go'] + licence: 'MIT' + source: 'https://github.com/google/jsonschema-go' + supportedDialects: + draft: ['7', '2020-12'] + lastUpdated: '2025-12-20' + - name: Liform description: 'Liform generates schemas from Symfony forms.' toolingTypes: ['code-to-schema'] From 647401c224e5edfb4c37e08fc30a4feb8244205e Mon Sep 17 00:00:00 2001 From: ankit pandit Date: Sat, 7 Mar 2026 14:26:12 +0000 Subject: [PATCH 2/2] fix/correct-'licence'-to-'license'-in-tooling-data.yaml --- data/tooling-data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml index ac7623a5f..21a16ff4f 100644 --- a/data/tooling-data.yaml +++ b/data/tooling-data.yaml @@ -1285,7 +1285,7 @@ description: 'A Go implementation for JSON Schema by Google.' toolingTypes: ['validator'] languages: ['Go'] - licence: 'MIT' + license: 'MIT' source: 'https://github.com/google/jsonschema-go' supportedDialects: draft: ['7', '2020-12']