Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit ed82c99

Browse files
sergei-maertensRelequestual
authored andcommitted
Add drf-jsonschema-serializer schema generator
1 parent 24d63ef commit ed82c99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

implementations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
157157
- [Pydantic](https://pydantic-docs.helpmanual.io/) (MIT) - generates schemas from Python models based on Python 3.6+ type hints.
158158
- [msgspec](https://jcristharif.com/msgspec/) (BSD-3-Clause) - generates schemas from Python type annotations.
159159
- [mashumaro](https://github.com/Fatal1ty/mashumaro) (Apache 2.0) - generates schemas from Python type annotations
160+
- [drf-jsonschema-serializer](https://github.com/maykinmedia/drf-jsonschema-serializer) (BSD-3-Clause) - generates schemas from Django Rest Framework serializers
160161
- Java
161162
- [jsonschema-generator](https://github.com/victools/jsonschema-generator) (Apache 2.0) - generates schemas from Java types *supports Draft 7 and Draft 2019-09*
162163
- Scala

0 commit comments

Comments
 (0)