# app/schemas/troov.py from pydantic import BaseModel class TroovRate(BaseModel): time: str rate: str capacity: int