diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml index f3f3a19e5..21a16ff4f 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'] + license: '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']