-
-
Notifications
You must be signed in to change notification settings - Fork 315
Add typify tool to JSON Schema Tooling Landscape #1868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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! |
-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