-
Notifications
You must be signed in to change notification settings - Fork 0
Schema
peder2911 edited this page Jan 21, 2022
·
1 revision
Views 3 consists of many packages, services and tools communicating. To make
this process more predictable, there is a library of data types called
views-schema
. This library mostly contains
Pydantic models. Pydantic is a package
that provides validation and serialization, as well as tight integration with
FastAPI which is used throughout the views 3 backend.
The package can be found here, or
simply installed using pip install views-schema
.