refactor: Update response types to use common schemas across API endpoints
Some checks failed
Backend CI / test (push) Failing after 3m51s

This commit is contained in:
JSC
2025-07-31 10:40:03 +02:00
parent dc372b961e
commit c13285ca4e
7 changed files with 101 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
"""Playlist schemas."""
from pydantic import BaseModel
from pydantic import BaseModel, Field
from app.models.playlist import Playlist
from app.models.sound import Sound