Is there a way to ignore a header/param/query? #114
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? |
Beta Was this translation helpful? Give feedback.
-
@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? |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions