Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creek-service/creek-json-schema
Annotations and code for generating JSON schemas from code
https://github.com/creek-service/creek-json-schema
json-schema
Last synced: 4 days ago
JSON representation
Annotations and code for generating JSON schemas from code
- Host: GitHub
- URL: https://github.com/creek-service/creek-json-schema
- Owner: creek-service
- License: apache-2.0
- Created: 2022-04-24T20:45:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T17:34:15.000Z (13 days ago)
- Last Synced: 2024-11-01T18:19:06.373Z (13 days ago)
- Topics: json-schema
- Language: Java
- Size: 667 KB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Coverage Status](https://coveralls.io/repos/github/creek-service/creek-json-schema/badge.svg?branch=main)](https://coveralls.io/github/creek-service/creek-json-schema?branch=main)
[![build](https://github.com/creek-service/creek-json-schema/actions/workflows/build.yml/badge.svg)](https://github.com/creek-service/creek-json-schema/actions/workflows/build.yml)
[![Maven Central](https://img.shields.io/maven-central/v/org.creekservice/creek-json-schema-generator.svg)](https://central.sonatype.dev/search?q=creek-json-schema-*)
[![CodeQL](https://github.com/creek-service/creek-json-schema/actions/workflows/codeql.yml/badge.svg)](https://github.com/creek-service/creek-json-schema/actions/workflows/codeql.yml)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/creek-service/creek-json-schema/badge)](https://api.securityscorecards.dev/projects/github.com/creek-service/creek-json-schema)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/6899/badge)](https://bestpractices.coreinfrastructure.org/projects/6899)# Creek JSON Schema
The repositor contains classes for generating JSON schemas from JVM classes.
The generator can be used directly. However, the intended approach is to use a build plugin,
e.g. the [Creek JSON schema Gradle plugin](https://github.com/creek-service/creek-json-schema-gradle-plugin).See [CreekService.org](https://www.creekservice.org) for info on Creek Service.
## Modules in this repo
### Published jars:
* **[generator](generator)** [[JavaDocs](https://javadoc.io/doc/org.creekservice/creek-json-schema-generator)]: a command line tool used to generate JSON schemas from code.
### Internal models
* **[test-types](test-types)**: contains types used internally by this repo for testing.