Allow using deprecated: true to tag Response Objects, Security Scheme Objects #5458
DavidBiesack
started this conversation in
Enhancements
Replies: 1 comment 1 reply
|
The Security Scheme Object does have a What is the use case for the Response Object? The various To put it another way, who would be expected to take action if a Response Object has |
1 reply
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.
Neither the Response Object or Security Scheme Object in OAS 3.2 allow them to be marked as
deprecated: true.Please update OAS so that these objects can be marked as
deprecated: true.As with other objects that can be deprecated, if the
deprecatedfield is omitted, the default will befalse.All reactions