Tyk · Schema

PaginationStatus

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
page_num integer
page_size integer
page_total integer
View JSON Schema on GitHub

JSON Schema

tyk-gateway-pagination-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PaginationStatus",
  "type": "object",
  "properties": {
    "page_num": {
      "type": "integer"
    },
    "page_size": {
      "type": "integer"
    },
    "page_total": {
      "type": "integer"
    }
  }
}