Add typify tool to JSON Schema Tooling Landscape#1868
Conversation
- Tool Name: typify - Description: A Rust library and CLI that generates Rust types from JSON Schema definitions - Tooling Types: schema-to-code - Languages: Rust - Maintainers: @oxidecomputer (Oxide Computer Company) - License: Apache 2.0 - Source: https://github.com/oxidecomputer/typify - Homepage: https://crates.io/crates/typify - Supported Dialects: 4, 6, 7, 2019-09, 2020-12 - Status: Actively maintained and widely used for schema-to-code generation in Rust
|
Hi @AnvayKharb! Thanks a lot for your contribution! I noticed that the following required information is missing or incomplete: issue reference, kind of change description Please update the PR description to include this information. You can find placeholders in the PR template for these items. Thanks a lot! |
|
I am working on this branch related to #1855 as it updates typify tool as per the required Tooling data updates:
|
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1868 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 30 30
Lines 633 633
Branches 196 196
=========================================
Hits 633 633 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi @AnvayKharb! Thanks a lot for your contribution! I noticed that the following required information is missing or incomplete: issue reference, kind of change description Please update the PR description to include this information. You can find placeholders in the PR template for these items. Thanks a lot! |
|
I am working on this branch related to #1855 as it updates typify tool as per the required Tooling data updates: Added a new entry for typify, a Rust library and CLI for generating Rust types from JSON Schema, including details such as supported dialects (draft 4, 6, 7, 2019-09, 2020-12), maintainer (Oxide Computer Company), license, source, homepage, and a note on its active maintenance. |
|
Hi @AnvayKharb! Thanks a lot for your contribution! I noticed that the following required information is missing or incomplete: issue reference, kind of change description Please update the PR description to include this information. You can find placeholders in the PR template for these items. Thanks a lot! |
| source: 'https://github.com/oxidecomputer/typify' | ||
| homepage: 'https://crates.io/crates/typify' | ||
| supportedDialects: | ||
| draft: ['4', '6', '7', '2019-09', '2020-12'] |
There was a problem hiding this comment.
Hi @AnvayKharb , I hope you're doing well.
I was going through your PR and was curious, how did you determine that it supports the following drafts? In the issue nothing as such is mentioned.
|
Also, just a small note, please hold off on opening any tool-related PRs until the issue has moved out of the triage stage. |
|
Hi @AnvayKharb! Thanks a lot for your contribution! I noticed that the following required information is missing or incomplete: kind of change description Please update the PR description to include this information. You can find placeholders in the PR template for these items. Thanks a lot! |
2 similar comments
|
Hi @AnvayKharb! Thanks a lot for your contribution! I noticed that the following required information is missing or incomplete: kind of change description Please update the PR description to include this information. You can find placeholders in the PR template for these items. Thanks a lot! |
|
Hi @AnvayKharb! Thanks a lot for your contribution! I noticed that the following required information is missing or incomplete: kind of change description Please update the PR description to include this information. You can find placeholders in the PR template for these items. Thanks a lot! |
|
Hello! 👋 This pull request has been automatically marked as stale due to inactivity 😴 It will be closed in 180 days if no further activity occurs. To keep it active, please add a comment with more details. There can be many reasons why a specific pull request has no activity. The most probable cause is a lack of time, not a lack of interest. Let us figure out together how to push this pull request forward. Connect with us through our slack channel : https://json-schema.org/slack Thank you for your patience ❤️ |
-Fixes #1855
-Type: Docs
-This PR updates the documentation for schema validation.
Kind of change
[✓] New feature
Tool Name: typify
Description: A Rust library and CLI that generates Rust types from JSON Schema definitions
Tooling Types: schema-to-code
Languages: Rust
Maintainers: @oxidecomputer (Oxide Computer Company)
License: Apache 2.0
Source: https://github.com/oxidecomputer/typify
Homepage: https://crates.io/crates/typify
Supported Dialects: 4, 6, 7, 2019-09, 2020-12
Status: Actively maintained and widely used for schema-to-code generation in Rust