Skip to content

Commit b94850c

Browse files
Add Ruby JSON schema validator in JSON schema Ecosystem (#1506)
* Improve the image size on mobile device for better view * Fix the inconsistent container style on mobile devices * Revert "Fix the inconsistent container style on mobile devices" This reverts commit d87140b. * Add the Ruby Json Schema Validator * Update [slug].page.tsx * Update [slug].page.tsx --------- Co-authored-by: Benjamin Granados <[email protected]>
1 parent 7a6578c commit b94850c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

data/tooling-data.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3183,4 +3183,20 @@
31833183
supportedDialects:
31843184
draft: ['2020-12']
31853185
toolingListingNotes: '[A reference to MetaConfigurator papers](https://rdcu.be/dJvgS).'
3186+
3187+
- name: 'json-schema'
3188+
description: 'A Ruby JSON Schema Validator ensures that JSON data adheres to a predefined structure, preventing errors and maintaining data integrity in applications.'
3189+
toolingTypes:
3190+
['validator']
3191+
languages: ['Ruby']
3192+
maintainers:
3193+
- name: 'Vox Pupuli'
3194+
platform: 'github'
3195+
license: 'MIT'
3196+
source: 'https://github.com/voxpupuli/json-schema/'
3197+
homepage: 'https://github.com/voxpupuli/json-schema/'
3198+
supportedDialects:
3199+
draft: ['1', '2', '3', '4', '6']
3200+
3201+
31863202

0 commit comments

Comments
 (0)