ValidationΒΆ
Data validation should be performed in a middleware, before processing a request. Since the default content type is JSON and some resources provide a JSON Schema, the easiest way is to use the jsonschema library to do that.
The falconjsonio library already has a middleware that does that.