-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
feat[tools]: add micronaut json schema as tooling #1356
base: main
Are you sure you want to change the base?
feat[tools]: add micronaut json schema as tooling #1356
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1356 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 373 387 +14
Branches 94 103 +9
=========================================
+ Hits 373 387 +14 ☔ View full report in Codecov by Sentry. |
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.
Please see my comment. Thanks for this PR!
Done Screencast.from.2025-02-01.22-26-59.webm |
What kind of change does this PR introduce?
This PR adds a new tool, micronaut-json-schema, to the JSON Schema Ecosystem page.
Issue Number:
Screenshots/videos:
Screencast.from.2025-01-22.14-20-26.webm
If relevant, did you update the documentation?
Summary
This PR adds the micronaut-json-schema tool to the JSON Schema ecosystem. The tool generates JSON Schema from Java classes and is part of the Micronaut framework. It supports the 2020-12 JSON Schema dialect and is categorized as a code-to-schema tool.
Details added to the YAML file include:
Does this PR introduce a breaking change?
No