Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]-Add JSON Schema Editor tool #1210

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3046,4 +3046,22 @@
license: 'Apache-2.0'
source: 'https://github.com/pubg/protoc-gen-jsonschema'
supportedDialects:
draft: ['4', '6', '7', '2019-09', '2020-12']
draft: ['4', '6', '7', '2019-09', '2020-12']

- name: 'JSON Schema Editor'
description: >-
The JSON Schema Editor provides an easy UI for building JSON schemas.
It allows users to convert their schemas into formats like SQL, GraphQL, and Protocol Buffers.
It can also generate sample data that conforms to the JSON schema.
toolingTypes:
- 'editor'
- 'util-format-conversion'
- 'util-schema-to-schema'
source: 'https://github.com/Clarabase/json-schema-editor'
homepage: 'https://json-schema-editor.onrender.com/'
supportedDialects:
draft: ['2020-12']
maintainers:
- name: 'RobClarabase'
username: 'robclarabase'
platform: 'github'
Loading