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 Liquid JSON Schema Editor #1230

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Changes from 1 commit
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
16 changes: 16 additions & 0 deletions data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3045,5 +3045,21 @@
platform: 'github'
license: 'Apache-2.0'
source: 'https://github.com/pubg/protoc-gen-jsonschema'
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'
supportedDialects:
draft: ['4', '6', '7', '2019-09', '2020-12']
Loading