I'd also like to programmatically determine what fields are required for each route and make sure they are 1. clearly documented in the route handler's docstring, and 2. enforced (preferably programmatically) in the test suite in such a way that we make sure the frontend form is submitting the correct fields when it calls a given route handler.