Add additional properties to type definitions #1279
Unanswered
michael-magrian
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello everyone,
I don't seem to be able to find a solution for this. What I am trying to do is adding additional properties to a definition that I generate. I have a struct similar to the following:
The description is picked up correctly, but I can't really figure out how to add new properties. I would like to have something like:
I tried with different approaches (see
@Extensiontopic here).This
x-custom-request-body-namefrom a path definition gets picked up correctly:Would appreciate some help. Could very well be that I missed something in the docs
Beta Was this translation helpful? Give feedback.
All reactions