You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With config.format = "JSON" (and apitome) I see multiple docs for each example, e.g.
With config.format = "open_api" (and redoc) I see ONE doc for each example action e.g. . (In addition, the 'summary' and 'description' are always empty in the generated open_api.json)
I looked into the code at how route_summary and friends are used and have looked through the issues. I can't imagine I'm the first person to encounter this but I haven't found anything. We don't use a fresh context for every example which I see in the readme example, but aside from that, perhaps there's just an unreported bug in the formatter?
The text was updated successfully, but these errors were encountered:
@bf4 it's creating multiple examples per action when there is only one spec? Or you have two specs that are both being documented? Do you have a minimal example?
config.format = "JSON"
(and apitome) I see multiple docs for each example, e.g.config.format = "open_api"
(and redoc) I see ONE doc for each example action e.g. .(In addition, the 'summary' and 'description' are always empty in the generated open_api.json)
I looked into the code at how
route_summary
and friends are used and have looked through the issues. I can't imagine I'm the first person to encounter this but I haven't found anything. We don't use a fresh context for every example which I see in the readme example, but aside from that, perhaps there's just an unreported bug in the formatter?The text was updated successfully, but these errors were encountered: