{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "OffsetBasedPaginationOutputObjectWithoutTotal", "type": "object", "description": "Pagination attributes for the offset-based pagination strategy; a total element count is not supported.", "properties": { "hasNext": { "type": "boolean", "description": "Flag indicating that a subsequent request with the same parameters, except that the parameter `pagination.offset` is incremented by `pagination.limit`, would yield additional results." } } }