from typing import Any, Dict, Union OpenAPIResponseType = Dict[Union[int, str], Dict[str, Any]]