diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml index a2394c6bc..4d247fa85 100644 --- a/data/tooling-data.yaml +++ b/data/tooling-data.yaml @@ -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'] @@ -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.' \ No newline at end of file + toolingListingNotes: 'JSON Schema Validation for Elixir according to the latest specifications. Supports compile-time schema builds, custom dialects and custom formats.'