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
23 changes: 23 additions & 0 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,29 @@
draft: ['4', '6', '7', '2019-09', '2020-12']
lastUpdated: '2023-02-22'

- name: rsonschema
description: 'A high-performance JSON Schema validator for Rust and Python, designed for low-overhead and memory-efficient validation.'
toolingTypes: ['validator']
languages: ['Rust', 'Python']
creators:
- name: 'Dario Curreri'
username: 'dariocurr'
platform: 'github'
maintainers:
- name: 'Dario Curreri'
username: 'dariocurr'
platform: 'github'
license: 'Apache-2.0'
source: 'https://github.com/hiop-oss/rsonschema'
homepage: 'https://docs.rs/rsonschema'
supportedDialects:
draft: ['2020-12']
compliance:
config:
docs: 'https://github.com/hiop-oss/rsonschema'
instructions: 'tested against the JSON-Schema-Test-Suite'
Comment on lines +906 to +909
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The compliance.config.instructions field is intended to describe actionable steps/configuration needed to make the tool maximally compliant, but here it’s being used as a general statement (“tested against the JSON-Schema-Test-Suite”). This will read oddly in the UI (it’s rendered under an “Instructions” heading) and doesn’t match the schema’s description for this field. Consider either (a) moving this statement to toolingListingNotes and removing compliance, or (b) changing instructions to concrete steps (and updating docs to point to the specific page/section that explains those steps).

Suggested change
compliance:
config:
docs: 'https://github.com/hiop-oss/rsonschema'
instructions: 'tested against the JSON-Schema-Test-Suite'
toolingListingNotes: 'Tested against the JSON-Schema-Test-Suite.'

Copilot uses AI. Check for mistakes.
lastUpdated: '2026-04-17'

- name: Reactive Core Circe JSON Validator
description: 'This is a Scala implementation of a JSON Schema validator based upon the great io.circe Library.'
toolingTypes: ['validator']
Expand Down
Loading