|
1737 | 1737 |
|
1738 | 1738 | - name: Stoplight JSON Schema Tree |
1739 | 1739 | toolingTypes: ['schema-to-web-UI'] |
1740 | | - languages: ['Typescript'] |
| 1740 | + languages: ['TypeScript'] |
1741 | 1741 | maintainers: |
1742 | 1742 | - name: 'Stoplight' |
1743 | 1743 | username: 'stoplightio' |
|
1751 | 1751 | - name: Stoplight JSON Schema Viewer |
1752 | 1752 | description: 'A JSON Schema viewer React component' |
1753 | 1753 | toolingTypes: ['schema-to-web-UI'] |
1754 | | - languages: ['Typescript'] |
| 1754 | + languages: ['TypeScript'] |
1755 | 1755 | maintainers: |
1756 | 1756 | - name: 'Stoplight' |
1757 | 1757 | username: 'stoplightio' |
|
2461 | 2461 | - name: Jsonary |
2462 | 2462 | description: 'Quickly assemble clients for JSON-based APIs (powered by JSON Schema)' |
2463 | 2463 | toolingTypes: ['hyper-schema'] |
2464 | | - languages: ['Javascript'] |
| 2464 | + languages: ['JavaScript'] |
2465 | 2465 | license: 'MIT' |
2466 | 2466 | source: 'https://github.com/jsonary-js/jsonary' |
2467 | 2467 | supportedDialects: |
|
3131 | 3131 |
|
3132 | 3132 | - name: JSV |
3133 | 3133 | description: 'A generic JSON Schema validator for Elixir' |
3134 | | - environments: ['Linux', 'MacOS', 'Windows','Embedded platform'] |
| 3134 | + environments: ['Linux', 'macOS', 'Windows','Embedded platform'] |
3135 | 3135 | toolingTypes: ['validator'] |
3136 | 3136 | languages: ['Elixir', 'Erlang'] |
3137 | 3137 | maintainers: |
|
3184 | 3184 | draft: ['2020-12'] |
3185 | 3185 | toolingListingNotes: '[A reference to MetaConfigurator papers](https://rdcu.be/dJvgS).' |
3186 | 3186 |
|
| 3187 | +- name: 'joi-to-json' |
| 3188 | + description: 'Support converting different version''s joi schema to JSON Schema using describe api' |
| 3189 | + toolingTypes: ['code-to-schema','util-general-processing','util-format-conversion'] |
| 3190 | + languages: ['JavaScript'] |
| 3191 | + maintainers: |
| 3192 | + - name: 'kenspirit' |
| 3193 | + username: 'kenspirit' |
| 3194 | + platform: 'github' |
| 3195 | + license: 'MIT' |
| 3196 | + source: 'https://github.com/kenspirit/joi-to-json' |
| 3197 | + supportedDialects: |
| 3198 | + draft: ['4','6','7','2019-09','2020-12'] |
| 3199 | + additional: |
| 3200 | + - name: 'OpenAPI 3.0' |
| 3201 | + source: 'https://spec.openapis.org/oas/v3.0.0' |
| 3202 | + - name: 'OpenAPI 3.1' |
| 3203 | + source: 'https://spec.openapis.org/oas/v3.1.0' |
| 3204 | + |
3187 | 3205 | - name: 'json-schema' |
3188 | 3206 | description: 'A Ruby JSON Schema Validator ensures that JSON data adheres to a predefined structure, preventing errors and maintaining data integrity in applications.' |
3189 | 3207 | toolingTypes: |
|
3197 | 3215 | homepage: 'https://github.com/voxpupuli/json-schema/' |
3198 | 3216 | supportedDialects: |
3199 | 3217 | draft: ['1', '2', '3', '4', '6'] |
3200 | | - |
3201 | | - |
3202 | 3218 |
|
0 commit comments