"""Pydantic request/response schemas.""" from app.schemas.caption import CaptionResponse, ErrorResponse, HealthResponse __all__ = ["CaptionResponse", "ErrorResponse", "HealthResponse"]