components: schemas: CursorPageResponse: description: Cursor-based pagination metadata returned with list responses. type: object additionalProperties: false properties: next_cursor: description: Opaque cursor to request the next page; omitted when no more items exist. type: string