Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
Loading