swagger
Here are 769 public repositories matching this topic...
Version: 2.9.2
What kind of issue is this?
- Question.
How do I disable pageable sort param from showing in docs?
I am using Cassandra database, where sorting doesn't apply like with relational databases, so I want to use page and size only with pageable param. How do I do this?
 {
return U
-
Updated
Jul 1, 2020 - Java
-
Updated
Jul 5, 2020 - Java
Description
OpenApi/Swagger specs: https://swagger.io/docs/specification/adding-examples/
I've prepared' very simple specs, based on much more complex structure from my current project:
openapi: 3.0.0
info:
version: development
title: Hello World
paths:
/hello_world/:
get:
operationId: api.views.hello_world
responses:
200:
des-
Updated
Jul 1, 2020 - Java
-
Updated
Jul 5, 2020 - Java
-
Updated
Aug 25, 2018 - Java
-
Updated
Mar 7, 2020 - Java
-
Updated
Jun 6, 2020 - Java
I am tested products to be used by our team and yours fits our needs best. However, the live documentation looks like it has this bug.
Here is the repro
https://studio.apicur.io/preview?aid=25747
Says but summary is present for both test calls.
-
Updated
Jul 5, 2020 - Java
"false".equalsIgnoreCase(defaultValue) should be "false".equalsIgnoreCase(example)
...
} else if (BooleanProperty.TYPE.equals(type)) {
if ("true".equalsIgnoreCase(example) || "false".equalsIgnoreCase(defaultValue)) {
return Boolean.valueOf(example);
}
}
...
-
Updated
Nov 19, 2019 - Java
In our project we have need to pass Request object to our controller. This is the routes file
POST /check controllers.CheckConotroller.checkStatus(request: Request)
Swagger is generating this output for the parameters object:
`
"parameters": [
{
"name": "request",
"in": "query",
-
Updated
Oct 31, 2018 - Java
-
Updated
Jul 1, 2020 - Java
-
Updated
Mar 3, 2020 - Java
-
Updated
Jul 5, 2020 - Java
-
Updated
Jun 24, 2020 - Java
Improve this page
Add a description, image, and links to the swagger topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swagger topic, visit your repo's landing page and select "manage topics."
First of all, the following repository has all the code (and description as well) to reproduce this problem: https://github.com/elgleidson/swagger-problem
I have the following JSON:
{ "nonNullableField": "not null", "nullableField": null, "nonNullableObjectField": { "someField": "some value" }, "nullableObjectField": null, "nonNullableList": [ "not null"