You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If allowReserved serves valid use cases for query parameters in Parameter Objects, it would be consistent to also allow this this flag for similar use cases in Security Scheme Objects.
The text was updated successfully, but these errors were encountered:
Currently we don't limit the characters allowed in security parameters and don't think AllowReserved would add significant value. If this is essential for your scenario we recommend using an extension to describe allowed characters.
I ran into swagger-api/swagger-ui#4218 and it occurred to me that perhaps the
allowReserved
option of Parameter Objects could also be added as an optional parameter to Security Scheme Objects, allowing for a definition like:If
allowReserved
serves valid use cases for query parameters in Parameter Objects, it would be consistent to also allow this this flag for similar use cases in Security Scheme Objects.The text was updated successfully, but these errors were encountered: