Skip to content

Commit 88ddacd

Browse files
Include Java-from-Code schema generator example
1 parent 3aeb9ff commit 88ddacd

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
@@ -149,6 +149,8 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
149149
- [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
150150
- Python
151151
- [Pydantic](https://pydantic-docs.helpmanual.io/) (MIT) - generates schemas from Python models based on Python 3.6+ type hints.
152+
- Java
153+
- [jsonschema-generator](https://github.com/victools/jsonschema-generator) (Apache 2.0) - generates schemas from Java types
152154

153155
#### From data
154156

0 commit comments

Comments
 (0)