openapi-first icon indicating copy to clipboard operation
openapi-first copied to clipboard

Allow to narrow path param with regexp

Open vanta opened this issue 6 years ago • 0 comments

Express uses regexp to match route (https://expressjs.com/en/guide/routing.html) so path param schema's patterns could be use to determine path param pattern and use it when creating a route.

vanta avatar Jun 12 '18 13:06 vanta