Open
Description
Hi,
Unfortunately path templates are not supported in this library; For example, if a PUT
request is made for a Flask view which has a pattern of, say, /users/<user_id>
and I have a /users/{user_id}
path defined in my OpenAPI 3 schema, then it doesn't match the path because of the difference between "lesser-than/greater-than" bracers from Flask and the curly bracers from OpenAPI 3.
Please let me know if you need help with implementing this fix, in which case I can send a pull request.
Thanks,
Diogo