====== Models ====== .. code:: python from typing import Optional, List, Dict, Union, Any, Literal class CurrentTimestampResponsePayload: """ Current Timestamp schema for GET response """ timestamp: Optional[int]