Skip to content

Commit ddb4c61

Browse files
Add a new tool called json-2-joi in JSON schema ecosystem (#1504)
* 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 new tool called json-2-joi * Updates the language to languages * Update [slug].page.tsx * Update [slug].page.tsx --------- Co-authored-by: Benjamin Granados <[email protected]>
1 parent 7d05fe4 commit ddb4c61

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

data/tooling-data.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3184,6 +3184,14 @@
31843184
draft: ['2020-12']
31853185
toolingListingNotes: '[A reference to MetaConfigurator papers](https://rdcu.be/dJvgS).'
31863186

3187+
- name: 'json-2-joi'
3188+
description: 'Converts a JSON schema to a Joi schema for object validation'
3189+
toolingTypes:
3190+
['util-format-conversion', 'schema-to-types']
3191+
languages: ['JavaScript']
3192+
license: 'Apache License 2.0'
3193+
source: 'https://github.com/kenspirit/json-2-joi'
3194+
31873195
- name: 'joi-to-json'
31883196
description: 'Support converting different version''s joi schema to JSON Schema using describe api'
31893197
toolingTypes: ['code-to-schema','util-general-processing','util-format-conversion']

0 commit comments

Comments
 (0)