File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -494,15 +494,15 @@ components:
494
494
format : int32
495
495
sort :
496
496
$ref : ' #/components/schemas/SortObject'
497
- first :
498
- type : boolean
499
- last :
500
- type : boolean
501
497
numberOfElements :
502
498
type : integer
503
499
format : int32
504
500
pageable :
505
501
$ref : ' #/components/schemas/PageableObject'
502
+ first :
503
+ type : boolean
504
+ last :
505
+ type : boolean
506
506
empty :
507
507
type : boolean
508
508
PageableObject :
@@ -519,10 +519,10 @@ components:
519
519
pageSize :
520
520
type : integer
521
521
format : int32
522
- unpaged :
523
- type : boolean
524
522
paged :
525
523
type : boolean
524
+ unpaged :
525
+ type : boolean
526
526
Reservation :
527
527
required :
528
528
- address
@@ -640,15 +640,15 @@ components:
640
640
format : int32
641
641
sort :
642
642
$ref : ' #/components/schemas/SortObject'
643
- first :
644
- type : boolean
645
- last :
646
- type : boolean
647
643
numberOfElements :
648
644
type : integer
649
645
format : int32
650
646
pageable :
651
647
$ref : ' #/components/schemas/PageableObject'
648
+ first :
649
+ type : boolean
650
+ last :
651
+ type : boolean
652
652
empty :
653
653
type : boolean
654
654
EventResponse :
@@ -703,14 +703,14 @@ components:
703
703
format : int32
704
704
sort :
705
705
$ref : ' #/components/schemas/SortObject'
706
- first :
707
- type : boolean
708
- last :
709
- type : boolean
710
706
numberOfElements :
711
707
type : integer
712
708
format : int32
713
709
pageable :
714
710
$ref : ' #/components/schemas/PageableObject'
711
+ first :
712
+ type : boolean
713
+ last :
714
+ type : boolean
715
715
empty :
716
716
type : boolean
You can’t perform that action at this time.
0 commit comments