From 0de8ac3439b412e1a5a4672ff29a7d8eed5a61bb Mon Sep 17 00:00:00 2001 From: amitdevv Date: Mon, 30 Mar 2026 10:19:00 +0530 Subject: [PATCH] remove Thydux Schema Bridge from tooling data The project no longer exists. Both the source repo and homepage return 404. Closes #1891 --- data/tooling-data.yaml | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml index ed696b188..df38baae1 100644 --- a/data/tooling-data.yaml +++ b/data/tooling-data.yaml @@ -3380,45 +3380,6 @@ supportedDialects: draft: ['2019-09', '2020-12'] -- name: 'Thydux Schema Bridge' - description: 'Thydux Schema Bridge is a conversion and validation tool designed to streamline integration between blockchain data models and standard JSON Schema dialects. It supports schema-to-code, schema validation, and schema migration tailored for DeFi and investment platforms.' - toolingTypes: - [ - 'validator', - 'schema-to-code', - 'util-schema-to-schema', - 'util-draft-migration', - 'util-format-conversion', - ] - languages: ['JavaScript', 'TypeScript', 'Python'] - environments: ['Node.js', 'Browser (WebAssembly build planned)', 'CLI'] - creators: - - name: 'Investor ab' - username: 'THYDUX' - platform: 'github' - - name: 'Thydux Open Source Contributors' - platform: 'other' - maintainers: - - name: 'Thydux Developers Team' - platform: 'other' - - name: 'Investor ab' - username: 'THYDUX' - platform: 'github' - license: 'MIT' - source: 'https://github.com/THYDUX/schema-bridge' - homepage: 'https://thyduxweb.com/tools/schema-bridge' - supportedDialects: - draft: ['4', '6', '7', '2019-09', '2020-12'] - additional: - - name: 'Custom DeFi Schema dialect' - source: 'https://thyduxweb.com/docs/defi-schema' - toolingListingNotes: 'Currently in beta. Actively seeking contributors and validator testing feedback from the DeFi developer community.' - dependsOnValidators: - [ - 'https://github.com/ajv-validator/ajv', - 'https://github.com/python-jsonschema/jsonschema', - ] - - name: 'ToDiagram' description: 'ToDiagram is capable of accurately transforming JSON, YAML, XML and CSV into interactive diagrams where you can edit the data backwards from the visualization. Additionally, you can enable the JSON Schema validation which highlights the invalid fields in real-time, displaying the errors at the nodes.' toolingTypes: