diff --git a/app/schemas.py b/app/schemas.py index 12f20ee6..ed37c5ee 100644 --- a/app/schemas.py +++ b/app/schemas.py @@ -20,7 +20,7 @@ class PriceCreate(BaseModel): product_code: str price: float - currency: str = "EUR" + # currency: str = "EUR" location_osm_id: int location_osm_type: PriceLocationOSMType date: date @@ -33,4 +33,6 @@ def location_osm_id_must_be_positive(cls, v): class PriceBase(PriceCreate): + # currency: str + # owner: str created: datetime