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