Tyk · JSON Structure

Tyk Gateway Pagination Status Structure

Type: object Properties: 3
API GatewayAPI ManagementGraphQLOpen Source

PaginationStatus is a JSON Structure definition published by Tyk, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

page_num page_size page_total

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PaginationStatus",
  "type": "object",
  "properties": {
    "page_num": {
      "type": "integer"
    },
    "page_size": {
      "type": "integer"
    },
    "page_total": {
      "type": "integer"
    }
  }
}