{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CursorPaginatedMetaWithSizeAndTotal", "title": "CursorPaginatedMetaWithSizeAndTotal", "description": "returns the pagination information", "type": "object", "properties": { "page": { "$ref": "#/components/schemas/CursorMetaWithSizeAndTotal" } }, "required": [ "page" ] }