Skip to content

Commit

Permalink
feat/json-schema-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
MadhavDhatrak committed Jan 2, 2025
1 parent a9fe862 commit 3d0de2e
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3048,18 +3048,15 @@
supportedDialects:
draft: ['4', '6', '7', '2019-09', '2020-12']

- name: 'Liquid JSON Schema Editor'
description: 'Graphical JSON Schema editor for draft-04, draft-06, draft-07, 2019-09 and 2020-12, with split source code and graphical editing. Includes validation of JSON files based on JSON Schema, JSON Sample Generator and JSON Schema Documentation Generator.'
toolingTypes: ['validator', 'documentation', 'editor']
languages: ['C#', '.NET']
environments: ['Microsoft Windows']
maintainers:
- name: 'Liquid Technologies Ltd'
platform: 'other'
creators:
- name: 'Liquid Technologies Ltd'
platform: 'other'
homepage: 'https://www.liquid-technologies.com/json-schema-editor'
license: 'Proprietary and Freeware'
- 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: ['4', '6', '7', '2019-09', '2020-12']
draft: ['2020-12']

0 comments on commit 3d0de2e

Please sign in to comment.