From 75c1aa63b9883fc9d6c55b1f7514b8b6a76c5824 Mon Sep 17 00:00:00 2001 From: madhav dhatrak Date: Thu, 26 Dec 2024 10:55:22 +0000 Subject: [PATCH 1/3] Add JSON Schema Editor tool --- data/tooling-data.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml index 17449638b..df2ff462c 100644 --- a/data/tooling-data.yaml +++ b/data/tooling-data.yaml @@ -3034,3 +3034,17 @@ source: 'https://github.com/andreineculau/json-schema-random' license: 'Apache-2.0' status: 'obsolete' + +- 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 + source: https://github.com/Clarabase/json-schema-editor + homepage: https://json-schema-editor.onrender.com/ + supportedDialects: + draft: + - 2020-12 + maintainers: + - name: 'RobClarabase' + username: 'robclarabase' + platform: 'github' \ No newline at end of file From 04d0b10482129b4769db11a73cd94f85a060f681 Mon Sep 17 00:00:00 2001 From: madhav dhatrak Date: Fri, 27 Dec 2024 10:51:19 +0000 Subject: [PATCH 2/3] Add json-schema-editor --- data/tooling-data.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml index 91a2f0b40..f775b7030 100644 --- a/data/tooling-data.yaml +++ b/data/tooling-data.yaml @@ -3063,3 +3063,20 @@ 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 schemas. + It allows users to convert their schemas into formats like SQL, GraphQL, and Protocol Buffers. + It can also generate sample data that conforms to the JSON schema. + toolingTypes: + - 'editor' + - 'util-format-conversion' + - 'util-schema-to-schema' + source: 'https://github.com/Clarabase/json-schema-editor' + homepage: 'https://json-schema-editor.onrender.com/' + supportedDialects: + draft: ['2020-12'] + maintainers: + - name: 'RobClarabase' + username: 'robclarabase' + platform: 'github' \ No newline at end of file From 190abf9466daf0801589a5fe1598b26f8177f625 Mon Sep 17 00:00:00 2001 From: madhav dhatrak Date: Fri, 27 Dec 2024 10:52:39 +0000 Subject: [PATCH 3/3] Add json-schema-editor --- data/tooling-data.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml index f775b7030..1e1877533 100644 --- a/data/tooling-data.yaml +++ b/data/tooling-data.yaml @@ -3035,21 +3035,6 @@ license: 'Apache-2.0' status: 'obsolete' - -- 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 - source: https://github.com/Clarabase/json-schema-editor - homepage: https://json-schema-editor.onrender.com/ - supportedDialects: - draft: - - 2020-12 - maintainers: - - name: 'RobClarabase' - username: 'robclarabase' - platform: 'github' - - name: protoc-gen-jsonschema description: 'JsonSchema generator plugin for Google Protocol Buffers' toolingTypes: ['model-to-schema']