swagger-js
swagger-js copied to clipboard
Inherited parameters should be before operation method level parameters
Description
Motivation and Context
Fixes swagger-api/swagger-ui#7482
How Has This Been Tested?
Adjusted given tests to test new order
Types of changes
- [ ] No code changes (changes to documentation, CI, metadata, etc)
- [ ] Dependency changes (any modification to dependencies in
package.json) - [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [x] Improvement
Checklist:
- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [x] I have edited tests to cover my changes.
- [x] All new and existing tests passed.