Kong · Schema

CursorPaginatedMetaWithSizeAndTotal

returns the pagination information

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
page object
View JSON Schema on GitHub

JSON Schema

kong-cursorpaginatedmetawithsizeandtotal-schema.json Raw ↑
{
  "$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"
  ]
}