Skip to content

Commit a351fa4

Browse files
author
bnasslahsen
committed
Description for Pageable parameters is not displayed in swagger-ui. Fixes #543.
1 parent bfbc1e3 commit a351fa4

File tree

1 file changed

+0
-5
lines changed
  • springdoc-openapi-data-rest/src/test/resources/results

1 file changed

+0
-5
lines changed

springdoc-openapi-data-rest/src/test/resources/results/app2.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@
5656
"components": {
5757
"schemas": {
5858
"Pageable": {
59-
"required": [
60-
"page",
61-
"size",
62-
"sort"
63-
],
6459
"type": "object",
6560
"properties": {
6661
"page": {

0 commit comments

Comments
 (0)