Getting Started
Usage
Modules
A type representing an OpenAPI deserializer.
alias of Callable[[Union[bytes, str]], Any]
Callable
Union
bytes
str
Any
A type representing an OpenAPI formatter.
Validate that the value matches the expected format.
Translate the value into a Python object.