Swagger UI viewer: support the showCommonExtensions option
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Swagger UI does not by default display many of the common schema parameters such as minLength, maxLength, pattern, etc. in the interactive endpoint view (they are displayed in the schema objects, of course). Since these are important to understand how to use an API it would be really nice if we could enable the showCommonExtensions configuration option.
The best way to solve this (and, I believe, #357484 (closed)) would be either to enable this by default or to make the embedded Swagger UI viewer configurable so we could set site-specific defaults (I primarily use a self-hosted premium server so editing a config file isn't out of the question). Failing that, it could be useful to fix the problem mentioned in #357484 (closed) so putting showCommonExtensions=true in the query string would work.