From 76e5748ac4fd89bef4800586c2c0313d3985bba7 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 14 Dec 2025 22:44:28 -0500 Subject: [PATCH 1/2] Fix broken link to the jsonschema-rs Python bindings --- data/tooling-data.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml index cfe6e7d86..dfa7b9b3f 100644 --- a/data/tooling-data.yaml +++ b/data/tooling-data.yaml @@ -798,7 +798,7 @@ username: 'Stranger6667' platform: 'github' license: 'MIT' - source: 'https://github.com/Stranger6667/jsonschema-rs/tree/master/bindings/python' + source: 'https://github.com/Stranger6667/jsonschema/tree/HEAD/crates/jsonschema-py' supportedDialects: draft: ['4', '6', '7'] toolingListingNotes: "Python bindings to Rust's jsonschema crate" @@ -3444,4 +3444,4 @@ homepage: 'https://github.com/MadhavDhatrak/Blaze4J.git' supportedDialects: draft: ['4', '6', '7', '2019-09', '2020-12'] - toolingListingNotes: 'Project built under GSoC "25. High-performance Java wrapper for Blaze JSON Schema validator using Java FFM API.' \ No newline at end of file + toolingListingNotes: 'Project built under GSoC "25. High-performance Java wrapper for Blaze JSON Schema validator using Java FFM API.' From 3223a3f01faff935ef5801c50e99d72446f93bb4 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 14 Dec 2025 22:46:56 -0500 Subject: [PATCH 2/2] Clean this up as well --- 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 dfa7b9b3f..30dd0efd5 100644 --- a/data/tooling-data.yaml +++ b/data/tooling-data.yaml @@ -813,7 +813,7 @@ username: 'Stranger6667' platform: 'github' license: 'MIT' - source: 'https://github.com/Stranger6667/jsonschema-rs' + source: 'https://github.com/Stranger6667/jsonschema' homepage: 'https://docs.rs/jsonschema' supportedDialects: draft: ['4', '6', '7', '2019-09', '2020-12']