Skip to content

Commit 0caf296

Browse files
heysujalbenjagm
andauthored
add swift-json-schema in tooling data (#1222)
Co-authored-by: Benjamin Granados <[email protected]>
1 parent 475eb59 commit 0caf296

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

data/tooling-data.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3047,6 +3047,21 @@
30473047
source: 'https://github.com/pubg/protoc-gen-jsonschema'
30483048
supportedDialects:
30493049
draft: ['4', '6', '7', '2019-09', '2020-12']
3050+
3051+
- name: swift-json-schema
3052+
description: 'swift-json-schema support generating JSON schema using Swift result builders or from Swift types directly using macros.'
3053+
environments: ['macOS', 'iOS', 'tvOS', 'watchOS', 'visionOS', 'Linux']
3054+
toolingTypes: ['validator', 'code-to-schema', 'model-to-schema']
3055+
languages: ['Swift']
3056+
maintainers:
3057+
- name: 'Austin Evans'
3058+
username: 'ajevans99'
3059+
platform: 'github'
3060+
license: 'MIT'
3061+
source: 'https://github.com/ajevans99/swift-json-schema'
3062+
supportedDialects:
3063+
draft: ['2020-12']
3064+
30503065
- name: 'Liquid JSON Schema Editor'
30513066
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.'
30523067
toolingTypes: ['validator', 'documentation', 'editor']
@@ -3062,6 +3077,7 @@
30623077
license: 'Proprietary and Freeware'
30633078
supportedDialects:
30643079
draft: ['4', '6', '7', '2019-09', '2020-12']
3080+
30653081
- name: 'JSON Schema Editor'
30663082
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.'
30673083
toolingTypes: ['editor']
@@ -3073,7 +3089,8 @@
30733089
source: 'https://github.com/Clarabase/json-schema-editor'
30743090
homepage: 'https://json-schema-editor.onrender.com/'
30753091
supportedDialects:
3076-
draft: ['2020-12']
3092+
draft: ['2020-12']
3093+
30773094
- name: JSV
30783095
description: 'A generic JSON Schema validator for Elixir'
30793096
environments: ['Linux', 'MacOS', 'Windows','Embedded platform']

0 commit comments

Comments
 (0)