Skip to content

Commit 547dcf2

Browse files
Added EasyTalk Thydux Schema Bridge and ToDiagram tool in tools page (#1707)
1 parent 67e52d4 commit 547dcf2

File tree

1 file changed

+63
-1
lines changed

1 file changed

+63
-1
lines changed

data/tooling-data.yaml

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3286,4 +3286,66 @@
32863286
homepage: 'https://github.com/jobohner/json-schema-describes-subset#readme'
32873287
supportedDialects:
32883288
draft: ['2020-12']
3289-
3289+
3290+
- name: 'EasyTalk'
3291+
description: 'EasyTalk is a Ruby library that simplifies defining, validating and generating JSON Schema. It provides an intuitive interface for Ruby developers to define structured data models that can be used for validation and documentation.'
3292+
toolingTypes: ['validator', 'code-to-schema', 'model-to-schema']
3293+
languages: ['Ruby']
3294+
environments: ['Linux', 'macOS', 'Windows', 'Platform supporting Ruby runtime']
3295+
creators:
3296+
- name: 'Sergio Bayona'
3297+
platform: 'other'
3298+
maintainers:
3299+
- name: 'Sergio Bayona'
3300+
platform: 'other'
3301+
license: 'MIT'
3302+
source: 'https://github.com/sergiobayona/easy_talk'
3303+
homepage: 'https://rubygems.org/gems/easy_talk'
3304+
supportedDialects:
3305+
draft: ['2019-09','2020-12']
3306+
3307+
- name: 'Thydux Schema Bridge'
3308+
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.'
3309+
toolingTypes: ['validator','schema-to-code','util-schema-to-schema','util-draft-migration','util-format-conversion']
3310+
languages: ['JavaScript','TypeScript','Python']
3311+
environments: ['Node.js','Browser (WebAssembly build planned)','CLI']
3312+
creators:
3313+
- name: 'Investor ab'
3314+
username: 'THYDUX'
3315+
platform: 'github'
3316+
- name: 'Thydux Open Source Contributors'
3317+
platform: 'other'
3318+
maintainers:
3319+
- name: 'Thydux Developers Team'
3320+
platform: 'other'
3321+
- name: 'Investor ab'
3322+
username: 'THYDUX'
3323+
platform: 'github'
3324+
license: 'MIT'
3325+
source: 'https://github.com/THYDUX/schema-bridge'
3326+
homepage: 'https://thyduxweb.com/tools/schema-bridge'
3327+
supportedDialects:
3328+
draft: ['4','6','7','2019-09','2020-12']
3329+
additional:
3330+
- name: 'Custom DeFi Schema dialect'
3331+
source: 'https://thyduxweb.com/docs/defi-schema'
3332+
toolingListingNotes: 'Currently in beta. Actively seeking contributors and validator testing feedback from the DeFi developer community.'
3333+
dependsOnValidators: ['https://github.com/ajv-validator/ajv', 'https://github.com/python-jsonschema/jsonschema']
3334+
3335+
- name: 'ToDiagram'
3336+
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.'
3337+
toolingTypes: ['schema-to-web-UI','validator','data-to-schema','schema-to-data','editor']
3338+
languages: ['JSON','YAML','XML','CSV']
3339+
environments: ['Web']
3340+
creators:
3341+
- name: 'Aykut Sarac'
3342+
username: 'AykutSarac'
3343+
platform: 'github'
3344+
maintainers:
3345+
- name: 'Aykut Sarac'
3346+
username: 'AykutSarac'
3347+
platform: 'github'
3348+
license: 'Proprietary'
3349+
homepage: 'https://todiagram.com/editor'
3350+
supportedDialects:
3351+
draft: ['4','6','7','2019-09','2020-12']

0 commit comments

Comments
 (0)