I tried to create API using Jooby, we have non-functional requirement to have Swagger or Raml for our APIs. For some reason Swagger and Raml are not working and no UI is displayed and it does not give out any errors. Looks like there are no definitions when looking at swagger.json, but definitions are there in /raml/api.raml.
I made very simple api to illustrate the problem: jooby-cat
I tried to create API using Jooby, we have non-functional requirement to have Swagger or Raml for our APIs. For some reason Swagger and Raml are not working and no UI is displayed and it does not give out any errors. Looks like there are no definitions when looking at swagger.json, but definitions are there in /raml/api.raml.
I made very simple api to illustrate the problem: jooby-cat