Skip to content

Commit

Permalink
[Feat]-Add json schema editor tool (#1231)
Browse files Browse the repository at this point in the history
* feat/Liquid JSON Schema Editor

* feat/json-schema-editor

---------

Co-authored-by: Benjamin Granados <[email protected]>
  • Loading branch information
MadhavDhatrak and benjagm authored Jan 7, 2025
1 parent ccf7bcf commit a5db705
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3047,7 +3047,18 @@
source: 'https://github.com/pubg/protoc-gen-jsonschema'
supportedDialects:
draft: ['4', '6', '7', '2019-09', '2020-12']

- name: 'JSON Schema Editor'
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.'
toolingTypes: ['editor']
maintainers:
- name: 'robclarabase'
username: 'robclarabase'
platform: 'github'
license: 'MIT'
source: 'https://github.com/Clarabase/json-schema-editor'
homepage: 'https://json-schema-editor.onrender.com/'
supportedDialects:
draft: ['2020-12']
- name: JSV
description: 'A generic JSON Schema validator for Elixir'
environments: ['Linux', 'MacOS', 'Windows','Embedded platform']
Expand All @@ -3062,4 +3073,4 @@
homepage: 'https://hex.pm/packages/jsv'
supportedDialects:
draft: ['2020-12', '7']
toolingListingNotes: 'JSON Schema Validation for Elixir according to the latest specifications. Supports compile-time schema builds, custom dialects and custom formats.'
toolingListingNotes: 'JSON Schema Validation for Elixir according to the latest specifications. Supports compile-time schema builds, custom dialects and custom formats.'

0 comments on commit a5db705

Please sign in to comment.