from pydantic import BaseModel, ValidationError
from decimal import Decimal

class StopButtonEnclosureOptions(BaseModel):
    stop_decription: str
    stop_id: str
    stop_price: float  # Has cambiado el tipo a float
    stop_technicalSheet: str