redoc
redoc copied to clipboard
No padding between type and regex pattern
I tried to use regex patterns for endpoints definitions... and something went wrong. Regex patterns is showed normally, but... when body - between regex and type name is no padding at all (don't worry, when custom type is presented - everything is fine). Btw, I'm on OpenAPI v2 Swagger and 0.10.2 redoc cli version. So... if it's necessary I will provide some screenshots.
+1 we're seeing this issue specifically for a param with a regex of:
\d+
+1 we're seeing this issue specifically for a param with a regex of:
\d+
![]()
I'm facing exactly the same problem for params with regex