[Questions] OpenAPI - Parameters & Schemas sections
See original GitHub issueAloah,
I currently tweak my OpenAPi/slate integration with widdershins and I encounter a special use case.
By using default command like
widdershins --summary -y apiName.yaml index.html.md
I have this result where FormRequest (Body Parameter of my Method) is present with the schema associated inside the Parameters section (See also the >> character associated). Notice there’s also a Schemas section in my main menu.

When I use the same command line with --noschema parameter like
widdershins --summary --noschema -y apiName.yaml index.html.md
I obtain this result. The parameters section only contains the FormRequest body parameter.
Schemas section in my main menu is also not present. It makes the hyperlink to FormRequest impossible to use.

My question is simple.
Is it possible to have the Schemas sections available AND not displaying the inline Parameters ( >> parameters) ?
I would prefer my user to click the FormRequest hyperlink to have access directly to the parameter schema instead of having it displaying inside the parameters section with the >> symbol.
Thanks in advance.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)

Top Related StackOverflow Question
For sure. Everything is available here: https://github.com/flowable/flowable-engine/blob/master/docs/public-api/references/swagger/form/flowable-swagger-form.yaml
Thanks, have confirmed no
undefinedis output using the stock templates.