It would be great if we could enforce schema returned by functions in this way: ```python @quinn.validate_return_schema(...schema, ignore) def my_func(): return .. ```