Hello,
I want to add "filter" to check if im getting right JSON (check if json schema is correct). Is it possible to add this filter to routes? So every route (post at last), will check if the request json schema is correct and then pass the request. Also I was thinking to add AuthFilter on some routes. Any example ?
thanks