from pydantic import BaseModel [docs]class Pong(BaseModel): """The response from the `/ping` endpoint.""" message: str