|
3047 | 3047 | source: 'https://github.com/pubg/protoc-gen-jsonschema' |
3048 | 3048 | supportedDialects: |
3049 | 3049 | 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 | + |
3050 | 3065 | - name: 'Liquid JSON Schema Editor' |
3051 | 3066 | 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.' |
3052 | 3067 | toolingTypes: ['validator', 'documentation', 'editor'] |
|
3062 | 3077 | license: 'Proprietary and Freeware' |
3063 | 3078 | supportedDialects: |
3064 | 3079 | draft: ['4', '6', '7', '2019-09', '2020-12'] |
| 3080 | + |
3065 | 3081 | - name: 'JSON Schema Editor' |
3066 | 3082 | 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.' |
3067 | 3083 | toolingTypes: ['editor'] |
|
3073 | 3089 | source: 'https://github.com/Clarabase/json-schema-editor' |
3074 | 3090 | homepage: 'https://json-schema-editor.onrender.com/' |
3075 | 3091 | supportedDialects: |
3076 | | - draft: ['2020-12'] |
| 3092 | + draft: ['2020-12'] |
| 3093 | + |
3077 | 3094 | - name: JSV |
3078 | 3095 | description: 'A generic JSON Schema validator for Elixir' |
3079 | 3096 | environments: ['Linux', 'MacOS', 'Windows','Embedded platform'] |
|
0 commit comments