openapi-first
openapi-first copied to clipboard
Allow to narrow path param with regexp
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.