from typing import Optional class Example: required_field_1: str required_field_2: int optional_field: Optional[str]