Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/adding-your-tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ body:
- label: "editor"
- label: "editor-plugins"
- label: "schema-repository"
- label: "registry"
- label: "linter"
- label: "linter-plugins"
validations:
Expand Down
1 change: 1 addition & 0 deletions data/tooling-data.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"editor",
"editor-plugins",
"schema-repository",
"registry",
"linter",
"linter-plugins"
]
Expand Down
15 changes: 15 additions & 0 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2393,6 +2393,21 @@
source: 'https://github.com/schemastore/schemastore/'
homepage: 'https://schemastore.org/json/'

- name: Sourcemeta One
description: 'A high-performance self-hosted JSON Schema registry that transforms existing Git repositories of schemas into searchable, discoverable schema catalogs with enterprise-grade governance capabilities'
toolingTypes: ['registry']
languages: ['C++']
maintainers:
- name: 'Juan Cruz Viotti'
username: 'jviotti'
platform: 'github'
license: 'BUSL-1.1 and Commercial'
source: 'https://github.com/sourcemeta/one'
homepage: 'https://one.sourcemeta.com'
supportedDialects:
draft: ['4', '6', '7', '2019-09', '2020-12']
lastUpdated: '2026-04-08'

- name: json-schema-linter
description: 'Lint/validate/parse json-schema itself, and find typos, missing properties, missing required keys, etc.'
toolingTypes: ['linter']
Expand Down
1 change: 1 addition & 0 deletions pages/tools/hooks/useToolsTransform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ const groupTools = (
'editor',
'editor-plugins',
'schema-repository',
'registry',
'linter',
'linter-plugins',
];
Expand Down
Loading