You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having some issue with some of my endpoints after annotating.
Resolver error at paths./venues/{venueId}.get.parameters.0.$ref
Could not resolve reference: Could not resolve pointer: /definitions/Nothing$ does not exist in document
This error is being thrown for a lot of them but I can't quite figure out what the issue is.
For the above I have something like this in my code
Hello,
I'm having some issue with some of my endpoints after annotating.
Resolver error at paths./venues/{venueId}.get.parameters.0.$ref
Could not resolve reference: Could not resolve pointer: /definitions/Nothing$ does not exist in document
This error is being thrown for a lot of them but I can't quite figure out what the issue is.
For the above I have something like this in my code
I'm using an older version of scala 2.11.8 with scalatra version 2.7.0.
The text was updated successfully, but these errors were encountered: