Skip to content

Commit

Permalink
add swift-json-schema in tooling data (#1222)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Granados <[email protected]>
  • Loading branch information
heysujal and benjagm authored Jan 7, 2025
1 parent 475eb59 commit 0caf296
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3047,6 +3047,21 @@
source: 'https://github.com/pubg/protoc-gen-jsonschema'
supportedDialects:
draft: ['4', '6', '7', '2019-09', '2020-12']

- name: swift-json-schema
description: 'swift-json-schema support generating JSON schema using Swift result builders or from Swift types directly using macros.'
environments: ['macOS', 'iOS', 'tvOS', 'watchOS', 'visionOS', 'Linux']
toolingTypes: ['validator', 'code-to-schema', 'model-to-schema']
languages: ['Swift']
maintainers:
- name: 'Austin Evans'
username: 'ajevans99'
platform: 'github'
license: 'MIT'
source: 'https://github.com/ajevans99/swift-json-schema'
supportedDialects:
draft: ['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']
Expand All @@ -3062,6 +3077,7 @@
license: 'Proprietary and Freeware'
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']
Expand All @@ -3073,7 +3089,8 @@
source: 'https://github.com/Clarabase/json-schema-editor'
homepage: 'https://json-schema-editor.onrender.com/'
supportedDialects:
draft: ['2020-12']
draft: ['2020-12']

- name: JSV
description: 'A generic JSON Schema validator for Elixir'
environments: ['Linux', 'MacOS', 'Windows','Embedded platform']
Expand Down

0 comments on commit 0caf296

Please sign in to comment.