From f392c3edaf52ccfa496d2e85f96e18ec81d11a65 Mon Sep 17 00:00:00 2001 From: Luiz Gustavo Monteiro Date: Mon, 3 Nov 2025 23:39:34 -0300 Subject: refactor Post methods in schema files --- api/schemas/station.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'api/schemas') diff --git a/api/schemas/station.py b/api/schemas/station.py index e69de29..3e8dc10 100644 --- a/api/schemas/station.py +++ b/api/schemas/station.py @@ -0,0 +1,6 @@ +from pydantic import BaseModel + +class PostStation(BaseModel): + name: str + installation_date: int + location_id: int \ No newline at end of file -- cgit v1.2.3