Update model/schema files: schemas/footballing_schema.py
This commit is contained in:
parent
04a7fa18f1
commit
e7c2228a6a
8
repos/kerzan-pyt4gj/schemas/footballing_schema.py
Normal file
8
repos/kerzan-pyt4gj/schemas/footballing_schema.py
Normal file
@ -0,0 +1,8 @@
|
||||
class GameBase(BaseModel):
|
||||
title: str
|
||||
description: Optional[str] = None
|
||||
release_date: datetime
|
||||
developer: str
|
||||
publisher: str
|
||||
genre: str
|
||||
price: float
|
Loading…
x
Reference in New Issue
Block a user