Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve references in parameter items #365

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ekoleda-codaio
Copy link

References in parameters or their schemas were being resolved, but when they were array parameters the items were not being resolved. This was leading to invalid parameter definitions, as the 2.0 spec doesn't allow references in "Items Objects": https://swagger.io/specification/v2/#items-object

Screen Shot 2023-03-13 at 11 49 01 AM

This PR resolves references in array parameters items, and does so recursively as by spec these can be nested.

Note, NPM upgraded the package-lock.json to the new backwards compatible format during install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant