Skip to content

Commit fde310b

Browse files
authored
Merge pull request json-schema-org#275 from CarstenWickner/patch-1
Include from-code schema generator example for Java
2 parents 7655109 + 8ead3f9 commit fde310b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

implementations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
152152
- [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
153153
- Python
154154
- [Pydantic](https://pydantic-docs.helpmanual.io/) (MIT) - generates schemas from Python models based on Python 3.6+ type hints.
155+
- Java
156+
- [jsonschema-generator](https://github.com/victools/jsonschema-generator) (Apache 2.0) - generates schemas from Java types *supports Draft 7*
155157

156158
#### From data
157159

0 commit comments

Comments
 (0)