I haven't looked into this a ton yet. But I can't seem to figure out how to get vendor extensions into the final generated specification.
So far I've tried adding a custom entry to the definitions object. But in this case it seems like the specification does not show up in the final spec at all.
I haven't looked into this a ton yet. But I can't seem to figure out how to get vendor extensions into the final generated specification.
So far I've tried adding a custom entry to the
definitions
object. But in this case it seems like the specification does not show up in the final spec at all.Or by adding an
@openapi
JSDoc comment with the extension in it. In this case it shows up underpaths
, which isn't where it is supposed to go.