Is there a way to ignore a header/param/query? #114
Unanswered
josh-burton
asked this question in
Q&A
Replies: 2 comments
|
Hello @josh-burton can you provide some additional information. Overall the short answer is "not from the library" but you can achieve such behavior from your own code (using JS/TS). Some of my questions are:
Am I missing something? |
0 replies
|
@AGalabov I have a bunch of schemas that are used within my service, that I'm also registering against the registry. Some of the fields in those schemas I really only want to use internally, and just want to skip/ignore them completely from the spec. Maybe a param in the openapi extension called 'ignore' or something could work? |
0 replies
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.
I have a bunch of headers defined, but I'd like some to be excluded from the final spec.
Is there a way to do this?
All reactions