From 3abc12e58e129424ed63d148dbab1e5cc0a80c59 Mon Sep 17 00:00:00 2001 From: Sujal Gupta Date: Sat, 28 Dec 2024 23:02:37 +0530 Subject: [PATCH] add swift-json-schema in tooling data --- data/tooling-data.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/data/tooling-data.yaml b/data/tooling-data.yaml index 710113da9..65235363e 100644 --- a/data/tooling-data.yaml +++ b/data/tooling-data.yaml @@ -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'] \ No newline at end of file + 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'] \ No newline at end of file