openapi3
openapi3 copied to clipboard
bug-fix: components/requestBody --> components/requestBodies
Valid components/requestBodies $refs do not currently parse because there is a typo in components.py. You can reproduce the error with the added test file ref-request-bodies.yaml in this PR.
This PR fixes the typo and adds the test file for coverage.
This fixes #99 for me, thank you!