Jean-François Côté
Jean-François Côté
Right now, it seems that swagger-play only partially support the core annotation @SwaggerDefinition. If I use the annotation provided in the documentation over one of my constructor: ``` @SwaggerDefinition( info...
When using @ApiImplicitParam like this: ``` @ApiImplicitParams({ @ApiImplicitParam(name = "suggestion", value = "New suggestion", required = true, dataType = "NewSuggestion", paramType = "body") }) ``` When I run my Play...
Hi! I'm trying to declare an implicit param that is an array of String in the "csv" format. The yaml look like this for the parameter: ``` parameters: - name:...
When I try my spec url: https://cs-dev.business.stingray.com/assets/swagger.yaml I get this error: ``` Failed to load API definition. Errors Hide Fetch errorFailed to fetch https://cs-dev.business.stingray.com/assets/swagger.yaml Fetch errorPossible cross-origin (CORS) issue? The...
When you have a yaml model that reference itself, the `validate` function consider it an error, which is not. It is completely supported by tools like swagger-editor and swagger-codegen. I'm...
The goal of this task is to automate an event when someone creates a tag. As soon as the tag is created, the associated github action is started and all...
Also, add a link to the SBT plugin that is currently outside this project: https://github.com/jrouly/sbt-openapi-style-validator
The problem with Sonarcloud is that it doesn't work on fork PR, which is the default way to work in OSS. We tested Lift in the last couple of PR...
The website is ugly and doesn't provide any value right now. We need to add at least some info from the readme + real use cases, real users of the...