backend: Simplify pagination schema reference in success-get-rooms response
This commit is contained in:
parent
754dd3bd35
commit
db3e990c14
@ -9,19 +9,7 @@ content:
|
|||||||
items:
|
items:
|
||||||
$ref: '../schemas/meet-room.yaml'
|
$ref: '../schemas/meet-room.yaml'
|
||||||
pagination:
|
pagination:
|
||||||
type: object
|
$ref: '../schemas/meet-pagination.yaml'
|
||||||
properties:
|
|
||||||
isTruncated:
|
|
||||||
type: boolean
|
|
||||||
description: Indicates if there are more rooms to retrieve.
|
|
||||||
nextPageToken:
|
|
||||||
type: [string, 'null']
|
|
||||||
description: The token to retrieve the next page of rooms.
|
|
||||||
maxItems:
|
|
||||||
type: integer
|
|
||||||
description: >
|
|
||||||
Maximum number of rooms returned in a single response page.
|
|
||||||
Corresponds to the `maxItems` query parameter in the request.
|
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
complete_room_details:
|
complete_room_details:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user