Skip to content

Commit 9347d63

Browse files
author
Git Actions
committed
docs: update open-api.yaml
1 parent a79e0e0 commit 9347d63

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/open-api.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -494,15 +494,15 @@ components:
494494
format: int32
495495
sort:
496496
$ref: '#/components/schemas/SortObject'
497-
first:
498-
type: boolean
499-
last:
500-
type: boolean
501497
numberOfElements:
502498
type: integer
503499
format: int32
504500
pageable:
505501
$ref: '#/components/schemas/PageableObject'
502+
first:
503+
type: boolean
504+
last:
505+
type: boolean
506506
empty:
507507
type: boolean
508508
PageableObject:
@@ -519,10 +519,10 @@ components:
519519
pageSize:
520520
type: integer
521521
format: int32
522-
unpaged:
523-
type: boolean
524522
paged:
525523
type: boolean
524+
unpaged:
525+
type: boolean
526526
Reservation:
527527
required:
528528
- address
@@ -640,15 +640,15 @@ components:
640640
format: int32
641641
sort:
642642
$ref: '#/components/schemas/SortObject'
643-
first:
644-
type: boolean
645-
last:
646-
type: boolean
647643
numberOfElements:
648644
type: integer
649645
format: int32
650646
pageable:
651647
$ref: '#/components/schemas/PageableObject'
648+
first:
649+
type: boolean
650+
last:
651+
type: boolean
652652
empty:
653653
type: boolean
654654
EventResponse:
@@ -703,14 +703,14 @@ components:
703703
format: int32
704704
sort:
705705
$ref: '#/components/schemas/SortObject'
706-
first:
707-
type: boolean
708-
last:
709-
type: boolean
710706
numberOfElements:
711707
type: integer
712708
format: int32
713709
pageable:
714710
$ref: '#/components/schemas/PageableObject'
711+
first:
712+
type: boolean
713+
last:
714+
type: boolean
715715
empty:
716716
type: boolean

0 commit comments

Comments
 (0)