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

Commit 3cc2c0d

Browse files
authored
Merge pull request #248 from tiangolo/fastapi
Add FastAPI and Pydantic to JSON Schema implementations
2 parents 22d7158 + fd83d53 commit 3cc2c0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

implementations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ Hyper-Schema
116116
- JavaScript
117117
- [@cloudflare/doca](https://github.com/cloudflare/json-schema-tools/tree/master/workspaces/doca) ([JSON Schema Tools](https://github.com/cloudflare/json-schema-tools)), _draft-04, -06, -07, and Doca extensions_ (UI forthcoming)
118118

119+
- Python
120+
- [FastAPI](https://github.com/tiangolo/fastapi) (MIT) is an API framework based on Python 3.6+ types that generates **OpenAPI 3** schemas, including **JSON Schemas** for all the models declared.
121+
119122
#### Link Description Object utilities
120123

121124
- JavaScript
@@ -144,6 +147,8 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
144147
- [Liform](https://github.com/Limenius/liform) (MIT) - generates schemas from Symfony forms
145148
- TypeScript
146149
- [typescript-json-schema](https://github.com/YousefED/typescript-json-schema)
150+
- Python
151+
- [Pydantic](https://pydantic-docs.helpmanual.io/) (MIT) - generates schemas from Python models based on Python 3.6+ type hints.
147152

148153
#### From data
149154

0 commit comments

Comments
 (0)