backend: Simplify pagination schema reference in success-get-rooms response

This commit is contained in:
Carlos Santos 2025-04-24 14:37:13 +02:00
parent 754dd3bd35
commit db3e990c14

View File

@ -9,19 +9,7 @@ content:
items:
$ref: '../schemas/meet-room.yaml'
pagination:
type: object
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.
$ref: '../schemas/meet-pagination.yaml'
examples:
complete_room_details: