From cc1b5e2f48ef62670be05ccfc6346b16b61844c8 Mon Sep 17 00:00:00 2001 From: Luiz Gustavo Monteiro Date: Mon, 3 Nov 2025 23:40:37 -0300 Subject: refactor Post methods in schema files --- api/schemas/measures.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'api/schemas/measures.py') diff --git a/api/schemas/measures.py b/api/schemas/measures.py index e69de29..999a82c 100644 --- a/api/schemas/measures.py +++ b/api/schemas/measures.py @@ -0,0 +1,5 @@ +from pydantic import BaseModel + +class PostMeasure(BaseModel): + name: str + unit_code: str \ No newline at end of file -- cgit v1.2.3