Internal implementation of request Body validating middleware.
Bases: jsonschema._format.FormatChecker
A FormatChecker can output the message from cause exception
We need understandable validation errors messages for users. When a custom checker has an exception, the FormatChecker will output a readable message provided by the checker.
Check whether the instance conforms to the given format.
Parameters: |
|
---|---|
Type: | any primitive type (str, number, bool) |
Raises: | FormatError if instance does not conform to format |