Skip to content

Commit a5db705

Browse files
[Feat]-Add json schema editor tool (#1231)
* feat/Liquid JSON Schema Editor * feat/json-schema-editor --------- Co-authored-by: Benjamin Granados <[email protected]>
1 parent ccf7bcf commit a5db705

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

data/tooling-data.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3047,7 +3047,18 @@
30473047
source: 'https://github.com/pubg/protoc-gen-jsonschema'
30483048
supportedDialects:
30493049
draft: ['4', '6', '7', '2019-09', '2020-12']
3050-
3050+
- name: 'JSON Schema Editor'
3051+
description: 'The JSON schema editor provides an easy UI for building JSON Schema. In addition, users can convert their json schema into SQL, GraphQL, and Protocol Buffers formats. Lastly this tool allows users to generate sample data that conforms to the json schema they have defined.'
3052+
toolingTypes: ['editor']
3053+
maintainers:
3054+
- name: 'robclarabase'
3055+
username: 'robclarabase'
3056+
platform: 'github'
3057+
license: 'MIT'
3058+
source: 'https://github.com/Clarabase/json-schema-editor'
3059+
homepage: 'https://json-schema-editor.onrender.com/'
3060+
supportedDialects:
3061+
draft: ['2020-12']
30513062
- name: JSV
30523063
description: 'A generic JSON Schema validator for Elixir'
30533064
environments: ['Linux', 'MacOS', 'Windows','Embedded platform']
@@ -3062,4 +3073,4 @@
30623073
homepage: 'https://hex.pm/packages/jsv'
30633074
supportedDialects:
30643075
draft: ['2020-12', '7']
3065-
toolingListingNotes: 'JSON Schema Validation for Elixir according to the latest specifications. Supports compile-time schema builds, custom dialects and custom formats.'
3076+
toolingListingNotes: 'JSON Schema Validation for Elixir according to the latest specifications. Supports compile-time schema builds, custom dialects and custom formats.'

0 commit comments

Comments
 (0)