-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for URI path params #457
Comments
@CristianUser OpenAPI 3.x does not support RFC 6570, hence neither does the validator. |
@CristianUser have a look at #491 Unfortunately, it does not conform to RFC-6570. I'll certainly add support of OpenAPI supports it. In the meantime, the PR will satisfy a common case (which i believe is the case you are looking for) Please share your thoughts |
I like it, it should work for me 😅 |
@CristianUser this is available in |
**Is your feature request related to a problem? **
I have an assets server and I use
/file/*
to take the rest as file location example/file/folder/image.png
. following RFC 6570 I should be able to do it with/file{/path*}
but it seems to be invalid hereDescribe the solution you'd like
Add support to Path segment templates, if there's a way to do it currently please let me know
The text was updated successfully, but these errors were encountered: