Skip to content
peder2911 edited this page Jan 21, 2022 · 1 revision

Views schema

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.