Closed mristin closed 3 years ago
@abingham could you please review the pull request and double-check that the implemented logic is correct? In particular, could you have a look at swagger.py
and intermediate.py
as well as the endpoints.json
from the test cases?
@mristin Everything looks OK on review. The logic looks about like I'd expect, as do the test cases.
This patch provides a logic for propagating and overriding
produces
andconsumes
properties from the global (schema-wide) scope to local (method) scope.Fixes #121.