OpenAPI widget does not support nested objects #132
kfc2023
started this conversation in
Feature Requests
Replies: 3 comments 2 replies
-
This looks like something we are also needing. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sounds like what we need as well. Specifically the issue we're running into is that references and inheritance aren't included in the schema section of the OpenAPI widget. They do get included in the Example section. |
Beta Was this translation helpful? Give feedback.
1 reply
-
the value of the openapi widget is limited if you still have to provide a
link to the swagger output to provide all the info necessary to use the
method.
…On Wed, Aug 9, 2023 at 8:24 AM Kyle ***@***.***> wrote:
Sounds like what we need as well. Specifically the issue we're running
into is that references <https://swagger.io/docs/specification/using-ref/>
and inheritance
<https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/>
don't show to be included in the schema section of the OpenAPI widget. They
do get included in the Example section.
—
Reply to this email directly, view it on GitHub
<#132 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6F7GSM22JUZQ7Q2FFKPA3TXUOTSXANCNFSM6AAAAAAVN6QMNY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's your feature/idea?
When I use the OpenAPI widget to embed a method, the nested articles don't link to the associated models. This leaves out a huge component of my spec. Linking nested objects would be awesome.
What's your desired outcome?
Use gitbook as the sole source of documentation for my external api. right now, the details of the nested objects aren't accessible.
What's the impact of this for you?
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions