Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micronaut-projects/micronaut-json-schema
Micronaut integration with JSON schema
https://github.com/micronaut-projects/micronaut-json-schema
Last synced: about 2 months ago
JSON representation
Micronaut integration with JSON schema
- Host: GitHub
- URL: https://github.com/micronaut-projects/micronaut-json-schema
- Owner: micronaut-projects
- License: apache-2.0
- Created: 2024-03-27T16:40:33.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-20T05:35:31.000Z (7 months ago)
- Last Synced: 2024-05-20T06:35:16.817Z (7 months ago)
- Language: Java
- Homepage:
- Size: 789 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Micronaut json-schema
[![Maven Central](https://img.shields.io/maven-central/v/io.micronaut.jsonschema/micronaut-json-schema-bom.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.micronaut.jsonschema%22%20AND%20a:%22micronaut-json-schema-bom%22)
[![Build Status](https://github.com/micronaut-projects/micronaut-json-schema/workflows/Java%20CI/badge.svg)](https://github.com/micronaut-projects/micronaut-json-schema/actions)[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.micronaut.io/scans)
Adds the generation of JSON Schema from Java classes.
## Documentation
See the [Documentation](https://micronaut-projects.github.io/micronaut-json-schema/latest/guide/) for more information.
See the [Snapshot Documentation](https://micronaut-projects.github.io/micronaut-json-schema/snapshot/guide/) for the current development docs.
## Snapshots and Releases
Snapshots are automatically published to [Sonatype Snapshots](https://s01.oss.sonatype.org/content/repositories/snapshots/io/micronaut/) using [GitHub Actions](https://github.com/micronaut-projects/micronaut-json-schema/actions).
See the documentation in the [Micronaut Docs](https://docs.micronaut.io/latest/guide/index.html#usingsnapshots) for how to configure your build to use snapshots.
Releases are published to Maven Central via [GitHub Actions](https://github.com/micronaut-projects/micronaut-json-schema/actions).
Releases are completely automated. To perform a release use the following steps:
* [Publish the draft release](https://github.com/micronaut-projects/micronaut-json-schema/releases). There should be already a draft release created, edit and publish it. The Git Tag should start with `v`. For example `v1.0.0`.
* [Monitor the Workflow](https://github.com/micronaut-projects/micronaut-json-schema/actions?query=workflow%3ARelease) to check it passed successfully.
* If everything went fine, [publish to Maven Central](https://github.com/micronaut-projects/micronaut-json-schema/actions?query=workflow%3A"Maven+Central+Sync").
* Celebrate!