Open dstandish opened 15 hours ago
Add base model for rest api; set from_attributes=True
This enables us to have simpler API code, since we don't need to call model_validate as much.
model_validate
Add base model for rest api; set from_attributes=True
This enables us to have simpler API code, since we don't need to call
model_validate
as much.