From e7c2228a6abc55b087fe3b723f262858439fcf5f Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Tue, 25 Mar 2025 08:46:48 +0100 Subject: [PATCH] Update model/schema files: schemas/footballing_schema.py --- repos/kerzan-pyt4gj/schemas/footballing_schema.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 repos/kerzan-pyt4gj/schemas/footballing_schema.py diff --git a/repos/kerzan-pyt4gj/schemas/footballing_schema.py b/repos/kerzan-pyt4gj/schemas/footballing_schema.py new file mode 100644 index 0000000..19154ae --- /dev/null +++ b/repos/kerzan-pyt4gj/schemas/footballing_schema.py @@ -0,0 +1,8 @@ +class GameBase(BaseModel): + title: str + description: Optional[str] = None + release_date: datetime + developer: str + publisher: str + genre: str + price: float \ No newline at end of file