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