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

Add FastAPI and Pydantic to JSON Schema implementations #248

Merged
merged 2 commits into from
Dec 22, 2018
Merged

Add FastAPI and Pydantic to JSON Schema implementations #248

merged 2 commits into from
Dec 22, 2018

Conversation

tiangolo
Copy link
Contributor

This PR adds FastAPI and Pydantic to the "implementations" section.

@Julian
Copy link
Member

Julian commented Dec 22, 2018 via email

@tiangolo
Copy link
Contributor Author

Pydantic is a library to declare, serialize and validate data in Python, in most of the cases as JSON. And it generates JSON Schemas for those models, based on the Python types: https://pydantic-docs.helpmanual.io/#schema-creation

FastAPI is a web framework, powered by Pydantic. Based on OpenAPI, which uses JSON Schema for all the models. All the data definitions (models) get generated JSON Schemas, which is then used by API docs and code generation tools. That's why I added it to the section about API documentation.

@Julian
Copy link
Member

Julian commented Dec 22, 2018 via email

@Julian Julian merged commit 3cc2c0d into json-schema-org:master Dec 22, 2018
@tiangolo
Copy link
Contributor Author

Awesome! Thanks! 🎉

@tiangolo tiangolo deleted the fastapi branch December 23, 2018 04:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants