got-swag
got-swag copied to clipboard
Path-level parameters are ignored
Parameters on path-level (and possibly other levels, need to check this) are ignored, e.g.
paths:
/test
parameters:
... # ignored
get:
parameters:
... # work
This seems to be valid Swagger, so got-swag should respect that, e.g. in monkey tests.