Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Karan-Palan
Copy link
Contributor

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

image

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:

  1. Tool name and description
  2. Supported language (Java)
  3. Tooling type (code-to-schema)
  4. Maintainers (Micronaut Team)
  5. License (Apache-2.0)
  6. Source repository URL
  7. Homepage URL
  8. Supported JSON Schema dialects (2020-12)
  9. Last updated date

Does this PR introduce a breaking change?

No

@Karan-Palan Karan-Palan requested a review from a team as a code owner January 22, 2025 09:03
Copy link

github-actions bot commented Jan 22, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview 23777c6

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ee9538b) to head (23777c6).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1356   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          373       373           
  Branches        94        94           
=========================================
  Hits           373       373           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

toolingTypes: ['code-to-schema']
languages: ['Java']
maintainers:
- name: 'Micronaut Team'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benjagm I’m not certain, but wasn’t the intention of the maintainers field to be populated only with project maintainers, not with hosting organization members? Are we okay with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add or Modify micronaut-json-schema in JSON Schema Ecosystem
2 participants