Generally it works fine to add "validate" to the decorators attribute of the class, however when you want to return a list what is the best practice to include response_many=True in the kwargs?
One option is to roll our own decorator using something like functools.partial. Any otehr ideas?