Python TypedDict: Required and Optional Keys

Python TypedDict type hint guide

Use Python TypedDict to document dictionary keys and value types, model optional fields, and understand what static typing does not validate at runtime.