We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently $refs are only resolved in parameters and inside schema.
I have a $ref inside requestBody:
'/ticket/': post: operationId: createTicket summary: Create Ticket requestBody: $ref: '../ticket/ticket.v0.yaml#/paths/~1ticket~1create/post/requestBody'
This is not resolved and leads to empty body in samples. But redoc and other tools resolve this successfully
The text was updated successfully, but these errors were encountered:
oneOf
allOf
Successfully merging a pull request may close this issue.
Currently $refs are only resolved in parameters and inside schema.
I have a $ref inside requestBody:
This is not resolved and leads to empty body in samples. But redoc and other tools resolve this successfully
The text was updated successfully, but these errors were encountered: