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

Support $ref in requestBody #49

Closed
rohit-gohri opened this issue Aug 8, 2020 · 0 comments · Fixed by #50
Closed

Support $ref in requestBody #49

rohit-gohri opened this issue Aug 8, 2020 · 0 comments · Fixed by #50

Comments

@rohit-gohri
Copy link
Contributor

rohit-gohri commented Aug 8, 2020

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

@rohit-gohri rohit-gohri changed the title Support oneOf and allOf in schemas Support $ref in requestBody Aug 8, 2020
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 a pull request may close this issue.

1 participant