Skip to content
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

Resolver error #83

Open
AdamBlade opened this issue Oct 11, 2021 · 0 comments
Open

Resolver error #83

AdamBlade opened this issue Oct 11, 2021 · 0 comments

Comments

@AdamBlade
Copy link

AdamBlade commented Oct 11, 2021

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

 private val getVenue =
    (apiOperation[VenuesResponse]("getVenue")
      summary "Get venue"
      tags(feature.venues, target.customer, authentication.none)
      parameter pathParam("venueId").description("Venue ID")
      description "Get venue details")
  get("/venues/:venueId", operation(getVenue))

I'm using an older version of scala 2.11.8 with scalatra version 2.7.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant