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: 25 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T17:34:15.000Z (7 months ago)
- Last Synced: 2024-11-01T18:19:06.373Z (7 months 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
[](https://opensource.org/licenses/Apache-2.0)
[](https://coveralls.io/github/creek-service/creek-json-schema?branch=main)
[](https://github.com/creek-service/creek-json-schema/actions/workflows/build.yml)
[](https://central.sonatype.dev/search?q=creek-json-schema-*)
[](https://github.com/creek-service/creek-json-schema/actions/workflows/codeql.yml)
[](https://api.securityscorecards.dev/projects/github.com/creek-service/creek-json-schema)
[](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.