-
Notifications
You must be signed in to change notification settings - Fork 183
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
PhoenixSwagger.Plug.Validate doesn't work for versioned API #256
Comments
@spinettaro I don't think nested scopes should be a problem. PhoenixSwagger uses the output of Can you show the output of |
yes, no prob. |
Looks fine. There should be a corresponding entry in the
|
weird... it is empty :ets.tab2list(:validator_table) |
That table is populated by a call to |
I didn't put that line on my Application.ex, because to be honest I didn't find it in the doc guide.
|
That one comes from the |
Hi ,
it seems the PhoenixSwagger.Plug.Validate is not working if you have aliases in the API declaration.
Here the example:
The error is:
Any suggestions?
The text was updated successfully, but these errors were encountered: