Kong · Schema

PaginatedMeta

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-paginatedmeta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaginatedMeta",
  "title": "PaginatedMeta",
  "description": "returns the pagination information",
  "type": "object",
  "properties": {
    "page": {
      "$ref": "#/components/schemas/PageMeta"
    }
  },
  "required": [
    "page"
  ],
  "x-speakeasy-terraform-ignore": true
}