Skip to content

Commit

Permalink
add swift-json-schema in tooling data
Browse files Browse the repository at this point in the history
  • Loading branch information
heysujal committed Dec 28, 2024
1 parent 5114356 commit 3abc12e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion data/tooling-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3046,4 +3046,18 @@
license: 'Apache-2.0'
source: 'https://github.com/pubg/protoc-gen-jsonschema'
supportedDialects:
draft: ['4', '6', '7', '2019-09', '2020-12']
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']

0 comments on commit 3abc12e

Please sign in to comment.