-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
Description
Description
We need a common mechanism for deserialization and serialization of SQLAlchemy objects. I recommend marshmallow-sqlalchemy
https://marshmallow-sqlalchemy.readthedocs.io/en/latest/
PR with this change should define all schemas for database objects in accordance with OpenAPI specification
More information about REST API:
#8107
Use case / motivation
This will make writing new endpoints much easier. We will also have one place defining the structure, which will facilitate backward compatibility.
Related Issues
This task is related to
#8110
#8114
#8115
It was divided so that we could do the work with smaller pieces.
ad-m